Fix contributing test instructions (#957)

This commit is contained in:
yossarian 2020-02-22 02:32:12 +01:00 committed by GitHub
parent b534a4c83a
commit 92aab6c97c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
#### Add the wasm target
```bash
rustup add target wasm32-unknown-unknown
rustup target add wasm32-unknown-unknown
```
#### Install [cargo-web]
@ -41,3 +41,8 @@ although more driver support may be added! You can download these at:
```bash
./ci/run_tests.sh
```
or
```bash
cargo test --target wasm32-unknown-unknown --features wasm_test
```