We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
thread.spawn_indirect
1 parent 18b2ff1 commit 173de57Copy full SHA for 173de57
design/mvp/CanonicalABI.md
@@ -3836,8 +3836,8 @@ validation specifies:
3836
* `$ft` must refer to a `shared` function type; initially, only the type
3837
`(shared (func (param $c i32)))` is allowed (see explanation in
3838
`thread.spawn_ref` above)
3839
-* `$tbl` must refer to a table with type `(table (ref null (shared func))
3840
- shared)`
+* `$tbl` must refer to a shared table whose element type matches `(ref null
+ (shared func))`
3841
* `$spawn_indirect` is given type `(func (param $i i32) (param $c i32) (result
3842
$e i32))`.
3843
0 commit comments