Docs.rs
wasmtime-wasi-http-27.0.0
wasmtime-wasi-http 27.0.0
Docs.rs crate page
Apache-2.0 WITH LLVM-exception
Links
Repository
crates.io
Source
Owners
alexcrichton
github:bytecodealliance:wasmtime-publish
Dependencies
anyhow ^1.0.22
normal
async-trait ^0.1.71
normal
bytes ^1.4
normal
futures ^0.3.27
normal
http ^1.0.0
normal
http-body ^1.0.0
normal
http-body-util ^0.1.0
normal
hyper ^1.0.1
normal
tokio ^1.30.0
normal
tracing ^0.1.26
normal
wasmtime ^27.0.0
normal
wasmtime-wasi ^27.0.0
normal
base64 ^0.21.0
dev
futures ^0.3.27
dev
sha2 ^0.10.2
dev
test-log ^0.2
dev
tokio ^1.30.0
dev
tracing-subscriber ^0.3.1
dev
wasmtime ^27.0.0
dev
rustls ^0.22.0
normal
tokio-rustls ^0.25.0
normal
webpki-roots ^0.26.0
normal
Versions
100%
of the crate is documented
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_
http
27.0.0
Host
Implementations on Foreign Types
&mut _T
Implementors
In wasmtime_
wasi_
http::
bindings::
io::
error
wasmtime_wasi_http
::
bindings
::
io
::
error
Trait
Host
Copy item path
Source
pub trait Host:
Send
+
HostError
{ }
Implementations on Foreign Types
§
Source
§
impl<_T>
Host
for
&mut _T
where _T:
Host
+
Send
+ ?
Sized
,
Implementors
§
Source
§
impl<T>
Host
for
WasiImpl
<T>
where T:
WasiView
,