We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80d81b7 commit b62e1ccCopy full SHA for b62e1cc
1 file changed
tests/rust/wasm32-wasip3/src/bin/clocks-sleep.rs
@@ -5,8 +5,8 @@ wit_bindgen::generate!({
5
package test:test;
6
7
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;
+ include wasi:clocks/imports@0.3.0-rc-2026-02-09;
+ include wasi:cli/command@0.3.0-rc-2026-02-09;
10
}
11
",
12
// Work around https://github.com/bytecodealliance/wasm-tools/issues/2285.
0 commit comments