wasi-passthrough 0.2.0

WASI reexport layer
Documentation
1
2
3
4
5
6
7
8
wit_bindgen::generate!({
    generate_all,
});

type Component = ();

#[cfg(not(target_os = "linux"))]
export!(Component);