# ESP-Brookesia WASM Runtime Backend * [中文版本](./README_CN.md) ## Overview `brookesia_runtime_wasm` is the WebAssembly runtime backend for ESP-Brookesia application packages. For more information, see the [ESP-Brookesia Programming Guide](https://docs.espressif.com/projects/esp-brookesia/en/latest/runtime/wasm.html). ## How to Use ### Environment Requirements Please refer to the following documentation: - [ESP-Brookesia Programming Guide - Versioning](https://docs.espressif.com/projects/esp-brookesia/en/latest/getting_started.html#getting-started-versioning) - [ESP-Brookesia Programming Guide - Development Environment Setup](https://docs.espressif.com/projects/esp-brookesia/en/latest/getting_started.html#getting-started-dev-environment) ### Add to Your Project Please refer to [ESP-Brookesia Programming Guide - How to Obtain and Use Components](https://docs.espressif.com/projects/esp-brookesia/en/latest/getting_started.html#getting-started-component-usage).
a077949fb7e3bea9afc0d1c8351160e286dc930d
idf.py add-dependency "espressif/brookesia_runtime_wasm^0.8.0"