[found in fork] 'writeArrayToMemory' was not exported in tic.js #482
fix for Emscripten 1.37.26
This commit is contained in:
parent
7756f3c365
commit
951e5f7e02
3
Makefile
3
Makefile
|
@ -76,7 +76,8 @@ EMS_OPT= \
|
||||||
-s TOTAL_MEMORY=67108864 \
|
-s TOTAL_MEMORY=67108864 \
|
||||||
--llvm-lto 1 \
|
--llvm-lto 1 \
|
||||||
--memory-init-file 0 \
|
--memory-init-file 0 \
|
||||||
--pre-js lib/emscripten/prejs.js
|
--pre-js lib/emscripten/prejs.js \
|
||||||
|
-s 'EXTRA_EXPORTED_RUNTIME_METHODS=["writeArrayToMemory"]'
|
||||||
|
|
||||||
EMS_LINKER_FLAGS= \
|
EMS_LINKER_FLAGS= \
|
||||||
-Llib/emscripten \
|
-Llib/emscripten \
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue