Crate wasm_embedded_spec

Source
Expand description

Embedded WASM Interface Specifications.

This crate provides the WITX interface specification for embedded wasm platforms and HALs, with bindings generated using wiggle for rust, and bindgen for C.

https://github.com/embedded-wasm/spec

Modules§

api
API module provides wiggle and bindgen based platform API definitions.
gpio
Platform GPIO API abstraction (and wrappers).
i2c
Platform I2C API abstraction (and wrappers).
spi
Platform I2C API abstraction (and wrappers).
uart
Platform UART API abstraction (and wrappers).

Enums§

Error
Embedded WASM Error type