Skip to content

Commit 0a9fed4

Browse files
committed
Only enable minimum set of wasmtime features
Signed-off-by: Alex Snaps <alex@wcgw.dev>
1 parent 71b2804 commit 0a9fed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2018"
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
wasmtime = "23.0.1"
10+
wasmtime = { version = "24.0.0", default-features = false, features = ["cranelift", "parallel-compilation", "std", "runtime"] }
1111
anyhow = "1.0.72"
1212
lazy_static = "1.4.0"
1313
more-asserts = "0.3.1"

0 commit comments

Comments
 (0)