20 lines
627 B
INI
20 lines
627 B
INI
[binaries]
|
|
cpp = 'em++'
|
|
ar = 'emar'
|
|
strip = 'emstrip'
|
|
|
|
exec_wrapper = 'node'
|
|
|
|
[built-in options]
|
|
cpp_args = ['-Dpkg_config=false', '-Dbuild_tests=false', '-Dbuild_examples=true', '-fwasm-exceptions', '-s', 'MEMORY64=1']
|
|
cpp_link_args = ['-s', 'WASM=1', '-s', 'ALLOW_MEMORY_GROWTH=1', '-s', 'MEMORY64=1', '-fwasm-exceptions', '-s', 'EXPORTED_RUNTIME_METHODS=["FS", "callMain"]', '-s', 'INVOKE_RUN=0']
|
|
|
|
[host_machine]
|
|
system = 'emscripten'
|
|
cpu_family = 'wasm64'
|
|
cpu = 'wasm64'
|
|
endian = 'little'
|
|
|
|
[properties]
|
|
cmake_toolchain_file = '/home/tboudreaux/Programming/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake'
|