hyperlight-dev / hyperlight-dev/hyperlight-js

Add support for Micro QuickJS runtime - https://github.com/bellard/mquickjs

Open
#149 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

lifecycle/needs-review
Dominant language
Rust
Stars
13
Forks
5
Avg merge
8d 10h
Merged PRs (30d)
13

Description

It would be great if an alternative mquickjs runtime is also supported.

MicroQuickJS (aka. MQuickJS) is a JavaScript engine targeted at embedded systems. It compiles and runs JavaScript programs using as little as 10 kB of RAM. The whole engine requires about 100 kB of ROM (ARM Thumb-2 code) including the C library. The speed is comparable to QuickJS.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the repository's existing runtime support and integration entry points, then compare the requirements of Micro QuickJS from the linked project. The work is done when the Micro QuickJS runtime is supported alongside the existing runtime options and its behavior is verified by the project's relevant checks.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, rust
Domain
backend, embedded-iot
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.