[quickjs-devel] Re: quickjs on esp32?

  • From: Gus Caplan <me@xxxxxxxx>
  • To: quickjs-devel@xxxxxxxxxxxxx
  • Date: Wed, 4 Sep 2019 09:09:05 -0500

Moddable XS is a JS engine specifically designed to run on
microcontrollers like the ESP32:
https://github.com/Moddable-OpenSource/moddable

On 9/4/19, Mario Gliewe <mag@xxxxxxxxx> wrote:

hi,

just a crazy idea, but would it be feasible to put any afford on trying
to port quickjs to the esp32 platform?

The libc-bindings will definitively wont work at all, but for the
quickjs core, as far as i could see, the code is pretty much
os-independend and pretty much plain C9X?

on the esp32 we have 4MB for code and 512KB of ram, running with two
cores on 240MHz.. having a mostly standard-conformant gcc toolchain.
With even some posix-like libs.

For simple usecases, such as those things one would do with arduinos,
this might be enough?

greets

maG

link: https://en.wikipedia.org/wiki/ESP32
<https://en.wikipedia.org/wiki/ESP32>https://en.wikipedia.org/wiki/Arduino




Other related posts: