This commit is contained in:
Krzosa Karol
2025-01-07 08:40:27 +01:00
parent 83c28e27d0
commit 7c282bacb2
4 changed files with 157 additions and 46 deletions

View File

@@ -28,8 +28,8 @@ int main(int argc, char **argv) {
bool run_server = false;
bool core_test_target = false;
bool win32_target = false;
bool wasm_target = true;
bool win32_target = true;
bool wasm_target = false;
if (execute_python_snippets) {
sb8_t *sb = sb8_serial_begin(arena);