8000 GitHub - drager/rust-webpack-template: Kickstart your Rust, WebAssembly, and Webpack project!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Kickstart your Rust, WebAssembly, and Webpack project!

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

drager/rust-webpack-template

 
 

Repository files navigation

🦀🕸 rust-webpack-template

Kickstart your Rust, WebAssembly, and Webpack project!

This template is designed for creating monorepo-style Web applications with Rust-generated WebAssembly and Webpack without publishing your wasm to NPM.

🔋 Batteries Included

This template comes pre-configured with all the boilerplate for compiling Rust to WebAssembly and hooking into a Webpack build pipeline.

  • npm run start -- Serve the project locally for development at http://localhost:8080.

  • npm run build -- Bundle the project (in production mode).

🚴 Using This Template

First, install wasm-pack!

Then, use npm init to clone this template:

npm init rust-webpack my-app

About

Kickstart your Rust, WebAssembly, and Webpack project!

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 48.7%
  • Rust 44.3%
  • HTML 7.0%
0