Skip to content

bytecodealliance/wamr-app-framework

WebAssembly Micro Runtime Application Framework

Guide  Website  Chat

Use WAMR-App-framework | Samples

WebAssembly Micro Runtime Application Framework (WAMR-App-framework) is a comprehensive framework for programming WebAssembly (Wasm) applications for device and IoT usages. The framework supports running multiple applications, that are based on the event driven programming model.

It includes a few parts as below:

  • App-framework: A framework for supporting APIs for the Wasm applications, and it include same app library:

  • App-manager: a framework for dynamical loading the Wasm module remotely

  • Useful components and tools for building real solutions with WAMR-App-framework

    • Component-test: A test suite to verify the basic components of WAMR work well in combination.
    • IoT-APP-Store-Demo: A demo of Wasm application management portal for WAMR
    • Assembly-script on WAMR: A project based on Wasm Micro Runtime (WAMR) and AssemblyScript. It implements some of the wamr app framework in assemblyscript, which allows you to write some applications in assemblyscript and dynamically installed on WAMR Runtime
    • WAMR-SDK: The WAMR SDK tools is helpful to integrate WAMR with your project and generate APP SDK for developing WASM apps. It supports menu configuration for selecting WAMR components and builds the WAMR to a SDK package that includes runtime SDK and APP SDK.

Getting started

  • Just try this sample: simple

License

WAMR-App-framework uses the same license as LLVM: the Apache 2.0 license with the LLVM exception. See the LICENSE file for details. This license allows you to freely use, modify, distribute and sell your own products based on WAMR. Any contributions you make will be under the same license.

More resources