Demos
End-to-end examples that exercise verification, plugins, and tooling.
IoT: bitmask-safe MMIO
Demo: examples/aura-iot-safe
- Uses
aura-iotand ahardware.registersmanifest inaura.toml. - Verifies that
hw.write_u32stays within the declared register bitmask.
Run:
SH
cd examples/aura-iot-safe
cargo run -p aura --features z3 -- build iot_safe.aura --mode avm --backend c
AI: shape-safe inference
Demo: examples/aura-vision-safe
- Uses ONNX Runtime bridge +
aura-aiplugin. - Proves tensor shapes match the model contract.
Run:
SH
cargo run -p aura --features z3 -- build examples/aura-vision-safe/vision_safe.aura --mode avm --backend c