Fix Cargo.toml
This commit is contained in:
parent
05027e617e
commit
2b149f5bdf
|
@ -15,8 +15,8 @@ default = ["std"]
|
|||
# Disable for no_std support
|
||||
std = ["parity-wasm/std", "byteorder/std"]
|
||||
# Enable for no_std support
|
||||
# hashmap_core only works on no_std
|
||||
core = ["hashmap_core", "libm"]
|
||||
# hashbrown only works on no_std
|
||||
core = ["hashbrown", "libm"]
|
||||
derive = ["wasmi-derive"]
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Reference in New Issue