|
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 197 of file WasmBinaryEncoding.h.
|
staticconstexpr |
Definition at line 198 of file WasmBinaryEncoding.h.
|
staticconstexpr |
Definition at line 199 of file WasmBinaryEncoding.h.