Byte encodings of Wasm imports.
More...
#include "mlir/Target/Wasm/WasmBinaryEncoding.h"
|
static constexpr std::byte | typeID {0x00} |
|
static constexpr std::byte | tableType {0x01} |
|
static constexpr std::byte | memType {0x02} |
|
static constexpr std::byte | globalType {0x03} |
|
Byte encodings of Wasm imports.
Definition at line 112 of file WasmBinaryEncoding.h.
◆ globalType
constexpr std::byte mlir::WasmBinaryEncoding::Import::globalType {0x03} |
|
staticconstexpr |
◆ memType
constexpr std::byte mlir::WasmBinaryEncoding::Import::memType {0x02} |
|
staticconstexpr |
◆ tableType
constexpr std::byte mlir::WasmBinaryEncoding::Import::tableType {0x01} |
|
staticconstexpr |
◆ typeID
constexpr std::byte mlir::WasmBinaryEncoding::Import::typeID {0x00} |
|
staticconstexpr |
The documentation for this struct was generated from the following file: