mirror of
https://github.com/enso-org/enso.git
synced 2024-12-22 17:41:53 +03:00
d9d4b8b702
Original commit: 1b37638dfb
7 lines
165 B
Bash
Executable File
7 lines
165 B
Bash
Executable File
#!/bin/bash
|
|
cd target/web
|
|
|
|
wasm-opt -O3 -o basegl_bg_opt.wasm basegl_bg.wasm
|
|
gzip --best --force basegl_bg_opt.wasm
|
|
du -h basegl_bg_opt.wasm.gz | awk '{ print $1 }'
|