Skip to content

Commit 99740de

Browse files
abrownlukewagner
andcommitted
Update design/mvp/Explainer.md
Co-authored-by: Luke Wagner <[email protected]>
1 parent 55f0985 commit 99740de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/Explainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1965,7 +1965,7 @@ future, the type of `c` is currently hard-coded to always be `i32`.
19651965

19661966
| Synopsis | |
19671967
| -------------------------- | ------------------------------------------------- |
1968-
| Approximate WIT signature | `func<FuncT>(i: i32, c: FuncT.params[0]) -> bool` |
1968+
| Approximate WIT signature | `func<FuncT>(i: u32, c: FuncT.params[0]) -> bool` |
19691969
| Canonical ABI signature | `[i:i32 c:i32] -> [i32]` |
19701970

19711971
The `thread.spawn_indirect` built-in spawns a new thread by retrieving the

0 commit comments

Comments
 (0)