as: WebAssembly-Syntax

1 
1 9.52.2 Syntax
1 -------------
1 
1 The assembler syntax directly encodes sequences of opcodes as defined in
1 the WebAssembly binary encoding specification at
1 https://github.com/webassembly/spec/BinaryEncoding.md.  Structured
1 sexp-style expressions are not supported as input.
1 

Menu