We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f0819 commit bb0dac3Copy full SHA for bb0dac3
document/core/syntax/modules.rst
@@ -424,7 +424,7 @@ The |MIMPORTS| component of a module defines a set of *imports* that are require
424
\IDFUNC~\typeidx \\&&|&
425
\IDTABLE~\tabletype \\&&|&
426
\IDMEM~\memtype \\&&|&
427
- \IDTAG~\tagtype \\&&|&
+ \IDTAG~\typeidx \\&&|&
428
\IDGLOBAL~\globaltype \\
429
\end{array}
430
interpreter/binary/decode.ml
@@ -213,6 +213,7 @@ let global_type s =
213
let tag_type s =
214
zero s; at var s
215
216
+
217
(* Instructions *)
218
219
open Ast
0 commit comments