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:
Alex Crichton
2021-05-27 12:05:35 -05:00
committed by GitHub
parent 76664fc73e
commit b90d7d6aed
8 changed files with 0 additions and 336 deletions

19
Cargo.lock generated
View File

@@ -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"