Skip to content
Snippets Groups Projects
Unverified Commit 58e470ff authored by Wei Tang's avatar Wei Tang Committed by GitHub
Browse files

Commit wasm binary files (#73)

* Commit wasm binary files

* Update README
parent 372838f2
Branches
No related merge requests found
Pipeline #30944 passed with stages
in 6 minutes and 44 seconds
......@@ -19,9 +19,9 @@ rustup target add wasm32-unknown-unknown --toolchain nightly
cargo +nightly install --git https://github.com/alexcrichton/wasm-gc
```
Additionally, install `clang` and `llvm`, e.g. via the package manager for your distribution.
Additionally, install `clang` and `llvm`, e.g. via the package manager for your distribution.
After that, clone the repo and compile the WebAssembly runtime:
Clone the repo and optionally compile the WebAssembly runtime. Note that if you want to connect to a testnet, please skip compiling WebAssembly runtime step.
```bash
git clone https://github.com/paritytech/shasper.git
......
File added
File added
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment