Skip to content

Commit

Permalink
Update version number and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mesheets committed Jul 2, 2024
1 parent 63e28d9 commit b71542f
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 70 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ ifneq (,$(strip $(findstring $(TARGETTYPE), WebAssembly)))
# - Modularize: https://emscripten.org/docs/getting_started/FAQ.html#can-i-use-multiple-emscripten-compiled-programs-on-one-web-page
# - Environment: https://emscripten.org/docs/getting_started/FAQ.html#can-i-build-javascript-that-only-runs-on-the-web
# - Single File: https://emscripten.org/docs/compiling/Building-Projects.html?highlight=SINGLE_FILE#emscripten-linker-output-files
# - Target JavaScript instead of WASM: -s WASM=0
CFLAGS_EXEC += --shell-file ./emscripten/webnqc_shell.html -s EXPORT_NAME=createWebNqc -s EXPORTED_RUNTIME_METHODS='["callMain","FS"]' \
-s INVOKE_RUN=false -s MODULARIZE=1 -s ENVIRONMENT=web -s SINGLE_FILE
else
Expand Down
Loading

0 comments on commit b71542f

Please sign in to comment.