wasmarin 0.0.0

Singlepass WebAssembly compiler
Documentation
1
2
3
4
5
use wasmarin::say_hello;

fn main() {
  say_hello();
}