mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2024-11-26 15:32:05 +00:00
9b28a8a80e
1. Fix API "futimens" and "utimensat" compiling error in different esp-idf version 2. Update component registry description file ps. refer to PR #3296 on branch release/1.3x
15 lines
532 B
YAML
15 lines
532 B
YAML
version: "2.0.0"
|
|
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
|
|
- esp32c6
|
|
examples:
|
|
- path: product-mini/platforms/esp-idf |