wasi-core

Crates.iowasi-core
lib.rswasi-core
version0.2.0
sourcesrc
created_at2019-07-09 17:58:16.250093
updated_at2019-07-11 18:26:44.45372
descriptionExperimental WASI API bindings for Rust
homepage
repositoryhttps://github.com/CraneStation/wasi-core
max_upload_size
id147896
size106,809
Dan Gohman (sunfishcode)

documentation

README

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.

Commit count: 81

cargo fmt