difftreelog
Update README (bulding and testing)
in: master
1 file changed
README.mddiffbeforeafterboth5252532. Remove all installed toolchains with `rustup toolchain list` and `rustup toolchain uninstall <toolchain>`.532. Remove all installed toolchains with `rustup toolchain list` and `rustup toolchain uninstall <toolchain>`.5454553. Install Toolchain and make it default:553. Install stable toolchain 1.49.0 and make it default, install nightly 2021-01-27:565657```bash57```bash58rustup toolchain install 1.49.058rustup toolchain install nightly-2020-10-0159rustup toolchain install nightly-2020-10-0159rustup default nightly-2020-10-0160rustup default nightly-2021-01-2760```61```6162624. Add wasm target for default toolchain:634. Add wasm target for default toolchain:636464```bash65```bash65rustup target add wasm32-unknown-unknown66rustup target add wasm32-unknown-unknown --toolchain nightly-2021-01-2766```67```6768685. Build:695. Build:114115115Additional CLI usage options are available and may be shown by running `cargo run -- --help`.116Additional CLI usage options are available and may be shown by running `cargo run -- --help`.116117118## Run Integration Tests1191201. Install all needed dependecies121```122cd tests123yarn install124```1251262. Run tests127```128yarn test129```130131117## Benchmarks132## Benchmarks118133119First of all, add rust toolchain and make it default.134First of all, add rust toolchain and make it default.