feat: turn on compiler optimizations for the wasm
This commit is contained in:
parent
7b726be760
commit
3364a6ae9b
3 changed files with 21 additions and 12 deletions
|
|
@ -1,2 +1,8 @@
|
|||
[build]
|
||||
target = "wasm32-unknown-unknown"
|
||||
|
||||
[target.wasm32-unknown-unknown]
|
||||
rustflags = ["-C", "link-arg=--strip-all"]
|
||||
|
||||
[unstable]
|
||||
build-std = ["core", "alloc", "std", "panic_abort"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue