forgot to commit this
This commit is contained in:
parent
5b702ac3fe
commit
209eb16aa7
2
build.sh
2
build.sh
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
wasm-pack build --target web --release --no-typescript
|
wasm-pack build --target web --release --no-typescript
|
||||||
wasm-opt -Oz -o pkg/integral_site_2.wasm pkg/integral_site_bg.wasm
|
wasm-opt -Oz -o pkg/integral_site_bg_2.wasm pkg/integral_site_bg.wasm
|
||||||
mv pkg/integral_site_bg_2.wasm pkg/integral_site_bg.wasm
|
mv pkg/integral_site_bg_2.wasm pkg/integral_site_bg.wasm
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user