Skip to content

Commit

Permalink
Make wasi default in the binary
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Apr 5, 2019
1 parent 1041403 commit d9114e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ wabt = "0.7.2"
glob = "0.2.11"

[features]
default = ["fast-tests"]
default = ["fast-tests", "wasi"]
debug = ["wasmer-clif-backend/debug", "wasmer-runtime-core/debug"]
# This feature will allow cargo test to run much faster
fast-tests = []
Expand Down

0 comments on commit d9114e4

Please sign in to comment.