wasm: enable png loader (#828)

This commit is contained in:
Michal Maciola 2021-09-22 15:11:23 +02:00 committed by GitHub
parent 4c13246f9c
commit dcbcc409df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,8 +5,8 @@ ar = 'EMSDK:upstream/emscripten/emar.py'
[properties] [properties]
root = 'EMSDK:upstream/emscripten/system' root = 'EMSDK:upstream/emscripten/system'
cpp_args = ['--bind' , '-s' , 'WASM=1' , '-s' , 'ALLOW_MEMORY_GROWTH=1' , '-s' , 'FORCE_FILESYSTEM=1' , '-O2'] cpp_args = ['--bind' , '-s' , 'WASM=1' , '-s' , 'ALLOW_MEMORY_GROWTH=1' , '-s' , 'FORCE_FILESYSTEM=1' , '-s' , 'USE_LIBPNG=1' , '-O2']
cpp_link_args = ['--bind' , '-s' , 'WASM=1' , '-s' , 'ALLOW_MEMORY_GROWTH=1' , '-s' , 'FORCE_FILESYSTEM=1' , '-O2'] cpp_link_args = ['--bind' , '-s' , 'WASM=1' , '-s' , 'ALLOW_MEMORY_GROWTH=1' , '-s' , 'FORCE_FILESYSTEM=1' , '-s' , 'USE_LIBPNG=1' , '-O2']
shared_lib_suffix = 'js' shared_lib_suffix = 'js'
static_lib_suffix = 'js' static_lib_suffix = 'js'
shared_module_suffix = 'js' shared_module_suffix = 'js'