This commit is contained in:
agra
2026-03-03 13:25:00 +02:00
parent 004aff5f67
commit 23f444033a

4
examples/modules/wasm.sx Normal file
View File

@@ -0,0 +1,4 @@
libc :: #library "c";
emscripten_set_main_loop :: (func: *void, fps: s32, sim_infinite: s32) #foreign libc;
emscripten_run_script_int :: (script: [:0]u8) -> s32 #foreign libc;