Skip to content

A WITX specification for WASM on embedded systems

Notifications You must be signed in to change notification settings

embedded-wasm/spec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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