We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d1326 commit 1caa3c2Copy full SHA for 1caa3c2
design/mvp/CanonicalABI.md
@@ -3836,7 +3836,7 @@ validation specifies:
3836
`(shared (func (param $c i32)))` is allowed (see explanation in
3837
`thread.spawn_ref` above)
3838
* `$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
+* `$spawn_indirect` is given type `(func (param $i i32) (param $c i32) (result $e
3840
i32))`.
3841
3842
Calling `$spawn_indirect` retrieves a reference to function `$f` from table `$tbl` and checks
0 commit comments