summaryrefslogtreecommitdiff
path: root/examples/rust/Cargo.toml
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2026-04-01 20:39:33 +0200
committerHenry <mail@henrygressmann.de>2026-04-01 20:39:33 +0200
commitc3b1f582f44747cb4343b51ffb208334c973c67c (patch)
tree5a390555e495849110520a463e992dd2a390d7b5 /examples/rust/Cargo.toml
parent0ed3e1d29dca7d27e0d3aa1780f7cacc9481aa46 (diff)
chore: cleanup + add wasm intrinsics
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'examples/rust/Cargo.toml')
-rw-r--r--examples/rust/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rust/Cargo.toml b/examples/rust/Cargo.toml
index da238ad..430bcad 100644
--- a/examples/rust/Cargo.toml
+++ b/examples/rust/Cargo.toml
@@ -48,7 +48,7 @@ path="src/argon2id.rs"
[profile.wasm]
opt-level=3
-lto="thin"
+lto="fat"
codegen-units=1
panic="abort"
inherits="release"