idf_component.yml 558 B

1234567891011121314151617
  1. version: "2.2.0~3"
  2. description: WebAssembly Micro Runtime - A lightweight standalone WebAssembly (Wasm) runtime with small footprint, high performance and highly configurable features
  3. url: https://bytecodealliance.org/
  4. repository: https://github.com/bytecodealliance/wasm-micro-runtime.git
  5. documentation: https://wamr.gitbook.io/
  6. issues: https://github.com/bytecodealliance/wasm-micro-runtime/issues
  7. dependencies:
  8. idf: ">=4.4"
  9. targets:
  10. - esp32
  11. - esp32s3
  12. - esp32c3
  13. - esp32c6
  14. - esp32p4
  15. - esp32c5
  16. examples:
  17. - path: product-mini/platforms/esp-idf