Crate homestar_runtime

source ·
Expand description

homestar-runtime is a determistic Wasm runtime and effectful workflow/job system intended to be embedded inside or run alongside IPFS or another content-addressable store.

You can find a more complete description here.

§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.
  • dev: Enables a dev-friendly, lighter set of features for development.
  • ansi-logs: Enables ANSI color codes in logs.
  • console: Enables tokio console debugging.
  • ipfs: Enables IPFS-related integration and settings.
  • monitoring: Enables node monitoring-related features and dependencies.
  • profile: Enables profiling-related features and dependencies.
  • test-utils: Enables utilities for unit testing and benchmarking.
  • wasmtime-default: Enables the default set of features for the embedded Wasmtime runtime.
  • websocket-notify: Enables websocket notifications.

§Examples

Check out our examples directory to explore some Homestar scenarios and see the system in action.

Re-exports§

Modules§

Structs§

Enums§

Constants§