wasi-passthrough-keyvalue 0.2.0

wasi:keyvalue passthrough layer
Documentation
1
2
3
4
5
6
7
8
9
wit_bindgen::generate!({
    generate_all,
    type_section_suffix: "wasi-passthrough-keyvalue",
});

type Component = ();

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