Docs.rs
wasi-common-0.17.0
wasi-common 0.17.0
Docs.rs crate page
Apache-2.0
WITH LLVM-exception
Links
Repository
crates.io
Source
Owners
alexcrichton
sunfishcode
github:bytecodealliance:wasmtime-publish
Dependencies
anyhow ^1.0
normal
cfg-if ^0.1.9
normal
filetime ^0.2.7
normal
getrandom ^0.1
normal
lazy_static ^1.4.0
normal
libc ^0.2
normal
log ^0.4
normal
thiserror ^1.0
normal
wig ^0.17.0
normal
wiggle ^0.17.0
normal
yanix ^0.17.0
normal
cpu-time ^1.0
normal
winapi ^0.3
normal
winx ^0.17.0
normal
Versions
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Type Definition Result
wasi_common
::
wasi
All crates
[
−
]
[src]
Type Definition
wasi_common
::
wasi
::
Result
type Result<T> =
Result
<T,
Errno
>;