mirror of https://github.com/pyodide/pyodide.git
15 lines
337 B
Plaintext
15 lines
337 B
Plaintext
![]() |
# 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'
|