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.

Assessment

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

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.

Description

lifecycle/needs-review

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.

Dominant language
Rust
Stars
13
Forks
5
Avg merge
8d 4h
Merged PRs (30d)
14

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.

More from hyperlight-dev/hyperlight-js

All issues in hyperlight-dev/hyperlight-js

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.