improve README
[platform/core/uifw/lottie-player.git] / wasm_cross.txt
1 [binaries]
2 c = 'EMSDK:upstream/emscripten/emcc.py'
3 cpp = 'EMSDK:upstream/emscripten/em++.py'
4 ar = 'EMSDK:upstream/emscripten/emar.py'
5
6 [properties]
7 root = 'EMSDK:upstream/emscripten/system'
8 cpp_args = ['--bind' , '-s' , 'WASM=1' , '-s' , 'ALLOW_MEMORY_GROWTH=1' , '-s' , 'FILESYSTEM=0' , '-O2']
9 cpp_link_args = ['--bind' , '-s' , 'WASM=1' , '-s' , 'ALLOW_MEMORY_GROWTH=1' , '-s' , 'FILESYSTEM=0' , '-O2']
10 shared_lib_suffix = 'js'
11 static_lib_suffix = 'js'
12 shared_module_suffix = 'js'
13 exe_suffix = 'js'
14
15 [host_machine]
16 system = 'emscripten'
17 cpu_family = 'x86'
18 cpu = 'i686'
19 endian = 'little'