We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0708d50 commit 3dab85cCopy full SHA for 3dab85c
crates/wast/Cargo.toml
@@ -17,3 +17,7 @@ exclude.workspace = true
17
wasmi = { workspace = true, features = ["std", "simd"] }
18
wast = { workspace = true, features = ["wasm-module"] }
19
anyhow = "1.0"
20
+
21
+[features]
22
+compact = ["wasmi/compact"]
23
+trampolines = ["wasmi/trampolines"]
0 commit comments