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

Byte encodings describing Wasm exports. More...

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

Static Public Attributes

static constexpr std::byte function {0x00}
 
static constexpr std::byte table {0x01}
 
static constexpr std::byte memory {0x02}
 
static constexpr std::byte global {0x03}
 

Detailed Description

Byte encodings describing Wasm exports.

Definition at line 132 of file WasmBinaryEncoding.h.

Member Data Documentation

◆ function

constexpr std::byte mlir::WasmBinaryEncoding::Export::function {0x00}
staticconstexpr

Definition at line 133 of file WasmBinaryEncoding.h.

◆ global

constexpr std::byte mlir::WasmBinaryEncoding::Export::global {0x03}
staticconstexpr

Definition at line 136 of file WasmBinaryEncoding.h.

◆ memory

constexpr std::byte mlir::WasmBinaryEncoding::Export::memory {0x02}
staticconstexpr

Definition at line 135 of file WasmBinaryEncoding.h.

◆ table

constexpr std::byte mlir::WasmBinaryEncoding::Export::table {0x01}
staticconstexpr

Definition at line 134 of file WasmBinaryEncoding.h.


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