Mozilla iot library for esp-idf

I was wondering if there is a C webthings library which i can use with ESP -IDF has anyone tried using the ESP32’s arudino library with ESP-IDF which is based on FreeRtos.

It seems like ESP-IDF is just a framework on top of the ESP32, so you should be able to just use webthing-arduino like you normally would.

I dont think so as the System APIs of arudino and the system APIs provided by IDF are different , we might have to add arudino wrappers as a component in IDF as mentioned here . This will add unnecessary overhead for the code size.