Skip to content

Commit

Permalink
Add binary encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
abrown committed Jan 11, 2024
1 parent a6d3800 commit 50db63f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions design/mvp/Binary.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ canon ::= 0x00 0x00 f:<core:funcidx> opts:<opts> ft:<typeidx> => (canon lift
| 0x02 rt:<typeidx> => (canon resource.new rt (core func))
| 0x03 rt:<typdidx> => (canon resource.drop rt (core func))
| 0x04 rt:<typeidx> => (canon resource.rep rt (core func))
| 0x05 ft:<typeidx> => (canon thread.spawn ft (core func))
| 0x06 => (canon thread.hw_concurrency (core func))
opts ::= opt*:vec(<canonopt>) => opt*
canonopt ::= 0x00 => string-encoding=utf8
| 0x01 => string-encoding=utf16
Expand Down

0 comments on commit 50db63f

Please sign in to comment.