diff --git a/Cargo.toml b/Cargo.toml index 1acce2b089..78bc165e2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -194,7 +194,7 @@ http = { version = "0.2.9" } # # WASM # -wasmtime = { version = "11.0.1", features = ["component-model"] } +wasmtime = { version = "11.0.1", default-features = false, features = ["async", "wat", "jitdump", "parallel-compilation", "cranelift", "pooling-allocator", "component-model"] } wasmtime-wasi = "11.0.1" wasi-cap-std-sync = "11.0.1" wasi-common = "11.0.1"