spiegel-keyman/common/core/desktop/wasm.defs.build
Marc Durdin 0cbd91f6ce feat(common): keyboard_processor wasm build
Relates to #5069.

* Adds infrastructure for building keyboard_processor to WASM
* Updates unit tests to work in WASM environment
* Cleanup of documentation
* Consolidation of build script for most platforms
2021-06-08 08:35:59 +10:00

17 lines
326 B
Text

[binaries]
c = ['emcc.py', '-s', 'WASM=1', '-O2']
cpp = ['em++.py', '-s', 'WASM=1','-O2']
ar = ['emar.py']
exe_wrapper = 'node'
[properties]
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'