oak-wat 0.0.11

WebAssembly Text (WAT) language parser with support for web platform development and portable code generation.
Documentation
1
2
3
4
5
6
7
mod lexer;
mod parser;

#[test]
fn ready() {
    println!("it works!")
}