Development Guide

Advanced topics for AkiraOS WASM app development.

SDK Documentation

Application Development

Build & Deploy

Contributing

See CONTRIBUTING.md for contribution guidelines.

  • Build System: West + CMake
  • Source Code: /src directory
  • Tests: /tests directory
  • Examples: /wasm_sample directory

Development Workflow

  1. Write your app using the SDK API
  2. Follow Best Practices for quality code
  3. Build WASM binary (build.sh)
  4. Flash 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. Distributed under the Apache 2.0 License.