wust 0.1.0

a wee Rust-style language that can be compiled in a WASM environment
1
2
3
fn main() {
    println!("Hello, world!");
}