libw 0.0.2

A library for simply using wasi
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "libw"
version = "0.0.2"
edition = "2018"
authors = ["Richard Anaya"]
categories = ["wasm", "no-std"]
include = [
    "src/**/*.rs",
    "Cargo.toml",
]
license = "MIT OR Apache-2.0"
homepage = "https://github.com/richardanaya/libw"
repository = "https://github.com/richardanaya/libw"
description = "A library for simply using wasi"

[dependencies]
wasi = "0.9.0+wasi-snapshot-preview1"