Lines Matching refs:WebAssembly
8 @node WebAssembly-Dependent
9 @chapter WebAssembly Dependent Features
14 @chapter WebAssembly Dependent Features
17 @cindex WebAssembly support
19 * WebAssembly-Notes:: Notes
20 * WebAssembly-Syntax:: Syntax
21 * WebAssembly-Floating-Point:: Floating Point
22 * WebAssembly-Opcodes:: Opcodes
23 * WebAssembly-module-layout:: Module Layout
26 @node WebAssembly-Notes
28 @cindex WebAssembly notes
29 @cindex notes for WebAssembly
31 While WebAssembly provides its own module format for executables, this
35 @node WebAssembly-Syntax
37 @cindex WebAssembly Syntax
39 in the WebAssembly binary encoding specification at
44 * WebAssembly-Chars:: Special Characters
45 * WebAssembly-Relocs:: Relocations
46 * WebAssembly-Signatures:: Signatures
49 @node WebAssembly-Chars
52 @cindex line comment character, WebAssembly
53 @cindex WebAssembly line comment character
59 @node WebAssembly-Relocs
61 @cindex WebAssembly relocations
62 @cindex relocations, WebAssembly
76 @node WebAssembly-Signatures
78 @cindex WebAssembly signatures
79 @cindex signatures, WebAssembly
89 @node WebAssembly-Floating-Point
91 @cindex floating point, WebAssembly (@sc{ieee})
92 @cindex WebAssembly floating point (@sc{ieee})
93 WebAssembly uses little-endian @sc{ieee} floating-point numbers.
95 @node WebAssembly-Opcodes
97 @cindex opcodes, WebAssembly
98 @cindex WebAssembly opcodes
99 Ordinary instructions are encoded with the WebAssembly mnemonics as
101 @url{https://github.com/WebAssembly/design/blob/master/BinaryEncoding.md}.
111 @node WebAssembly-module-layout
112 @section WebAssembly Module Layout
113 @cindex module layout, WebAssembly
114 @cindex WebAssembly module layout
116 WebAssembly module. It is possible to make @code{@value{AS}} produce
117 output in a single ELF section which becomes a valid WebAssembly