aboutsummaryrefslogtreecommitdiff
path: root/cross/wasm.txt
blob: 2a64319789a503f246f1f660fc3896eadfd1b402 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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'