mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-25 17:32:00 +00:00
wasm: removed additional optimization step
Leave this to users, thorvg doesn't need to do by default, in fact.
This commit is contained in:
parent
1ac6f3d09f
commit
80b97d3f47
1 changed files with 0 additions and 1 deletions
|
@ -27,5 +27,4 @@ if [ ! -d "./build_wasm" ]; then
|
|||
fi
|
||||
|
||||
ninja -C build_wasm/
|
||||
wasm-opt build_wasm/src/bindings/wasm/thorvg-wasm.wasm -Oz --converge -all -o build_wasm/src/bindings/wasm/thorvg-wasm.wasm
|
||||
ls -lrt build_wasm/src/bindings/wasm/*.{js,wasm}
|
||||
|
|
Loading…
Add table
Reference in a new issue