re-add wasm-opt in build script

This commit is contained in:
Simon Gardling
2022-04-28 09:51:26 -04:00
parent c86905e85d
commit 4733a19440
2 changed files with 10 additions and 9 deletions

View File

@@ -73,12 +73,3 @@ tracing-wasm = "0.2"
[package.metadata.cargo-all-features]
skip_optional_dependencies = true #don't test optional dependencies, only features
[package.metadata.wasm-pack.profile.profiling.wasm-bindgen]
debug-js-glue = false
demangle-name-section = true
dwarf-debug-info = false
[package.metadata.wasm-pack.profile.release]
wasm-opt = ['-Oz']