You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: