fix(build): Disable bulk-memory feature to satisfy wasm-opt

This commit is contained in:
spinline
2026-01-30 01:46:58 +03:00
parent 03fae58e8b
commit f185660ac4
2 changed files with 3 additions and 1 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="z --enable-bulk-memory" />
<link data-trunk rel="rust" href="Cargo.toml" data-wasm-opt="z" />
<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" />