Move crates/api to crates/wasmtime (#1693)
The `wasmtime` crate currently lives in `crates/api` for historical reasons, because we once called it `wasmtime-api` crate. This creates a stumbling block for new contributors. As discussed on Zulip, rename the directory to `crates/wasmtime`.
This commit is contained in:
@@ -15,7 +15,7 @@ edition = "2018"
|
||||
anyhow = "1.0"
|
||||
log = { version = "0.4.8", default-features = false }
|
||||
wasi-common = { path = "../wasi-common", version = "0.16.0" }
|
||||
wasmtime = { path = "../api", version = "0.16.0", default-features = false }
|
||||
wasmtime = { path = "../wasmtime", version = "0.16.0", default-features = false }
|
||||
wasmtime-runtime = { path = "../runtime", version = "0.16.0" }
|
||||
wig = { path = "../wasi-common/wig", version = "0.16.0" }
|
||||
wiggle = { path = "../wiggle", version = "0.16.0" }
|
||||
|
||||
Reference in New Issue
Block a user