From c3b1f582f44747cb4343b51ffb208334c973c67c Mon Sep 17 00:00:00 2001 From: Henry Date: Wed, 1 Apr 2026 20:39:33 +0200 Subject: chore: cleanup + add wasm intrinsics Signed-off-by: Henry --- examples/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/rust/Cargo.toml') 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" -- cgit v1.3.1