summaryrefslogtreecommitdiff
path: root/WebInterface/wasm/asm-paint/build.sh
diff options
context:
space:
mode:
authornatrixaeria <janng@gmx.de>2019-05-25 02:06:41 +0200
committernatrixaeria <janng@gmx.de>2019-05-25 02:06:41 +0200
commit90be5f8d63e77ee51256270dec018e2c7448e115 (patch)
tree949159bcdc5cdff23a73f5f03172a17897a87e7c /WebInterface/wasm/asm-paint/build.sh
parent233106ee4fc302579af0224611e55be5b1479f51 (diff)
Resetup webassembly on the cool way
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