MLIR
22.0.0git
|
#include "mlir/Target/Wasm/WasmBinaryEncoding.h"
Classes | |
struct | Export |
Byte encodings describing Wasm exports. More... | |
struct | GlobalMutability |
Byte encodings describing the mutability of globals. More... | |
struct | Import |
Byte encodings of Wasm imports. More... | |
struct | LimitHeader |
Byte encodings for Wasm limits. More... | |
struct | OpCode |
Byte encodings for Wasm instructions. More... | |
struct | Type |
Byte encodings of types in Wasm binaries. More... | |
Static Public Attributes | |
static constexpr std::byte | endByte {0x0B} |
Definition at line 19 of file WasmBinaryEncoding.h.
|
staticconstexpr |
Definition at line 139 of file WasmBinaryEncoding.h.