Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ Node. Follow these steps to install the prerequisites:
rustup target add wasm32-unknown-unknown

4. Install the Wasm-Bindgen CLI, to allow Rust unit tests to run in
WebAssembly:
WebAssembly (at moment we require version 0.2.68):

cargo install wasm-bindgen-cli
cargo install --version 0.2.68 wasm-bindgen-cli

5. On Ubuntu Linux, install *libssl* and *pkg-config*:

Expand Down