wasm-embedded-spec 0.2.4

Embedded WASM WITX specification
docs.rs failed to build wasm-embedded-spec-0.2.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: wasm-embedded-spec-0.4.0

Embedded WASM Specification

A set of .witx specifications for embedded device interfaces, with the goal of providing a common language and platform independent runtime to support cross device/platform/architecture embedded applications.

This repository provides the reference specification as well as language specific helpers/adaptors to assist with platform implementations.

For a more detailed overview you may like to check out the book.

Status

ci Crates.io Docs.rs

Extremely alpha. Currently working to refactor / split out components from a frightening monolith, plenty of exploration required yet and the wasi call convention and witx format are moving targets.

Layout

  • ./witx contains the .witx API specifications
  • ./src provides a rust library generated using these specs (including platform abstractions)
  • ./lib contains C headers for platform implementations
  • ./tests contains test definitions for implementation by platforms and HALs