Byte encodings of types in Wasm binaries.
More...
#include "mlir/Target/Wasm/WasmBinaryEncoding.h"
|
static constexpr std::byte | emptyBlockType {0x40} |
|
static constexpr std::byte | funcType {0x60} |
|
static constexpr std::byte | externRef {0x6F} |
|
static constexpr std::byte | funcRef {0x70} |
|
static constexpr std::byte | v128 {0x7B} |
|
static constexpr std::byte | f64 {0x7C} |
|
static constexpr std::byte | f32 {0x7D} |
|
static constexpr std::byte | i64 {0x7E} |
|
static constexpr std::byte | i32 {0x7F} |
|
Byte encodings of types in Wasm binaries.
Definition at line 99 of file WasmBinaryEncoding.h.
◆ emptyBlockType
constexpr std::byte mlir::WasmBinaryEncoding::Type::emptyBlockType {0x40} |
|
staticconstexpr |
◆ externRef
constexpr std::byte mlir::WasmBinaryEncoding::Type::externRef {0x6F} |
|
staticconstexpr |
◆ f32
constexpr std::byte mlir::WasmBinaryEncoding::Type::f32 {0x7D} |
|
staticconstexpr |
◆ f64
constexpr std::byte mlir::WasmBinaryEncoding::Type::f64 {0x7C} |
|
staticconstexpr |
◆ funcRef
constexpr std::byte mlir::WasmBinaryEncoding::Type::funcRef {0x70} |
|
staticconstexpr |
◆ funcType
constexpr std::byte mlir::WasmBinaryEncoding::Type::funcType {0x60} |
|
staticconstexpr |
◆ i32
constexpr std::byte mlir::WasmBinaryEncoding::Type::i32 {0x7F} |
|
staticconstexpr |
◆ i64
constexpr std::byte mlir::WasmBinaryEncoding::Type::i64 {0x7E} |
|
staticconstexpr |
◆ v128
constexpr std::byte mlir::WasmBinaryEncoding::Type::v128 {0x7B} |
|
staticconstexpr |
The documentation for this struct was generated from the following file: