We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 563af8b + 1fd6e5e commit abb1135Copy full SHA for abb1135
mk/wasm.mk
@@ -1,5 +1,5 @@
1
CFLAGS_emcc ?=
2
-deps_emcc := artifact
+deps_emcc :=
3
ASSETS := assets
4
WEB_HTML_RESOURCES := $(ASSETS)/html
5
WEB_JS_RESOURCES := $(ASSETS)/js
@@ -42,7 +42,7 @@ $(OUT)/elf_list.js: tools/gen-elf-list-js.py
42
$(Q)tools/gen-elf-list-js.py > $@
43
44
# used to download all dependencies of elf executable and bundle into single wasm
45
-deps_emcc += $(OUT)/elf_list.js $(DOOM_DATA) $(QUAKE_DATA) $(TIMIDITY_DATA)
+deps_emcc += artifact $(OUT)/elf_list.js $(DOOM_DATA) $(QUAKE_DATA) $(TIMIDITY_DATA)
46
47
# check browser MAJOR version if supports TCO
48
CHROME_MAJOR :=
0 commit comments