This repository was archived by the owner on Aug 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +17
-12
lines changed Expand file tree Collapse file tree 1 file changed +17
-12
lines changed Original file line number Diff line number Diff line change 55This template is designed for creating monorepo-style Web applications with
66Rust-generated WebAssembly and Webpack without publishing your wasm to NPM.
77
8- * Want to create and publish NPM packages with Rust and WebAssembly? [ Check out
9- ` wasm-pack-template ` .] ( https://github.com/rustwasm/wasm-pack-template )
8+ [ ** 📚 Read this template tutorial! 📚** ] [ template-docs ]
9+
10+ Be sure to check out [ other ` wasm-pack ` tutorials online] [ tutorials ] for other
11+ templates and usages of ` wasm-pack ` .
12+
13+ [ tutorials ] : https://rustwasm.github.io/docs/wasm-pack/tutorials/index.html
14+ [ template-docs ] : https://rustwasm.github.io/docs/wasm-pack/tutorials/hybrid-applications-with-webpack/index.html
15+
16+ ## 🚴 Using This Template
17+
18+ You can use ` npm init ` to clone this template:
19+
20+ ``` sh
21+ npm init rust-webpack my-app
22+ ```
23+
24+ [ Afterwards check out the full documentation for exploring it] [ template-docs ] .
1025
1126## 🔋 Batteries Included
1227
@@ -17,13 +32,3 @@ to WebAssembly and hooking into a Webpack build pipeline.
1732 ` http://localhost:8080 ` .
1833
1934* ` npm run build ` -- Bundle the project (in production mode).
20-
21- ## 🚴 Using This Template
22-
23- First, [ install ` wasm-pack ` !] ( https://rustwasm.github.io/wasm-pack/installer/ )
24-
25- Then, use ` npm init ` to clone this template:
26-
27- ``` sh
28- npm init rust-webpack my-app
29- ```
You can’t perform that action at this time.
0 commit comments