Skip to content

Commit

Permalink
Update pykwasm/src/pykwasm/kdist/wasm-semantics/binary-parser.md
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Skeirik <[email protected]>
  • Loading branch information
virgil-serbanuta and sskeirik authored Jan 13, 2025
1 parent c9a471f commit ea3e28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pykwasm/src/pykwasm/kdist/wasm-semantics/binary-parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ These have special use requirements as we will see later.
syntax Bytes ::= "TYPE_F64" [macro] rule TYPE_F64 => b"\x7C"
syntax Bytes ::= "TYPE_VEC" [macro] rule TYPE_VEC => b"\x7B"
syntax Bytes ::= "TYPE_FUN_REF" [macro] rule TYPE_FUN_REF => b"\x70"
syntax Bytes ::= "TYPE_EXT_REF" [macro] rule TYPE_EXT_REF => b"\x64"
syntax Bytes ::= "TYPE_EXT_REF" [macro] rule TYPE_EXT_REF => b"\x6F"
syntax Bytes ::= "TYPE_FUN" [macro] rule TYPE_FUN => b"\x60"
syntax Bytes ::= "TYPE_EMPTY" [macro] rule TYPE_EMPTY => b"\x40"
```
Expand Down

0 comments on commit ea3e28b

Please sign in to comment.