Mirai's Miscellaneous Misadventures

M49 / meta / wasm32.txt

# license: AGPLv3 or later
# copyright 2024 zamfofex

[binaries]
c = ['clang', '--target=wasm32-wasi']
strip = 'llvm-strip'
ar = 'llvm-ar'

[built-in options]
default_library = 'static'
b_lundef = false

[host_machine]
system = 'wasi'
cpu_family = 'wasm32'
cpu = 'wasm32'
endian = 'little'