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:
@@ -19,7 +19,7 @@ doctest = false
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
once_cell = "1.3"
|
||||
wasmtime = { path = "../api", default-features = false }
|
||||
wasmtime = { path = "../wasmtime", default-features = false }
|
||||
wasmtime-c-api-macros = { path = "macros" }
|
||||
|
||||
# Optional dependency for the `wat2wasm` API
|
||||
|
||||
Reference in New Issue
Block a user