Update dependencies
This commit is contained in:
parent
92fa462ae2
commit
0f88e6dd90
2 changed files with 17 additions and 13 deletions
|
|
@ -12,6 +12,10 @@ debug = true # To generate complete PDB file used by flamegraph.
|
|||
|
||||
[profile.release.package.frontend]
|
||||
codegen-units = 1
|
||||
strip = true
|
||||
|
||||
# Commented out: it generates some error message like:
|
||||
# "[wasm-validator error in function 707] unexpected false: memory.copy operations require bulk memory operations [--enable-bulk-memory-opt], on..."
|
||||
# strip = true
|
||||
|
||||
# To reduce the 'wasm' file size.
|
||||
opt-level = "z"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue