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:
dongheng
2024-04-08 12:34:08 +08:00
committed by GitHub
parent ef3babc658
commit dacb3c4105
7 changed files with 39 additions and 10 deletions

View File

@ -3,6 +3,11 @@
cmake_minimum_required (VERSION 3.0)
if(ESP_PLATFORM)
include (${COMPONENT_DIR}/build-scripts/esp-idf/wamr/CMakeLists.txt)
return()
endif()
project (iwasm)
set (CMAKE_VERBOSE_MAKEFILE OFF)