[go: up one dir, main page]

wasi 0.3.0

Experimental WASI API bindings for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "wasi"
version = "0.3.0"
authors = ["The Cranelift Project Developers"]
license = "Apache-2.0 WITH LLVM-exception"
description = "Experimental WASI API bindings for Rust"
edition = "2018"
categories = ["no-std", "wasm"]
keywords = ["webassembly", "wasm"]
repository = "https://github.com/CraneStation/rust-wasi"
readme = "README.md"
documentation = "https://docs.rs/wasi"

[dependencies]

[badges]
maintenance = { status = "experimental" }