core api redesign

This commit is contained in:
krzosa
2024-12-29 13:30:13 +01:00
parent 6cfd5bd784
commit 11450a445d
28 changed files with 1130 additions and 995 deletions

View File

@@ -16,9 +16,9 @@ int main(int argc, char **argv) {
meta_app(arena);
bool run_server = false;
bool core_test_target = false;
bool core_test_target = true;
bool wasm_target = true;
bool win32_target = true;
bool win32_target = false;
if (run_server) {
os_systemf("start /D ..\\package ..\\package\\run_server.bat");