We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d295d commit 05217b6Copy full SHA for 05217b6
CHANGELOG.md
@@ -3,6 +3,7 @@
3
[UNRELEASED]
4
5
- Ignore `clippy` lint rule `must_use_candidate`.
6
+- Optimized build (WASM file size changed from 584 to 356 KB).
7
8
[0.4.0]
9
crate/Cargo.toml
@@ -29,4 +29,5 @@ features = [
29
30
[profile.release]
31
lto = true
32
-opt-level = 's'
+opt-level = 'z'
33
+codegen-units = 1
0 commit comments