Skip to content

Commit b71542f

Browse files
committed
Update version number and release notes
1 parent 63e28d9 commit b71542f

File tree

3 files changed

+94
-70
lines changed

3 files changed

+94
-70
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ ifneq (,$(strip $(findstring $(TARGETTYPE), WebAssembly)))
106106
# - Modularize: https://emscripten.org/docs/getting_started/FAQ.html#can-i-use-multiple-emscripten-compiled-programs-on-one-web-page
107107
# - Environment: https://emscripten.org/docs/getting_started/FAQ.html#can-i-build-javascript-that-only-runs-on-the-web
108108
# - Single File: https://emscripten.org/docs/compiling/Building-Projects.html?highlight=SINGLE_FILE#emscripten-linker-output-files
109+
# - Target JavaScript instead of WASM: -s WASM=0
109110
CFLAGS_EXEC += --shell-file ./emscripten/webnqc_shell.html -s EXPORT_NAME=createWebNqc -s EXPORTED_RUNTIME_METHODS='["callMain","FS"]' \
110111
-s INVOKE_RUN=false -s MODULARIZE=1 -s ENVIRONMENT=web -s SINGLE_FILE
111112
else

0 commit comments

Comments
 (0)