Byte encodings describing Wasm exports.
More...
#include "mlir/Target/Wasm/WasmBinaryEncoding.h"
|
| static constexpr std::byte | function {0x00} |
| |
| static constexpr std::byte | table {0x01} |
| |
| static constexpr std::byte | memory {0x02} |
| |
| static constexpr std::byte | global {0x03} |
| |
Byte encodings describing Wasm exports.
Definition at line 203 of file WasmBinaryEncoding.h.
◆ function
| constexpr std::byte mlir::WasmBinaryEncoding::Export::function {0x00} |
|
staticconstexpr |
◆ global
| constexpr std::byte mlir::WasmBinaryEncoding::Export::global {0x03} |
|
staticconstexpr |
◆ memory
| constexpr std::byte mlir::WasmBinaryEncoding::Export::memory {0x02} |
|
staticconstexpr |
◆ table
| constexpr std::byte mlir::WasmBinaryEncoding::Export::table {0x01} |
|
staticconstexpr |
The documentation for this struct was generated from the following file: