File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,7 @@ for progress see: [https://github.com/iceiix/stevenarella/issues/171](https://gi
7
7
8
8
## Building
9
9
10
- To build for wasm32-unknown-unknown, run in the top-level directory (not www):
11
-
12
- ``` sh
13
- rustup target add wasm32-unknown-unknown
14
- cargo install wasm-bindgen-cli
15
- wasm-pack build
16
- ```
17
-
18
- or:
10
+ To build for wasm32-unknown-unknown, run:
19
11
20
12
``` sh
21
13
cargo web start --target wasm32-unknown-unknown
@@ -38,7 +30,7 @@ open http://localhost:8080/
38
30
39
31
## Credits
40
32
41
- Based on ` [rustwasm/create-wasm-app](https://github.com/rustwasm/create-wasm-app) ` :
33
+ Based on [ rustwasm/create-wasm-app] ( https://github.com/rustwasm/create-wasm-app ) :
42
34
43
35
> An ` npm init ` template for kick starting a project that uses NPM packages
44
36
> containing Rust-generated WebAssembly and bundles them with Webpack.
You can’t perform that action at this time.
0 commit comments