commit 4c58112725b2ac13a34a6bacf82859a96581d9e5 parent ef444dc4d68396ccc6ff31429932ecf10b68b5c9 Author: triesap <tyson@radroots.org> Date: Fri, 3 Apr 2026 05:13:22 +0000 web: disable trunk wasm-opt for web build Diffstat:
| M | crates/web/index.html | | | 8 | +++++++- |
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/crates/web/index.html b/crates/web/index.html @@ -54,6 +54,12 @@ <div id="loading_text">loading rad roots…</div> </div> <link data-trunk rel="copy-dir" href="../../assets" /> - <link data-trunk rel="rust" href="Cargo.toml" data-bin="radroots-app-web" /> + <link + data-trunk + rel="rust" + href="Cargo.toml" + data-bin="radroots-app-web" + data-wasm-opt="0" + /> </body> </html>