mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-23 20:53:39 +00:00
16 lines
207 B
Plaintext
16 lines
207 B
Plaintext
[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'
|