add default-enabled std feature

This commit is contained in:
Julius Rakow 2018-08-24 23:47:20 +02:00
parent 0409913a26
commit 704f96e2e7
No known key found for this signature in database
GPG Key ID: 9AABD9B859435A93
1 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,11 @@ description = "WebAssembly interpreter"
keywords = ["wasm", "webassembly", "bytecode", "interpreter"]
exclude = [ "/res/*", "/tests/*", "/fuzz/*", "/benches/*" ]
[features]
default = ["std"]
# Disable for no_std support
std = []
[dependencies]
parity-wasm = "0.31"
byteorder = "1.0"