summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1a2ad4a..61c916d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -106,6 +106,10 @@ codegen-units = 1
panic = "abort"
strip = "symbols"
+[profile.wasm]
+inherits = "release"
+panic = "unwind"
+
[profile.small]
inherits = "release"
opt-level = "z"