8 releases (5 breaking)

0.6.0 Feb 27, 2024
0.5.0 Oct 27, 2023
0.4.0 Sep 25, 2023
0.3.0 Jun 15, 2023
0.1.2 Mar 28, 2023

#600 in Embedded development

Download history 133/week @ 2024-02-22 38/week @ 2024-02-29 9/week @ 2024-03-07 15/week @ 2024-03-14

195 downloads per month
Used in wasefire-scheduler

Apache-2.0

135KB
2K SLoC

Wasefire

This project aims at making firmware development more accessible and secure by providing a platform for WebAssembly applets. See the book for more information or the quick start section to get started.

⚠️ Disclaimer ⚠️

This is not an officially supported Google product.

This is a research project and should be considered experimental. In particular, the project does not provide any guarantees. However, the project will try to follow the cargo SemVer guidelines for its crates. Currently, all crates are considered unstable.


lib.rs:

Board interface.

A board provides hierarchy of interfaces under the root [Api] trait. Some of these interfaces support triggering [events][Event].

Dependencies

~3.5–5MB
~98K SLoC