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:
QuickJS
JavaScriptCore
SpiderMonkey
@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.
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.