Skip to content

Commit 3dab85c

Browse files
committed
add compact and trampolines crate features to wasmi_wast crate
1 parent 0708d50 commit 3dab85c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/wast/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ exclude.workspace = true
1717
wasmi = { workspace = true, features = ["std", "simd"] }
1818
wast = { workspace = true, features = ["wasm-module"] }
1919
anyhow = "1.0"
20+
21+
[features]
22+
compact = ["wasmi/compact"]
23+
trampolines = ["wasmi/trampolines"]

0 commit comments

Comments
 (0)