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

Just wondered if you have any suggestions to work around an issue I'm facing. When I run `trunk serve`, I see the following error message. I had a quick peek...

I have a project containing multiple cargo workspaces, multiple servers and clients. I want to build only the client part with trunk. Right now the trunk process fails since it...

## abstract Lots of discussion to be had here. The main idea is that we want a `trunk test` command which will do the right thing in terms of running...

cli
discussion
needs design

I usually have 2 websites being served at the same time. But since they both use the same port when i edit only one of them. Both get reloaded.

When using the dart-sass version compiled to JavaScript (to e.g. run on aarch64) the version string is slightly different: ``` [root@d36e6883d18e /]# sass --version 1.49.7 compiled with dart2js 2.15.1 ```

Running wasm-opt (from https://github.com/WebAssembly/binaryen) with option "-O2" on a generated wasm file build with the `--release` flag, shrinks the size of it quite significantly. In my case from ~2.6mb to...

Similarly to #260, I'm facing an issue with running trunk in a Nix derivation: ```Nix place-mural-miei-frontend = pkgs.stdenvNoCC.mkDerivation { pname = "place-mural-miei-frontend"; version = pkgVersion; buildInputs = [ rust pkgs.trunk...

This is an alternate fix for #252 - I think it would be extremely surprising for a program which has been told to bind to port X to choose of...

It would be cool if Trunk generates a standard HTML file when none is specified. Especially for examples this would be cool. Inside the `seed` repo there are about 50...

This is the same issue as #165, which was closed as the original reporter did not want to pursue it any further. It would be great if there was a...