Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 426 Bytes

File metadata and controls

12 lines (8 loc) · 426 Bytes

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.