Make the WASM build profile even smaller

This commit is contained in:
2025-09-03 16:15:48 -05:00
parent 2d568455d8
commit 60417d6956

View File

@@ -45,6 +45,8 @@ strip = "symbols"
panic = "abort"
[profile.wasm-release]
codegen-units = 1
inherits = "release"
lto = "fat"
opt-level = "z"
strip = "debuginfo"
strip = "symbols"