Crate wasker

Source
Expand description

Wasker is a WebAssembly compiler written in Rust. It compiles Wasm binary into ELF format binary.

Modulesยง

compiler
compiler is the root module of Wasker compiler.
environment
environment holds the state of the compiler.
inkwell
inkwell holds the types and functions of inkwell, which is a Rust-wrapper of LLVM.
insts
insts is a module that contains the definitions of WebAssembly instructions.
section
section module parse each section of Wasm binary.