MLIR
22.0.0git
|
Byte encodings describing the mutability of globals. More...
#include "mlir/Target/Wasm/WasmBinaryEncoding.h"
Static Public Attributes | |
static constexpr std::byte | isConst {0x00} |
static constexpr std::byte | isMutable {0x01} |
Byte encodings describing the mutability of globals.
Definition at line 126 of file WasmBinaryEncoding.h.
|
staticconstexpr |
Definition at line 127 of file WasmBinaryEncoding.h.
|
staticconstexpr |
Definition at line 128 of file WasmBinaryEncoding.h.