2 cpp = 'EMSDK:upstream/emscripten/em++.py'
3 ar = 'EMSDK:upstream/emscripten/emar.py'
7 root = 'EMSDK:upstream/emscripten/system'
8 shared_lib_suffix = 'js'
9 static_lib_suffix = 'js'
10 shared_module_suffix = 'js'
14 cpp_args = ['-Wshift-negative-value', '--bind' , '-s' , 'WASM=1' , '-s' , 'ALLOW_MEMORY_GROWTH=1' , '-s' , 'FORCE_FILESYSTEM=1' , '-O2']
15 cpp_link_args = ['-Wshift-negative-value', '--bind' , '-s' , 'WASM=1' , '-s' , 'ALLOW_MEMORY_GROWTH=1' , '-s' , 'FORCE_FILESYSTEM=1' , '-O2']