mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-07-20 20:05:42 +00:00
Add notice about parity-wasm features
This commit is contained in:
@@ -8,6 +8,8 @@ description = "Collection of command-line utilities and corresponding Rust api f
|
|||||||
keywords = ["wasm", "webassembly", "pwasm"]
|
keywords = ["wasm", "webassembly", "pwasm"]
|
||||||
|
|
||||||
[dependencies]
|
[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 }
|
parity-wasm = { version = "0.39", default-features = false }
|
||||||
log = { version = "0.4", default-features = false }
|
log = { version = "0.4", default-features = false }
|
||||||
byteorder = { version = "1", default-features = false }
|
byteorder = { version = "1", default-features = false }
|
||||||
|
|||||||
Reference in New Issue
Block a user