summaryrefslogtreecommitdiff
path: root/Build/Makefile
diff options
context:
space:
mode:
authorArturs Artamonovs <arturs.artamonovs@protonmail.com>2021-07-23 18:20:00 +0100
committerArturs Artamonovs <arturs.artamonovs@protonmail.com>2021-07-23 18:20:00 +0100
commit269f63b5d8a71712f587370f1e0c54660e4c55ab (patch)
tree7605121eeb8363521d15c0603ecf33a013e9047b /Build/Makefile
parente4619445203c9b17788cbcedeac4f4918b2ac2b3 (diff)
downloadWasmAudio-269f63b5d8a71712f587370f1e0c54660e4c55ab.tar.gz
WasmAudio-269f63b5d8a71712f587370f1e0c54660e4c55ab.zip
Update code. change wasm part to match name .
Diffstat (limited to 'Build/Makefile')
-rw-r--r--Build/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Build/Makefile b/Build/Makefile
index 6fe2da3..338fca8 100644
--- a/Build/Makefile
+++ b/Build/Makefile
@@ -10,6 +10,12 @@ make:
emcc:
$(EMCC) $(SOURCEDIR)/main.c ../FIR/firmath.c -s WASM=1 -O3 -o index.js $(EM_LDFALGS) -s EXTRA_EXPORTED_RUNTIME_METHODS='["ccall", "cwrap"]'
+
+
+deploy:
+ scp index.html fam@main.lv:/srv/http/wasm.main.lv/wasmfir
+ scp index.js fam@main.lv:/srv/http/wasm.main.lv/wasmfir
+ scp index.wasm fam@main.lv:/srv/http/wasm.main.lv/wasmfir
web:
darkhttpd ./ --port 12345