Skip to content

Commit

Permalink
Fix syntax of tag imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rossberg committed Sep 13, 2024
1 parent 24f0819 commit bb0dac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion document/core/syntax/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ The |MIMPORTS| component of a module defines a set of *imports* that are require
\IDFUNC~\typeidx \\&&|&
\IDTABLE~\tabletype \\&&|&
\IDMEM~\memtype \\&&|&
\IDTAG~\tagtype \\&&|&
\IDTAG~\typeidx \\&&|&
\IDGLOBAL~\globaltype \\
\end{array}
Expand Down
1 change: 1 addition & 0 deletions interpreter/binary/decode.ml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ let global_type s =
let tag_type s =
zero s; at var s


(* Instructions *)

open Ast
Expand Down

0 comments on commit bb0dac3

Please sign in to comment.