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

Byte encodings of Wasm imports. More...

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

Static Public Attributes

static constexpr std::byte typeID {0x00}
 
static constexpr std::byte tableType {0x01}
 
static constexpr std::byte memType {0x02}
 
static constexpr std::byte globalType {0x03}
 

Detailed Description

Byte encodings of Wasm imports.

Definition at line 112 of file WasmBinaryEncoding.h.

Member Data Documentation

◆ globalType

constexpr std::byte mlir::WasmBinaryEncoding::Import::globalType {0x03}
staticconstexpr

Definition at line 116 of file WasmBinaryEncoding.h.

◆ memType

constexpr std::byte mlir::WasmBinaryEncoding::Import::memType {0x02}
staticconstexpr

Definition at line 115 of file WasmBinaryEncoding.h.

◆ tableType

constexpr std::byte mlir::WasmBinaryEncoding::Import::tableType {0x01}
staticconstexpr

Definition at line 114 of file WasmBinaryEncoding.h.

◆ typeID

constexpr std::byte mlir::WasmBinaryEncoding::Import::typeID {0x00}
staticconstexpr

Definition at line 113 of file WasmBinaryEncoding.h.


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