Crates.io | wasi-core |
lib.rs | wasi-core |
version | 0.2.0 |
source | src |
created_at | 2019-07-09 17:58:16.250093 |
updated_at | 2019-07-11 18:26:44.45372 |
description | Experimental WASI API bindings for Rust |
homepage | |
repository | https://github.com/CraneStation/wasi-core |
max_upload_size | |
id | 147896 |
size | 106,809 |
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.