Skip to content

Commit 1caa3c2

Browse files
abrownlukewagner
andcommitted
Update design/mvp/CanonicalABI.md
Co-authored-by: Luke Wagner <[email protected]>
1 parent 95d1326 commit 1caa3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/CanonicalABI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3836,7 +3836,7 @@ validation specifies:
38363836
`(shared (func (param $c i32)))` is allowed (see explanation in
38373837
`thread.spawn_ref` above)
38383838
* `$tbl` must refer to a table with type `(table (ref null (shared func)) shared)`
3839-
* `$st` is given type `(func (param $i i32) (param $c i32) (result $e
3839+
* `$spawn_indirect` is given type `(func (param $i i32) (param $c i32) (result $e
38403840
i32))`.
38413841

38423842
Calling `$spawn_indirect` retrieves a reference to function `$f` from table `$tbl` and checks

0 commit comments

Comments
 (0)