mirror of https://github.com/status-im/rln.git
update gitignore, readme
This commit is contained in:
parent
bc9101a437
commit
2c423008b4
|
@ -3,4 +3,5 @@
|
||||||
/examples/www
|
/examples/www
|
||||||
node_modules
|
node_modules
|
||||||
*.key
|
*.key
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
|
.cargo
|
|
@ -33,5 +33,5 @@ Follow the steps [here](https://rustwasm.github.io/docs/wasm-bindgen/wasm-bindge
|
||||||
Then run:
|
Then run:
|
||||||
|
|
||||||
```
|
```
|
||||||
cargo build --tests --release --target wasm32-unknown-unknown --features wasm
|
cargo test --release --target wasm32-unknown-unknown --features wasm
|
||||||
```
|
```
|
Loading…
Reference in New Issue