-
Notifications
You must be signed in to change notification settings - Fork 708
Description
Hi guys,
First off, thanks for putting WAMR together.
I'm working on a project called Nihilo (https://github.com/Threadnaught/Nihilo) which uses WAMR as part of a computing platform built around remote procedure calls and ECC encryption. The communication, storage and cryptography modules have all been implemented on linux so far.
I would like to run Nihilo on the ESP32, which uses the ESP-IDF and FreeRTOS. I can see that you've already done the work to support xtensa, but the IDF is not yet one of the platforms. Is this something that's on your priority list, or would I have to port it myself?
The other question is regarding other languages which compile directly into webassembly (like golang, C#, C++ etc). Is there any way to get these to use the provided c sysroot, or would a new sysroot need to be provided for each?