fix(build): Disable wasm-opt (0) to resolve validation errors, keep Rust z-opt

This commit is contained in:
spinline
2026-01-30 01:52:59 +03:00
parent f541aabc8a
commit 750195e28e
3 changed files with 2 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
<link rel="apple-touch-icon" href="icon-192.png" />
<!-- Trunk Assets -->
<link data-trunk rel="rust" href="Cargo.toml" data-wasm-opt="s" />
<link data-trunk rel="rust" href="Cargo.toml" data-wasm-opt="0" />
<link data-trunk rel="css" href="public/tailwind.css" />
<link data-trunk rel="copy-file" href="manifest.json" />
<link data-trunk rel="copy-file" href="icon-192.png" />