Lines Matching refs:WebAssembly
1 @section WebAssembly backend
2 The WebAssembly module file format, at present, is a very simple
9 files can be used to produce WebAssembly modules. The WebAssembly
10 backend aims to enable the opposite: reading a WebAssembly module and
14 When writing WebAssembly modules, the WebAssembly backend attempts to
19 Function names are supported as symbols; local names and WebAssembly
23 between the WebAssembly specification and the BFD code; these result
24 in some malformed WebAssembly modules being treated as valid.
30 @node File layout, WebAssembly
32 For a description of the WebAssembly file format, see
33 @url{https://github.com/WebAssembly/design/blob/master/BinaryEncoding.md}.