We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99740de commit 5c54dcdCopy full SHA for 5c54dcd
design/mvp/Binary.md
@@ -317,7 +317,7 @@ canon ::= 0x00 0x00 f:<core:funcidx> opts:<opts> ft:<typeidx> => (canon lift
317
| 0x22 => (canon waitable-set.drop (core func)) 🔀
318
| 0x23 => (canon waitable.join (core func)) 🔀
319
| 0x40 ft:<typeidx> => (canon thread.spawn_ref ft (core func)) 🧵
320
- | 0x41 ft:<typeidx> t:<core:tableidx> => (canon thread.spawn_indirect ft (table t) (core func)) 🧵
+ | 0x41 ft:<typeidx> tbl:<core:tableidx> => (canon thread.spawn_indirect ft tbl (core func)) 🧵
321
| 0x42 => (canon thread.available_parallelism (core func)) 🧵
322
async? ::= 0x00 =>
323
| 0x01 => async
0 commit comments