build changes

This commit is contained in:
Simon Gardling
2022-04-26 23:54:15 -04:00
parent 953546c795
commit 37ba747e1a
2 changed files with 9 additions and 7 deletions

View File

@@ -73,3 +73,12 @@ 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']