Skip to main content

Module ctx

Module ctx 

Source
Expand description

Component execution context for wasmtime stores.

This module provides the Ctx type which serves as the store context for wasmtime when executing WebAssembly components. It integrates WASI interfaces, HTTP capabilities, and plugin access into a unified context.

Structsยง

Ctx
The context for a component store and linker, providing access to implementations of:
CtxBuilder
Helper struct to build a Ctx with a builder pattern