dongheng and GitHub
dacb3c4105
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
2024-04-08 12:34:08 +08:00
dongheng and GitHub
ada7e3fe88
ESP-IDF platform supports to load AOT to PSRAM and run it ( #2385 )
2023-07-27 10:17:21 +08:00
dongheng and GitHub
d975a1a82c
Enable platform support for esp-idf v5.0.1 ( #2050 )
2023-03-23 17:29:57 +08:00
dongheng and GitHub
9ba8c8957d
esp-idf: Add socket support for esp-idf platform ( #1364 )
...
Support to get/set recv_buf_size/send_buf_size/reuse_port/reuse_addr for wasm app
Add socket APIs for esp-idf platform
Add setsockopt for linux-sgx platform
2022-11-02 18:02:58 +08:00
dongheng and GitHub
071b8c2510
esp-idf: Make esp-idf support Libc WASI ( #1356 )
...
esp-idf: Make esp-idf support Libc WASI
1. Support to get WASM APP libs' DIR from upper layer
2. Add SSP support for esp-idf platform
3. Change the errno of readlinkat
2022-08-15 16:17:28 +08:00
dongheng and GitHub
b75ae3363d
esp32: Support app management and thread ( #1350 )
...
Support app management and thread on esp-idf platform:
- Fix compile issues when app management is enabled
- Add missing thread related APIs
2022-08-02 16:37:55 +08:00