MLIR  22.0.0git
Static Public Attributes | List of all members
mlir::WasmBinaryEncoding::GlobalMutability Struct Reference

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}
 

Detailed Description

Byte encodings describing the mutability of globals.

Definition at line 126 of file WasmBinaryEncoding.h.

Member Data Documentation

◆ isConst

constexpr std::byte mlir::WasmBinaryEncoding::GlobalMutability::isConst {0x00}
staticconstexpr

Definition at line 127 of file WasmBinaryEncoding.h.

◆ isMutable

constexpr std::byte mlir::WasmBinaryEncoding::GlobalMutability::isMutable {0x01}
staticconstexpr

Definition at line 128 of file WasmBinaryEncoding.h.


The documentation for this struct was generated from the following file: