Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit bb0dac3

Browse files
committed
Fix syntax of tag imports
1 parent 24f0819 commit bb0dac3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

document/core/syntax/modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ The |MIMPORTS| component of a module defines a set of *imports* that are require
424424
\IDFUNC~\typeidx \\&&|&
425425
\IDTABLE~\tabletype \\&&|&
426426
\IDMEM~\memtype \\&&|&
427-
\IDTAG~\tagtype \\&&|&
427+
\IDTAG~\typeidx \\&&|&
428428
\IDGLOBAL~\globaltype \\
429429
\end{array}
430430

interpreter/binary/decode.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ let global_type s =
213213
let tag_type s =
214214
zero s; at var s
215215

216+
216217
(* Instructions *)
217218

218219
open Ast

0 commit comments

Comments
 (0)