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.
1 parent ebf0e0d commit 130c1f7Copy full SHA for 130c1f7
mk/wasm.mk
@@ -56,7 +56,7 @@ CFLAGS_emcc += --embed-file build/jit-bf.elf@/jit-bf.elf \
56
endif
57
58
59
-$(OUT)/elf_list.js: tools/gen-elf-list-js.py
+$(OUT)/elf_list.js: artifact tools/gen-elf-list-js.py
60
$(Q)tools/gen-elf-list-js.py > $@
61
62
# used to download all dependencies of elf executable and bundle into single wasm
0 commit comments