From 8a1893625c5ec89cafaab8ca945544b02749bfb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hillerstr=C3=B6m?= Date: Fri, 2 Jul 2021 14:36:34 +0100 Subject: [PATCH] Update build instructions The current toolchain depends on `wasm-bindgen-cli` version *0.2.68* for `cargo test` to complete successfully. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e7c59f..5761ca4 100644 --- a/README.md +++ b/README.md @@ -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*: