redoing everything

This commit is contained in:
Mohamed Ashraf
2026-03-25 09:14:52 +04:00
parent c90d9e11ef
commit b04b2d70fc
6 changed files with 71 additions and 10 deletions

View File

@@ -0,0 +1,15 @@
[binaries]
c = 'emcc'
cpp = 'em++'
ar = 'emar'
strip = 'emstrip'
[built-in options]
c_args = []
c_link_args = []
[host_machine]
system = 'emscripten'
cpu_family = 'wasm32'
cpu = 'wasm32'
endian = 'little'