Skip to content

Commit 472208c

Browse files
committed
www: update README to remove wasm-pack; use cargo web start
wasm-pack is more broken, see #171 (comment) cargo web start is still broken (#171) but less so
1 parent dece047 commit 472208c

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

www/README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,7 @@ for progress see: [https://github.com/iceiix/stevenarella/issues/171](https://gi
77

88
## Building
99

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:
1911

2012
```sh
2113
cargo web start --target wasm32-unknown-unknown
@@ -38,7 +30,7 @@ open http://localhost:8080/
3830

3931
## Credits
4032

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):
4234

4335
> An `npm init` template for kick starting a project that uses NPM packages
4436
> containing Rust-generated WebAssembly and bundles them with Webpack.

0 commit comments

Comments
 (0)