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

Given i have ran my website using trunk serve. When i edit my code to have a compiler error Then my cli shows the error but my website is still...

For macOS aarch64, I think trunk should download x64 version of wasm-bindgen instead of throwing error `unsupported architecture` because aarch64 mac can run x64 binaries with Rosetta.

I'm using webworkers (based on #285) and want to use `SharedArrayBuffer`. That requires setting the headers `Cross-Origin-Opener-Policy: same-origin` and `Cross-Origin-Embedder-Policy: require-corp`. To allow this configuration during development with `trunk serve`,...

I know there are several issues about this, but most suggest installing `wasm-bindgen-cli` manually. Generally the log output when you do that is supposed to say: ``` Nov 16 20:58:47.971...

This allows users of platforms where the dart SDK is not available (e.g. FreeBSD) to use the dart2js version which can be installed via `npm install -g sass`. **Checklist** -...

PR to add support for inline assets in `script` tags with `type="module"` set. This is required to be able to run `import` on the Js wrapper and thereby call WASM-exported...

Web workers are created by providing the path to the worker at run time: ``` let bridge = MyWorker::spawner() .spawn("/my_worker.js")); ``` This means that the site creating the worker needs...

- Update GitHub Actions and Zola to latest version - Simplify (and parallelize) build of examples in CI - Use action for CI cache, removed redundant steps - Move away...

#### Hi all! This is my first PR for this project, so if anything is out of line with the code I wrote, feel free to call it out. I...

**Persist inputs data between refreshs** We could add a setting for it in Trunk.toml to disable the behavior, but i think it should be enabled by default. The implementation is...