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 types and implementations for Ipld <=> Wasm interaction(s).
  • IO (input/output) types for the Wasm execution.
  • test_utilstest-utils
    Test-utilities for Wasm components.
  • Wasmtime-specific modules for Ipld conversion and component setup and execution.