diff options
Diffstat (limited to 'WebInterface/wasm/asm-paint/run')
-rwxr-xr-x | WebInterface/wasm/asm-paint/run | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WebInterface/wasm/asm-paint/run b/WebInterface/wasm/asm-paint/run new file mode 100755 index 0000000..1da1e35 --- /dev/null +++ b/WebInterface/wasm/asm-paint/run @@ -0,0 +1,3 @@ +#!/bin/sh + +wasm-pack build --release --target web |