Skip to content

Commit

Permalink
perf(wasm): ⚡️ optimize WASM binary size in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
johnDeSilencio committed May 12, 2024
1 parent 798f30a commit 5835723
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ opt-level = 0
debug = 0
codegen-units = 256

[profile.release]
lto = true
opt-level = 's'

[[test]]
name = "e2e"
harness = false # Allow Cucumber to print output instead of libtest
Expand Down

0 comments on commit 5835723

Please sign in to comment.