This commit is contained in:
Krzosa Karol
2025-01-06 21:33:15 +01:00
parent 1710bc232d
commit 83c28e27d0
5 changed files with 300 additions and 221 deletions

View File

@@ -27,9 +27,9 @@ int main(int argc, char **argv) {
bool execute_python_snippets = true; // make sure to not abuse just for quick maths
bool run_server = false;
bool core_test_target = true;
bool core_test_target = false;
bool win32_target = false;
bool wasm_target = false;
bool wasm_target = true;
if (execute_python_snippets) {
sb8_t *sb = sb8_serial_begin(arena);