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

Commit 8ff2453

Browse files
authored
Flag wasi:cli/run#run as an async function
I think this was lost in various translations here and there, but I'm under the impression that the intention is that this is should be `async`-by-default.
1 parent 965cbde commit 8ff2453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wit-0.3.0-draft/run.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
interface run {
33
/// Run the program.
44
@since(version = 0.3.0-rc-2025-08-15)
5-
run: func() -> result;
5+
run: async func() -> result;
66
}

0 commit comments

Comments
 (0)