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

Facing this issue when I `trunk serve` the basic app that I created Logs when I run trunk serve: ``` 2022-09-19T08:10:39.846325Z INFO starting build 2022-09-19T08:10:39.853442Z INFO spawning asset pipelines 2022-09-19T08:10:42.848793Z...

investigate

Pardon the yew issue, but believe is trunk related. I've attempted building 3 example projects, one from [docs](https://yew.rs/docs/getting-started/build-a-sample-app), another from [examples](https://github.com/yewstack/yew/tree/master/examples/counter), and my own implementation. All result in the same...

investigate

It is not much html normally, but is there a option to enable the minification of the index.html that is managed/generated?

enhancement

I had an issue with the arg `--no-source-map` since I had Ruby sass (v 3.7.4) installed which uses `--sourcemap=none` instead. I fixed it by simply uninstalling Ruby sass. I cloned...

bug
cli
Stale

For example, vite support [css modules](https://vitejs.dev/guide/features.html#css-modules). ```ts import classes from './example.module.css' document.getElementById('foo').className = classes.red ``` I think it will be great if trunk can support this, also.

disposition:close

I've been working on building a webapp with egui and eframe, and the stock template comes with trunk. I've actually grown quite fond of trunk and would like to keep...

When copying a file that is actually a symbolic link, the name becomes that of the file pointed to by the symbolic link, not the original `href`. Current behavior: ```html...

bug

I've hit this a few times now. I would like to trunk serve some bevy examples that ought to work using the web. I guess https://github.com/eliotbo/bevy_shadertoy_wgsl/tree/main/examples is a canonical example....

enhancement
help wanted

Hi, thank you so much for creating trunk! It makes deploying wasm so much easier and more enjoyable! My wasm application takes a few seconds to load, and during loading...

enhancement
discussion

If I make a change and trunk serve detects it and rebuilds my code and the web worker, it occasionally will go into a loop. I guess the building of...

bug
investigate
cli