Lines Matching refs:WebAssembly
1 //===-- README.txt - Notes for WebAssembly code gen -----------------------===//
3 The object format emitted by the WebAssembly backed is documented in:
5 * https://github.com/WebAssembly/tool-conventions/blob/main/Linking.md
9 * https://github.com/WebAssembly/tool-conventions/blob/main/BasicCABI.md
11 For more information on WebAssembly itself, see the home page:
16 includes standard libraries, tools, and packaging for producing WebAssembly
20 on musl, for producing WebAssembly applications that use the WASI ABI.
22 Rust provides WebAssembly support integrated into Cargo. There are two
33 encoding of WebAssembly itself:
34 * https://github.com/WebAssembly/design/blob/main/Semantics.md
35 * https://github.com/WebAssembly/design/blob/main/BinaryEncoding.md
50 WebAssembly.
55 Would these be useful to run for WebAssembly too? Also, it has an option to
87 being run after the WebAssembly PEI pass.
105 WebAssembly registers are implicitly initialized to zero. Explicit zeroing is
150 full advantage of what WebAssembly permits.
159 The function @dynamic_alloca_redzone in test/CodeGen/WebAssembly/userstack.ll