wasi:cli/run

This commit is contained in:
2026-06-29 15:39:13 -06:00
parent bf5990c880
commit cd56b176af
7 changed files with 110 additions and 12 deletions
+4 -8
View File
@@ -5,8 +5,7 @@ world root {
import wasi:cli/stdout@0.2.6;
import wasi:io/streams@0.2.6;
// export wasi:cli/run@0.2.0;
export hello: func();
export wasi:cli/run@0.2.6;
}
package wasi:cli@0.2.6 {
@@ -17,14 +16,11 @@ package wasi:cli@0.2.6 {
}
interface stdin {
}
interface run {
run: func () -> result;
}
}
// package wasi:cli@0.2.0 {
// interface run {
// run: func() -> result;
// }
// }
package wasi:io@0.2.6 {
interface poll {
resource pollable {