wasi-preview2-prototype 0.0.3

Experimental WASI Preview2 API bindings for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[cfg(feature = "http-client")]
pub mod http_client;

pub mod snapshots {
    pub mod preview_2 {
        wit_bindgen::generate!({
            world: "wasi:preview/reactor",
            std_feature,
            ownership: Owning,
        });
    }
}