idf_component.yml 532 B

123456789101112131415
  1. version: "2.0.0"
  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. examples:
  15. - path: product-mini/platforms/esp-idf