summaryrefslogtreecommitdiff
path: root/WebInterface/wasm/asm-paint/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'WebInterface/wasm/asm-paint/build.sh')
-rwxr-xr-xWebInterface/wasm/asm-paint/build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebInterface/wasm/asm-paint/build.sh b/WebInterface/wasm/asm-paint/build.sh
index 457d1d8..61c1997 100755
--- a/WebInterface/wasm/asm-paint/build.sh
+++ b/WebInterface/wasm/asm-paint/build.sh
@@ -1,2 +1,3 @@
#!/bin/sh
-cargo build --target=wasm32-unknown-emscripten --release
+
+wasm-pack build --target web