allow emscripten memory growth
This commit is contained in:
parent
e3e54bea06
commit
2ef54c4f7a
2
makefile
2
makefile
@ -31,7 +31,7 @@ rtverifyn-singeli:
|
||||
wasi-o3:
|
||||
@${MAKE} singeli=0 t=wasi_o3 f="-DWASM -DCATCH_ERRORS=0 -D_WASI_EMULATED_MMAN --target=wasm32-wasi" LDFLAGS="-lwasi-emulated-mman --target=wasm32-wasi" LD_LIBS= PIE= c
|
||||
emcc-o3:
|
||||
@${MAKE} singeli=0 t=emcc_o3 f='-DWASM -DEMCC -O3' LDFLAGS='-s EXPORTED_FUNCTIONS=_main,_cbqn_runLine -s EXPORTED_RUNTIME_METHODS=ccall,cwrap' CC=emcc c
|
||||
@${MAKE} singeli=0 t=emcc_o3 f='-DWASM -DEMCC -O3' LDFLAGS='-s EXPORTED_FUNCTIONS=_main,_cbqn_runLine -s EXPORTED_RUNTIME_METHODS=ccall,cwrap -s ALLOW_MEMORY_GROWTH=1' CC=emcc c
|
||||
|
||||
|
||||
# compiler setup
|
||||
|
||||
Loading…
Reference in New Issue
Block a user