summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a40d44fd..1befa8ce 100644
--- a/Makefile
+++ b/Makefile
@@ -155,6 +155,10 @@ src/prebuilt/wasm2c.include.c: src/wasm2c.c.tmpl
src/prebuilt/wasm2c.include.h: src/wasm2c.h.tmpl
src/wasm2c_tmpl.py -o $@ $<
+.PHONY: demo
+demo: emscripten-release
+ cp out/emscripten/Release/libwabt.js demo
+
# running CMake
$(foreach CONFIG,$(CONFIGS), \
$(foreach COMPILER,$(COMPILERS), \