MLIR 22.0.0git
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 191 of file WasmBinaryEncoding.h.

Member Data Documentation

◆ bothLimits

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

Definition at line 193 of file WasmBinaryEncoding.h.

◆ lowLimitOnly

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

Definition at line 192 of file WasmBinaryEncoding.h.


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