Remove long-outdated misc/rust crate (#2942)
I had no idea this was still in the repository, much less building! There are much different ways to use wasmtime in Rust nowadays, such as the `wasmtime` crate!
This commit is contained in:
19
Cargo.lock
generated
19
Cargo.lock
generated
@@ -3795,25 +3795,6 @@ dependencies = [
|
||||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wasmtime-rust"
|
||||
version = "0.27.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"wasmtime",
|
||||
"wasmtime-rust-macro",
|
||||
"wasmtime-wasi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wasmtime-rust-macro"
|
||||
version = "0.27.0"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wasmtime-wasi"
|
||||
version = "0.27.0"
|
||||
|
||||
Reference in New Issue
Block a user