Skip to content

Commit

Permalink
Increase wasm optimization level
Browse files Browse the repository at this point in the history
  • Loading branch information
wangwillian0 committed Apr 12, 2023
1 parent 5e146bf commit 1ebcfb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ default = ["p224/ecdh", "getrandom/js"]
opt-level = 3
lto = true

[package.metadata.wasm-pack.profile.release]
wasm-opt = ["-O4"]

0 comments on commit 1ebcfb7

Please sign in to comment.