Skip to main content

Module wasm

Module wasm 

Source
Expand description

WebAssembly implementation of the codehelion artifact backend boundary.

Parsing validates a core module before retaining any facts from it. The backend never instantiates the module: all output is derived from bytes.

Structs§

WasmBackend
Parser backend for a WebAssembly core module.

Constants§

WASM_NORMALIZATION_VERSION
Version of the immediate-free WebAssembly opcode representation.