A new release has been cut. The notable changes since the previous release are:
Some breaking changes in the Rust applets API (e.g. return errors instead of panicking)
Some breaking changes in the board API (e.g. simpler platform version and serial functions)
Many improvements to the CLI (see below)
The CLI can now be downloaded from GitHub. It is currently only provided for Linux x86-64. It implements the following new commands:
Create, build, and test Rust applets with wasefire rust-applet-{new,build,test}
Call into the platform or applets with wasefire {applet,platform}-rpc
List connected platforms with wasefire platform-list
Reboot the platform with wasefire platform-reboot
See the changelog for more information and other less notable changes.