mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-11-27 10:00:59 +00:00
19 lines
571 B
YAML
19 lines
571 B
YAML
version: "2.2.0~3"
|
|
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
|
|
- esp32s2
|
|
- esp32s3
|
|
- esp32c3
|
|
- esp32c6
|
|
- esp32p4
|
|
- esp32c5
|
|
examples:
|
|
- path: product-mini/platforms/esp-idf
|