Crate homestar_wasm

Source
Expand description

homestar-wasm wraps and extends a Wasmtime runtime and acts as the defacto execution engine for Homestar.

Related crates/packages:

§Getting Started

For getting started with Homestar in general, please check out our README and Quickstart guide.

§Feature flags

  • default: Enables the default set of features.
  • test-utils: Enables utilities for unit testing and benchmarking.

Modules§

error
Error types and implementations for Ipld <=> Wasm interaction(s).
io
IO (input/output) types for the Wasm execution.
test_utilstest-utils
Test-utilities for Wasm components.
wasmtime
Wasmtime-specific modules for Ipld conversion and component setup and execution.