Docs.rs
wasmtime-wasi-25.0.3
wasmtime-wasi 25.0.3
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.22
normal
async-trait ^0.1.71
normal
bitflags ^2.0
normal
bytes ^1.4
normal
cap-fs-ext ^3.4.1
normal
cap-net-ext ^3.4.1
normal
cap-rand ^3.4.1
normal
cap-std ^3.4.1
normal
cap-time-ext ^3.4.1
normal
fs-set-times ^0.20.1
normal
futures ^0.3.27
normal
io-lifetimes ^2.0.3
normal
once_cell ^1.12.0
normal
system-interface ^0.27.1
normal
thiserror ^1.0.43
normal
tokio ^1.30.0
normal
tracing ^0.1.26
normal
url ^2.3.1
normal
wasmtime ^25.0.3
normal
wiggle =25.0.3
normal
optional
tempfile ^3.1.0
dev
test-log ^0.2
dev
tokio ^1.30.0
dev
tracing-subscriber ^0.3.1
dev
wasmtime ^25.0.3
dev
rustix ^0.38.31
normal
io-extras ^0.18.1
normal
rustix ^0.38.31
normal
windows-sys ^0.52.0
normal
Versions
36.07%
of the crate is documented
Go to latest version
Platform
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
wasmtime_
wasi
25.0.3
Host
Implementations on Foreign Types
&mut _T
Implementors
In wasmtime_
wasi::
bindings::
sockets::
udp
wasmtime_wasi
::
bindings
::
sockets
::
udp
Trait
Host
Copy item path
Source
pub trait Host:
Send
+
HostUdpSocket
+
HostIncomingDatagramStream
+
HostOutgoingDatagramStream
{ }
Implementations on Foreign Types
§
Source
§
impl<_T:
Host
+ ?
Sized
+
Send
>
Host
for
&mut _T
Implementors
§
Source
§
impl<T>
Host
for
WasiImpl
<T>
where T:
WasiView
,