From d9114e40bc74aa9ae51c526a43dff08d93fac5c6 Mon Sep 17 00:00:00 2001 From: Syrus Date: Thu, 4 Apr 2019 22:48:16 -0700 Subject: [PATCH] Make wasi default in the binary --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 552f6b8ed..419595e14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = []