Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 266fa5d

Browse files
committed
Some more minor differences with main
1 parent e923178 commit 266fa5d

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

ci/build-test-matrix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const GENERIC_BUCKETS = 3;
1313

1414
// Crates which are their own buckets. These are the very slowest to
1515
// compile-and-test crates.
16-
const SINGLE_CRATE_BUCKETS = ["wasmtime", "wasmtime-cli", "wasmtime-wasi", 'component-async-tests'];
16+
const SINGLE_CRATE_BUCKETS = ["wasmtime", "wasmtime-cli", "wasmtime-wasi"];
1717

1818
const ubuntu = 'ubuntu-24.04';
1919
const windows = 'windows-2025';

crates/wasi/src/p3/wit/package.wit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
// We actually don't use this; it's just to let bindgen! find the corresponding world in wit/deps.
12
package wasmtime:wasi;

crates/wasi/tests/all/p3/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ async fn run(path: &str) -> Result<()> {
1414
config.wasm_component_model_async(true);
1515
});
1616
let mut linker = Linker::new(&engine);
17+
// TODO: Remove once test components are not built for `wasm32-wasip1`
1718
wasmtime_wasi::p2::add_to_linker_async(&mut linker)
1819
.context("failed to link `wasi:cli@0.2.x`")?;
1920
wasmtime_wasi::p3::add_to_linker(&mut linker).context("failed to link `wasi:cli@0.3.x`")?;

0 commit comments

Comments
 (0)