pyodide/pyodide-build/pyodide_build/tools/emscripten.meson.cross

15 lines
337 B
Plaintext
Raw Normal View History

# compiler paths are omitted intentionally so we can override the compiler using environment variables
[binaries]
exe_wrapper = 'node'
[properties]
needs_exe_wrapper = true
skip_sanity_check = true
longdouble_format = 'IEEE_QUAD_LE' # for numpy
[host_machine]
system = 'emscripten'
cpu_family = 'wasm32'
cpu = 'wasm'
endian = 'little'