Embedded WASM WASM3 Runtime

A WASM3 runtime based on the embedded-wasm spec. This implements the WITX API for drivers matching the C driver interface included in the spec.

Status

WIP. Extremely alpha, expect changes and breakages while we develop the ecosystem.

ci Crates.io Docs.rs

Usage

The runtime library is primarily built using cmake, though it is relatively straightforward to port this to other mechanisms.

A cargo based build for rust is also provided to simplify integration with rust components.