Crate wasmcloud_component

Source

Modules§

http
This module provides utilities for writing HTTP servers and clients using the WASI HTTP API.
wasi
wasmcloud

Macros§

critical
debug
error
export
Macro to export wasi::exports::http::incoming_handler::Guest implementation for a type that implements Server. This aims to be as similar as possible to [wasi::http::proxy::export!].
info
log
The standard logging macro.
trace
warn

Structs§

HostRng
InputStreamReader
OutputStreamWriter
StdioStream
Uuid
A Universally Unique Identifier (UUID).

Traits§

From
Into
Rng
An automatically-implemented extension trait on RngCore providing high-level generic methods for sampling values and other convenience methods.
RngCore
The core of a random number generator.
TryFrom
TryInto

Functions§

join
Similar to crate::wasi::io::poll::poll, but polls all pollables until they are all ready.