3 releases (breaking)
0.2.0 | Jul 11, 2019 |
---|---|
0.1.0 | Jul 11, 2019 |
0.0.0 | Jul 9, 2019 |
#182 in #wasi
35KB
830 lines
wasi-core
This package contains experimental WASI API bindings in Rust.
There are two modules:
-
wasi_unstable::raw
, which provides raw access to the literal binding to the API. These functions are unsafe and use raw pointers. -
wasi_unstable
, which provides thin wrappers around the raw functions which use idiomatic Rust types rather than raw pointers, and are safe.