Skip to content

Commit 325c234

Browse files
committed
Added WebAssembly compilation options
1 parent 5d7bc9f commit 325c234

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

wasm32.text

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[binaries]
2+
c = 'emcc'
3+
cpp = 'em++'
4+
ar = 'emar'
5+
nm = 'emnm'
6+
7+
[host_machine]
8+
system = 'emscripten'
9+
cpu_family = 'x86_64'
10+
cpu = 'x86_64'
11+
endian = 'little'

0 commit comments

Comments
 (0)