mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-01-17 22:38:38 +01:00
67e41b6705
The code itself is nowhere near being usable in a browser though.
12 lines
158 B
INI
12 lines
158 B
INI
[binaries]
|
|
c = 'emcc'
|
|
cpp = 'em++'
|
|
strip = 'emstrip'
|
|
ar = 'emar'
|
|
|
|
[host_machine]
|
|
system = 'emscripten'
|
|
cpu_family = 'wasm32'
|
|
cpu = 'wasm32'
|
|
endian = 'little'
|