From 988bb3d9048c65e2c54d8b7e46a0e2d69e8aea13 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 17 Nov 2025 11:31:12 -0500 Subject: get wasm building with just nixpkgs, remove docker --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3-freya