Mirai's Miscellaneous Misadventures
M51 / meta / wasm32.txt
1# license: AGPLv3 or later
2# copyright 2024 zamfofex
3
4[binaries]
5c = ['clang', '--target=wasm32-wasi']
6strip = 'llvm-strip'
7ar = 'llvm-ar'
8
9[built-in options]
10default_library = 'static'
11b_lundef = false
12
13[host_machine]
14system = 'wasi'
15cpu_family = 'wasm32'
16cpu = 'wasm32'
17endian = 'little'