You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The whole idea of low.js is to replace V8 with something smaller to get it running on ESP32-WROVERs. So, if you readd V8, you have Node.JS, which exists, but is not our project :-)
Own C++ modules on low.js for Linux, macOS etc. works if you compile them into low.js. Own C++ modules on ESP32-WROVER is not supported yet. So you either will have to wait for this or somebody has to pay to get this feature done sooner..
First of all, bravo for this amazing project. I find it to be the most interesting project of the year!
Then, I saw that you have support for importing node modules (example with
ws
). Would you be able to support a C++ based library such as uWebSockets?Do you have support for the V8 engine?
The text was updated successfully, but these errors were encountered: