wasm-micro-runtime/idf_component.yml
dongheng 4109fcee57
Add wamr to esp-idf components registry (#3264)
Espressif has [ESP-IDF component registry](https://components.espressif.com/) to
manage external components, and developers can use this directly and easily.
2024-04-07 18:37:19 +08:00

8 lines
426 B
YAML

version: "1.3.2"
description: WebAssembly Micro Runtime - A lightweight standalone WebAssembly (Wasm) runtime with small footprint, high performance and highly configurable features
url: https://bytecodealliance.org/
repository: https://github.com/bytecodealliance/wasm-micro-runtime.git
documentation: https://wamr.gitbook.io/
issues: https://github.com/bytecodealliance/wasm-micro-runtime/issues
dependencies:
idf: ">=4.4"