Remove usage of Features from wasmtime::Config API (#763)
Instead expose a number of boolean accessors which doesn't require users to construct a foreign `Features` type and allows us to decouple the API of the `wasmtime` crate from the underlying implementation detail.
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -2132,7 +2132,6 @@ dependencies = [
|
||||
"wasmtime",
|
||||
"wasmtime-environ",
|
||||
"wasmtime-interface-types",
|
||||
"wasmtime-jit",
|
||||
"wasmtime-runtime",
|
||||
"wasmtime-wasi",
|
||||
]
|
||||
@@ -2160,7 +2159,6 @@ dependencies = [
|
||||
"anyhow",
|
||||
"wasmtime",
|
||||
"wasmtime-interface-types",
|
||||
"wasmtime-jit",
|
||||
"wasmtime-rust-macro",
|
||||
"wasmtime-wasi",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user