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:
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -75,10 +75,10 @@ jobs:
|
||||
toolchain: nightly
|
||||
|
||||
# Check some feature combinations of the `wasmtime` crate
|
||||
- run: cargo check --manifest-path crates/api/Cargo.toml --no-default-features
|
||||
- run: cargo check --manifest-path crates/api/Cargo.toml --features wat
|
||||
- run: cargo check --manifest-path crates/api/Cargo.toml --features lightbeam
|
||||
- run: cargo check --manifest-path crates/api/Cargo.toml --features jitdump
|
||||
- run: cargo check --manifest-path crates/wasmtime/Cargo.toml --no-default-features
|
||||
- run: cargo check --manifest-path crates/wasmtime/Cargo.toml --features wat
|
||||
- run: cargo check --manifest-path crates/wasmtime/Cargo.toml --features lightbeam
|
||||
- run: cargo check --manifest-path crates/wasmtime/Cargo.toml --features jitdump
|
||||
|
||||
# Check some feature combinations of the `wasmtime-c-api` crate
|
||||
- run: cargo check --manifest-path crates/c-api/Cargo.toml --no-default-features
|
||||
|
||||
Reference in New Issue
Block a user