Development Guide

Advanced topics for AkiraOS WASM app development.

SDK Documentation

Application Development

Build & Deploy

Reference

Contributing

See CONTRIBUTING.md for contribution guidelines.

  • Build System: West + CMake
  • Source Code: /src directory
  • Tests: /tests directory
  • Examples: AkiraSDK/wasm_apps/ directory (see AkiraSDK)

Development Workflow

  1. Write your app using the SDK API
  2. Follow Best Practices for quality code
  3. Build WASM binary (AkiraSDK/wasm_apps/build.sh or per-app Makefile)
  4. Flash AkiraOS firmware to hardware (west flash)
  5. Deploy WASM app via HTTP upload or shell
  6. Debug with Troubleshooting if needed

Table of contents


Copyright © 2025-2026 AkiraOS Project. Licensed under GNU GPL v3.