use-wasi
WASI primitive utilities for RustUse. This crate models versions, profiles, interface names, capability labels, and permission markers without calling host system APIs.
Example
use ;
let version: WasiVersion = "wasip2".parse.expect;
let capability = new.expect;
assert_eq!;
assert_eq!;
Scope
- WASI version and profile labels.
- Capability and permission marker primitives.
Non-goals
- No host system API calls.
- No WASI runtime behavior.
License
Licensed under either of the following, at your option:
- Apache License, Version 2.0
- MIT license