remove time stuff from core

This commit is contained in:
krzosa
2025-01-03 14:01:32 +01:00
parent da3fceb19f
commit 1a16255c24
11 changed files with 25 additions and 44 deletions

View File

@@ -29,7 +29,7 @@ int main(int argc, char **argv) {
bool run_server = false;
bool core_test_target = false;
bool wasm_target = false;
bool wasm_target = true;
bool win32_target = true;
if (execute_python_snippets) {