From 749df338c55cd4802e29b18d3f32b4be683b6427 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Thu, 15 May 2025 14:29:29 -0700 Subject: [PATCH] Disable wasm-opt --- src-tauri/yaak-templates/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src-tauri/yaak-templates/Cargo.toml b/src-tauri/yaak-templates/Cargo.toml index 2357fb42..be9061aa 100644 --- a/src-tauri/yaak-templates/Cargo.toml +++ b/src-tauri/yaak-templates/Cargo.toml @@ -4,6 +4,9 @@ version = "0.1.0" edition = "2024" publish = false +[package.metadata.wasm-pack.profile.release] +wasm-opt = false # Causes errors in CI (haven't figured out why yet) + [lib] crate-type = ["cdylib", "rlib"]