Expand description
Wasker is a WebAssembly compiler written in Rust. It compiles Wasm binary into ELF format binary.
Modulesยง
- compiler
compileris the root module of Wasker compiler.- environment
environmentholds the state of the compiler.- inkwell
inkwellholds the types and functions of inkwell, which is a Rust-wrapper of LLVM.- insts
instsis a module that contains the definitions of WebAssembly instructions.- section
sectionmodule parse each section of Wasm binary.