as: WebAssembly-Opcodes

1 
1 9.52.4 Regular Opcodes
1 ----------------------
1 
1 Ordinary instructions are encoded with the WebAssembly mnemonics as
1 listed at:
1 <https://github.com/WebAssembly/design/blob/master/BinaryEncoding.md>.
1 
1    Opcodes are written directly in the order in which they are encoded,
1 without going through an intermediate sexp-style expression as in the
1 'was' format.
1 
1    For "typed" opcodes (block, if, etc.), the type of the block is
1 specified in square brackets following the opcode: 'if[i]', 'if[]'.
1