spiegel-keyman/core/wasm.defs.build
Marc Durdin 525d3853e1 refactor(core): consolidate wasm defs
Fixes #8010.

Note that #8398 moves other settings into a shared resources folder, and
once that hits master, it would be good to do another round of
consolidation to share the wasm defs in resources as well.
2023-03-10 13:50:24 +07:00

18 lines
314 B
Text

[binaries]
c = ['emcc.py']
cpp = ['em++.py']
ar = ['emar.py']
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'