update gitignore, readme

This commit is contained in:
kilic 2020-06-13 22:44:22 +03:00
parent bc9101a437
commit 2c423008b4
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -3,4 +3,5 @@
/examples/www
node_modules
*.key
Cargo.lock
Cargo.lock
.cargo

View File

@ -33,5 +33,5 @@ Follow the steps [here](https://rustwasm.github.io/docs/wasm-bindgen/wasm-bindge
Then run:
```
cargo build --tests --release --target wasm32-unknown-unknown --features wasm
cargo test --release --target wasm32-unknown-unknown --features wasm
```