Skip to content

Commit

Permalink
Update for latest emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
olilarkin committed Jan 19, 2023
1 parent 22ec77a commit 0875f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common-web.mk
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ WAM_LDFLAGS = -s EXPORTED_RUNTIME_METHODS="['ccall', 'cwrap', 'setValue', 'UTF8T
#-s ENVIRONMENT=worker

WEB_LDFLAGS = -s EXPORTED_FUNCTIONS=$(WEB_EXPORTS) \
-s EXPORTED_RUNTIME_METHODS="['UTF8ToString']" \
-s EXPORTED_RUNTIME_METHODS="['ccall', 'UTF8ToString']" \
-s BINARYEN_ASYNC_COMPILATION=1 \
-s FORCE_FILESYSTEM=1 \
-s ENVIRONMENT=web \
Expand Down

0 comments on commit 0875f1e

Please sign in to comment.