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

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

Classes

struct  Export
 Byte encodings describing Wasm exports. More...
 
struct  GlobalMutability
 Byte encodings describing the mutability of globals. More...
 
struct  Import
 Byte encodings of Wasm imports. More...
 
struct  LimitHeader
 Byte encodings for Wasm limits. More...
 
struct  OpCode
 Byte encodings for Wasm instructions. More...
 
struct  Type
 Byte encodings of types in Wasm binaries. More...
 

Static Public Attributes

static constexpr std::byte endByte {0x0B}
 

Detailed Description

Definition at line 19 of file WasmBinaryEncoding.h.

Member Data Documentation

◆ endByte

constexpr std::byte mlir::WasmBinaryEncoding::endByte {0x0B}
staticconstexpr

Definition at line 139 of file WasmBinaryEncoding.h.


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