I think the Wifi module is only when Espruino is running on the ESP8266 itself? As @allObjects said, some modules are built into the Espruino firmware (like http for instance) - and that is one of them.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I think the
Wifi
module is only when Espruino is running on the ESP8266 itself? As @allObjects said, some modules are built into the Espruino firmware (likehttp
for instance) - and that is one of them.