wasm-micro-runtime/idf_component.yml
dongheng 9e37892cd8
Update esp-idf platform support in release/v1.3.x (#3296)
1. Fix API "futimens" and "utimensat" compiling error in different esp-idf version
2. Update component registry description file
2024-04-09 17:08:12 +08:00

14 lines
520 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"
targets:
- esp32
- esp32s3
- esp32c3
examples:
- path: product-mini/platforms/esp-idf