just-js / lo

it's JavaScript Jim, but not as we know it. :space_invader:
MIT License
241 stars 9 forks source link

QuickJS integration #26

Open billywhizz opened 7 months ago

billywhizz commented 7 months ago

We want to be able to generate lo based runtimes for different JS engines. At the moment the goal is to be able to build for the following engines:

@littledivy has built a runtime based on go that did something similar in the past and can hopefully help with some of this work.

This issue will be used to discuss changes and track progress. Ideally, initial support will be done for QuickJS as that will allow us to build very small runtimes for more constrained environments than the other engines.