trunk icon indicating copy to clipboard operation
trunk copied to clipboard

Build, bundle & ship your Rust WASM application to the web.

Results 161 trunk issues
Sort by recently updated
recently updated
newest added

If you take the Yew example, move `index.html` to `src/index.html` and then change `target = "index.html"` to `target = "src/index.html"` it gives you this confusing and unexpected error: ``` Mar...

It would be nice if it did whatever Ctrl-K does before recompiling due to a watch change (optionally).

Some web application features (e.g., accessing the clipboard) is restricted to localhost and https pages for security/privacy reasons. However, sometimes you'll want to test the application from another device (e.g.,...

It would be great if it was possible to avoid having the ``` import init from '/index-....js';init('/index-..._bg.wasm'); ``` part of the html in a separate file and load it as...

enhancement
help wanted

As soon as I add a scss link to my `index.html`, `trunk build` or `trunk serve` fails with : ``` error from HTML pipeline Caused by: 0: error from asset...

documentation
investigate

Hello, my resolv.conf contains an IPv6 address, which is failing to parse when Trunk attempts to download `sass` or `wasm-bindgen`. Is there any fix to this issue? Thanks in advance

> Error: error taking canonical path to [watch].ignore "packages/some-package/target/" in "/home/runner/work/some-workspace/some-workspace/Trunk.toml" I use a workspace for my website to help with the building speed and needs a custom ignore pattern....

#89 is silently implemented in some commits between 0.14 and master, this PR documents the behavior change. **Checklist** - [x] Updated CHANGELOG.md describing pertinent changes. - [/] Updated README.md with...

When using trunk on Windows, and the config file Trunk.toml has a path that uses forward slashes /. `[build] target = "static/index.html" release = false dist = "dist" manifest =...

discussion

More complex rel expression do currently not work with `data-trunk`: ```html ``` Error: ``` error from HTML pipeline Caused by: unknown attr value `rel="alternate icon"`; please ensure the value is...