🎉 Optimize wasm release profile (thin LTO, size optimizations)

This commit is contained in:
Alejandro Alonso 2026-04-30 14:05:31 +02:00
parent 27d854ed5b
commit 97688cb790

View File

@ -40,3 +40,4 @@ uuid = { version = "1.11.0", features = ["v4", "js"] }
opt-level = 3
lto = "fat"
strip = true
codegen-units = 1