summaryrefslogtreecommitdiff
path: root/crates/cli/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2023-12-04 02:19:31 +0100
committerHenry Gressmann <mail@henrygressmann.de>2023-12-04 02:19:31 +0100
commit8e065ba9557e1e6c591c6b877823d93dc75d748d (patch)
tree2243ddc6105221fe1282850a9ff27698f3f19ec3 /crates/cli/Cargo.toml
parent829db60c869ea5ec9be37e6fc2ad94c2965d63d4 (diff)
fix: wat feature flag, ensure wasm target compiles
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/cli/Cargo.toml')
-rw-r--r--crates/cli/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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"]