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

**Checklist** - [ ] Updated CHANGELOG.md describing pertinent changes. - [ ] Updated README.md with pertinent info (may not always apply). - [ ] Updated `site` content with pertinent info...

see title

enhancement
help wanted
good first issue

here is stack: circleci local execute --job build-fromkos Fetching latest build environment... Docker image digest: sha256:99594af5fc8997d16fff35b757982b72e47c8ceebf833e99b05559c216545e65 ====>> Spin up environment Build-agent version () System information: Server Version: 20.10.16 Storage Driver:...

ci/cd
disposition:close

I tried to use this template: https://github.com/sycamore-rs/sycamore-trunk-gitpod-template and get the following error: ``` OptionParser::InvalidOption: invalid option: --no-source-map Did you mean? sourcemap Use --trace for backtrace. 2022-07-29T20:46:54.313789Z ERROR ❌ error error...

question
disposition:close

Add a `[server.reload]` sub-table or a `[reload]` table for various hot-reloading options such as delay time and configuration for behavior around save events. Utilize the options internally for desired behavior....

enhancement
help wanted

Hi I would like to build the frontend when the backend is being built automatically using a `build.rs` file in the backend crate. The frontend and the backend crates are...

Sometimes, a `trunk serve` just gets stuck at ` INFO copying generated wasm-bindgen artifacts` Most of the time, issuing Ctrl+C to exit the process just does nothing. Sometimes, closing the...

investigate

I have the following directory structure: ``` artifacts/ web-demo/ dist/ target/ ... web-demo/ src/ main.rs Cargo.lock Cargo.toml ... ``` with the intention being to separate source code that gets copied...

investigate

I want to be able to serve my application (via `localhost`) with the following headers, to enable `SharedArrayBuffer`: ``` Cross-Origin-Embedder-Policy: require-corp Cross-Origin-Opener-Policy: same-origin ``` Currently, there doesn't seem to be...

enhancement

Providing multiple size alternatives for an icon doesn't seem possible right now as [`sizes`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link#attr-sizes) gets stripped, together with the `type` attribute. For example, this `index.html` file ``` ``` generates `dist/index.html`...

bug