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

Byte encodings for Wasm limits. More...

#include "mlir/Target/Wasm/WasmBinaryEncoding.h"

Static Public Attributes

static constexpr std::byte lowLimitOnly {0x00}
 
static constexpr std::byte bothLimits {0x01}
 

Detailed Description

Byte encodings for Wasm limits.

Definition at line 120 of file WasmBinaryEncoding.h.

Member Data Documentation

◆ bothLimits

constexpr std::byte mlir::WasmBinaryEncoding::LimitHeader::bothLimits {0x01}
staticconstexpr

Definition at line 122 of file WasmBinaryEncoding.h.

◆ lowLimitOnly

constexpr std::byte mlir::WasmBinaryEncoding::LimitHeader::lowLimitOnly {0x00}
staticconstexpr

Definition at line 121 of file WasmBinaryEncoding.h.


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