Skip to main content

Atym Development Workflow

This is a high-level overview of the process for building and deploying an Atym containerized application. Each step will be expanded in dedicated sections throughout this guide, covering details such as configuring your project, compiling WebAssembly modules, packaging containers, and deploying them to devices.

  • Development Environment Setup: Setting up the development toolchain, and understanding how its used.
  • Setting Up a New Project: Set up your application files, configuration and create your first application.
  • Create Your Application: Develop your C/C++ application code, optimize your build system, configure your project settings, and leverage device capabilities — all specifically designed for Atym containers and WebAssembly.
  • Building Your Application: Compile your source code into a .wasm file and create an Atym container.
  • Deploy the Container: Upload it to the Atym Hub, and then run it on your device.

Each of these steps will be covered in detail in the following sections.