18 lines
255 B
Plaintext
18 lines
255 B
Plaintext
[binaries]
|
|
c = 'emcc'
|
|
cpp = 'em++'
|
|
ar = 'emar'
|
|
|
|
[built-in options]
|
|
c_args = []
|
|
c_link_args = ['-sEXPORT_ALL=1']
|
|
cpp_args = []
|
|
cpp_link_args = ['-sEXPORT_ALL=1']
|
|
|
|
[host_machine]
|
|
|
|
system = 'emscripten'
|
|
cpu_family = 'wasm32'
|
|
cpu = 'wasm32'
|
|
endian = 'little'
|