wasker 0.2.2

Wasm compiler for running Wasm on your favorite kernel
Documentation
1
2
3
4
5
6
7
8
//! Wasker is a WebAssembly compiler written in Rust.
//! It compiles Wasm binary into ELF format binary.

pub mod compiler;
pub mod environment;
pub mod inkwell;
pub mod insts;
pub mod section;