Skip to content

Commit b62e1cc

Browse files
committed
Update to WASI 0.3.0-rc-2026-02-09
1 parent 80d81b7 commit b62e1cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/rust/wasm32-wasip3/src/bin/clocks-sleep.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ wit_bindgen::generate!({
55
package test:test;
66
77
world test {
8-
include wasi:clocks/imports@0.3.0-rc-2025-09-16;
9-
include wasi:cli/command@0.3.0-rc-2025-09-16;
8+
include wasi:clocks/imports@0.3.0-rc-2026-02-09;
9+
include wasi:cli/command@0.3.0-rc-2026-02-09;
1010
}
1111
",
1212
// Work around https://github.com/bytecodealliance/wasm-tools/issues/2285.

0 commit comments

Comments
 (0)