From 8e065ba9557e1e6c591c6b877823d93dc75d748d Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Mon, 4 Dec 2023 02:19:31 +0100 Subject: fix: wat feature flag, ensure wasm target compiles Signed-off-by: Henry Gressmann --- crates/cli/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/cli/Cargo.toml') diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 505b025..dfb418a 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -18,5 +18,5 @@ pretty_env_logger="0.5" wast={version="69.0", optional=true} [features] -default=["wast"] -wast=["dep:wast"] +default=["wat"] +wat=["dep:wast"] -- cgit v1.3.1