Encoding
encoding
Helpers for encoding modules in the wasm dialect to the WebAssembly binary format.
WasmBinaryEncodingContext
A class to store the state of encoding.
Source code in xdsl/dialects/wasm/encoding.py
9 10 11 12 | |
EncodingException
Bases: Exception
Source code in xdsl/dialects/wasm/encoding.py
15 | |
WasmBinaryEncodable
Bases: ABC
Source code in xdsl/dialects/wasm/encoding.py
18 19 20 21 | |
encode(ctx: WasmBinaryEncodingContext, io: BinaryIO) -> None
abstractmethod
Source code in xdsl/dialects/wasm/encoding.py
19 20 21 | |