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 5
5
This template is designed for creating monorepo-style Web applications with
6
6
Rust-generated WebAssembly and Webpack without publishing your wasm to NPM.
7
7
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 ] .
10
25
11
26
## 🔋 Batteries Included
12
27
@@ -17,13 +32,3 @@ to WebAssembly and hooking into a Webpack build pipeline.
17
32
` http://localhost:8080 ` .
18
33
19
34
* ` 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