Add wamr to esp-idf components registry (#3287)
This PR is for the main branch, but only the released branch will be pushed into Espressif component registry. See also similar fixes in branch release/1.3.x: https://github.com/bytecodealliance/wasm-micro-runtime/pull/3264 https://github.com/bytecodealliance/wasm-micro-runtime/pull/3288
This commit is contained in:
8
idf_component.yml
Normal file
8
idf_component.yml
Normal file
@ -0,0 +1,8 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user