trunk icon indicating copy to clipboard operation
trunk copied to clipboard

Build, bundle & ship your Rust WASM application to the web.

Results 234 trunk issues
Sort by recently updated
recently updated
newest added

I was wondering if it would make sense to expand the documentation at bit. I have the feeling that it slowly outgrows the "homepage" size. Some projects in the Rust...

discussion

Using environment variables for configuration does not seem to work for the proxy variables like ``TRUNK_PROXY_REWRITE`` or ``TRUNK_PROXY_BACKED``.

bug
investigate

Coming out of a discussion on #670 … it might make more sense to support workspace projects and the ability to run `trunk build -p frontend`, which would: * Lookup...

enhancement
help wanted

Highly desired feature to include support for --bin (which would set data-bin on the index.html, unless already present) and --example.

help wanted
good first issue
needs design

This is a "work in progress" PR trying to address https://github.com/trunk-rs/trunk/issues/626 and https://github.com/trunk-rs/trunk/issues/668 I have not gone through all the different resources trunk bundles so I've likely missed something. In...

Originally opened as https://github.com/trunk-dev/trunk/issues/10. Opening here due to the [recent changes](https://github.com/trunk-dev/trunk/issues/21) breathing life into upstream Trunk ;) ----- I would like to use Nginx in front of Trunk when developing,...

Heya, is it possible to bundle assets from dependencies? e.g. `web_app` depends on `web_components`, and `web_components` defines its own assets. My use case is shipping stylesheets in a components library...

enhancement
help wanted
needs design

I currently need to import modules from JS snippets. This requires currently knowledge of the "final" (hash-appended) URL of the module. A similar problem occurs when using JS web workers,...

enhancement
help wanted

My use case includes copying SCSS files through a libraries build.rs file into my application root directory. Building the styles (SASS) will only work with the output from this build...

enhancement
help wanted
needs design

I was considering a way to ensure that a trunk version actually supports the configuration options of a project. An easy approach to this could be to have a `required_version`...

help wanted
discussion
needs design