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

@thedodd How are you? I can imagine you're pretty busy. I just noticed that there are 30 open PRs and 102 Issues that haven't gotten this much attention in a...

Since watch is for me broken (I think it's#232) I'm using `cargo watch --shell 'trunk build'` to rebuild on save. This worked, but once I added a `copy-dir` directive to...

investigate

Originally when I first starting building Trunk, I thought that I was going to care a lot more about having a semantic `index.html`, and I perceived that others would as...

question
discussion

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

**Checklist** - [x] Updated CHANGELOG.md describing pertinent changes. - [x] Updated README.md with pertinent info (may not always apply). - [x] Squash down commits to one or two logical commits...

In ParcelJS, the JS import system is overloaded to allow users to "import" images, css, sass and the like into their JS, and then Parcel will intercept those non-JS imports...

enhancement
assets
discussion
needs design
lib

in order to allow for absolute-project-root-path imports in my scss files I need to pass some additional config to the sass compiler. Examples are shown here https://stackoverflow.com/questions/42865697/scss-import-relative-to-root can I do...

enhancement

see the wasm being downloaded twice: also note the **warning**: ``` The resource http://localhost:8080/index-8235c780f17b17e9_bg.wasm was preloaded using link preload but not used within a few seconds from the window's load...

investigate

When I was trying to run through the yew tutorial here https://yew.rs/ja/docs/tutorial , I encountered the following error when executing `trunk serve --open`: ``` Feb 17 22:50:19.451 INFO downloading wasm-bindgen...

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