spiegel-keyman/core/wasm.defs.build
Eberhard Beilharz e069c3ad2a
chore(core): remove meson warnings for wasm builds
Replace deprecated function calls. Also add `strip` command to wasm
build defaults.
2024-12-12 19:48:13 +01:00

19 lines
325 B
Text

[binaries]
c = ['emcc']
cpp = ['em++']
ar = ['emar']
strip = ['emstrip']
exe_wrapper = 'node'
[properties]
root = '$EMSCRIPTEN_BASE/system'
shared_lib_suffix = 'js'
static_lib_suffix = 'js'
shared_module_suffix = 'js'
exe_suffix = 'js'
[host_machine]
system = 'emscripten'
cpu_family = 'x86'
cpu = 'i686'
endian = 'little'