We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wit-parser
1 parent f3c9567 commit 50a62b4Copy full SHA for 50a62b4
crates/wit-parser/Cargo.toml
@@ -27,7 +27,7 @@ serde_derive = { workspace = true, optional = true }
27
serde_json = { workspace = true, optional = true }
28
unicode-xid = "0.2.2"
29
wasmparser = { workspace = true, optional = true, features = ['std', 'validate', 'component-model', 'features'] }
30
-wat = { workspace = true, optional = true }
+wat = { workspace = true, optional = true, features = ['component-model'] }
31
32
[features]
33
default = ['serde', 'decoding']
0 commit comments