From 2b5026a6c5b0ac7cf5632cb1c0be9d8c0ec5febf Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Tue, 30 Jul 2019 16:48:58 +0200 Subject: [PATCH] Add notice about parity-wasm features --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 136619f..736bdba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,8 @@ description = "Collection of command-line utilities and corresponding Rust api f keywords = ["wasm", "webassembly", "pwasm"] [dependencies] +# If you add the feature "bulk", make sure you fixed all expects that say +# "parity-wasm is compiled without bulk-memory operations" parity-wasm = { version = "0.39", default-features = false } log = { version = "0.4", default-features = false } byteorder = { version = "1", default-features = false }