Skip to content

huming2207/quickjs-esp32

Repository files navigation

QuickJS Port for Espressif ESP32

Just a quick and dirty port for QuickJS on ESP32

Known issue

  • Memory management

    • malloc_usable_size() is not available for ESP32, so in js_def_malloc_usable_size it returns 0.
    • Maybe should try heap_caps_get_allocated_size() instead?
  • Timezone

    • ESP32 does not have full timezone support
    • So in getTimezoneOffset() of quickjs.c it always return 0 for now
  • Some other warnings haven't been fixed

License

MIT

About

QuickJS port for ESP32

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages