Back to Wasm Pack

Getting Started

docs/src/tutorials/hybrid-applications-with-webpack/getting-started.md

0.14.0446 B
Original Source

Getting Started

You can create a new Rust-WebAssembly webpack project by using the rustwasm webpack-template.

Run:

npm init rust-webpack my-app

The last argument will be your project name. After you run the command, you will have a directory with a new project, ready to go. We'll talk about what's been included in this template further in this guide.