Skip to content

Commit 4a41afd

Browse files
abrownlukewagner
andcommitted
Update design/mvp/CanonicalABI.md
Co-authored-by: Luke Wagner <[email protected]>
1 parent 537f512 commit 4a41afd

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
@@ -3830,7 +3830,7 @@ def canon_thread_spawn_ref(f, c):
38303830

38313831
For a canonical definition:
38323832
```wat
3833-
(canon thread.spawn_indirect (type $ft) (table $t) (core func $st))
3833+
(canon thread.spawn_indirect $ft $tbl (core func $spawn_indirect))
38343834
```
38353835
validation specifies:
38363836
* `$ft` must refer to a `shared` function type; initially, only the type

0 commit comments

Comments
 (0)