ci: Check wasmtime with the winch feature enabled (#6162)
Follow up to https://github.com/bytecodealliance/wasmtime/pull/6119
This commit is contained in:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -261,6 +261,7 @@ jobs:
|
||||
- run: cargo check -p wasmtime --no-default-features --features cranelift
|
||||
- run: cargo check -p wasmtime --no-default-features --features component-model
|
||||
- run: cargo check -p wasmtime --no-default-features --features cranelift,wat,async,cache
|
||||
- run: cargo check -p wasmtime --no-default-features --features winch
|
||||
- run: cargo check --features component-model
|
||||
|
||||
# Check that benchmarks of the cranelift project build
|
||||
|
||||
Reference in New Issue
Block a user