trunk-rs/trunk

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

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 21 minutes ago
Added to GitGenius on September 15th, 2026
Created on August 19th, 2020
Open Issues & Pull Requests: 135 (+0)
GitHub issues: Enabled
Number of forks: 322
Total Stargazers: 4,393 (+0)
Total Subscribers: 24 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 24.3 hours
Mean response time: 44.8 days
90th percentile: 71.3 days
Tracked items: 121

Most active contributors

Sign in to see contributor activity.

How this project is maintained

93% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 61% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 69
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 609 days
Stale 30+ days: 67
Stale 90+ days: 62

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 1

Top labels

  • help wanted (14)
  • enhancement (8)
  • bug (7)
  • good first issue (7)
  • Stale (6)
  • discussion (5)
  • disposition:close (4)
  • needs design (3)

Most active issues this week

Sign in to see which issues are moving.

Detailed Description

Trunk is a WASM web application bundler for Rust that builds, bundles, and ships Rust applications compiled to WebAssembly for the web.

Trunk solves the problem of managing complex build pipelines for Rust WASM projects by providing a unified bundler that handles compilation, asset management, and deployment through a simple configuration pattern. It works by using a source HTML file as the entry point, automatically discovering and bundling WASM modules, JavaScript snippets, images, CSS, and SCSS assets. The tool includes a built-in development server with file watching and automatic browser reloading, plus support for HTTP and WebSocket proxies to streamline the development workflow.

Developers building Rust WASM web applications should choose Trunk if they want to avoid complex build configuration and prefer a batteries-included approach. It suits projects of any scale that target the web, from small experiments to production applications. The tool is particularly valuable for teams wanting rapid iteration cycles without manually orchestrating multiple build steps. The project maintains example applications in its repository to help new users get started quickly.

The project shows active engagement with contributors through its documented contribution process and use of draft pull requests for early feedback. Development activity includes regular maintenance of the bundler's core functionality and ongoing support for the ecosystem of Rust WASM tooling. The project maintains comprehensive documentation covering installation, configuration, and CLI commands on its dedicated website.