wasm-startup 0.1.6

A simple WASM startup project
Documentation
1
2
3
4
5
use wasm_startup::init;

fn main() {
    init();
}