github.com/wasilibs/wazerox@v0.0.0-20240124024944-4923be63ab5f/internal/wazeroir/wazeroir.go (about) 1 // Package wazeroir is a pkg to compile down the standard Wasm binary to wazero's specific IR (wazeroir). 2 // The wazeroir is inspired by microwasm format (a.k.a. LightbeamIR), previously used 3 // in the lightbeam compiler in Wasmtime, though it is not specified and only exists 4 // in the previous codebase of wasmtime 5 // e.g. https://github.com/bytecodealliance/wasmtime/blob/v0.29.0/crates/lightbeam/src/microwasm.rs 6 // 7 // See RATIONALE.md for detail. 8 package wazeroir