Module wasi

Module wasi 

Source
Expand description

Tools for using Smithy SDKs in WASI environments WASI HTTP Adapter

Structsยง

WasiHttpClient
An HTTP client that can be used during instantiation of the client SDK in order to route the HTTP requests through the WebAssembly host. The host must support the wasi-http interface as defined in the WASIp2 specification.
WasiHttpClientBuilder
Builder for WasiHttpClient. Currently empty, but allows for future config options to be added in a backwards compatible manner.
WasiSleep
An sleep implementation for wasip2, using the wstd async executor.