mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-07 12:16:24 +00:00

1. Fix API "futimens" and "utimensat" compiling error in different esp-idf version 2. Update component registry description file
14 lines
520 B
YAML
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 |