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
{{ message }}
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.
The Ergo runtime is a patched-up version of the Q*cert one. It is composed of vanilla JavaScript functions without module layout for node consumption. We should improve upon this in several ways:
Automate the production of the runtime from Q*cert itself so changes/fixes there are propagated to Ergo automatically
Allow the runtime generation to be parameterized by foreign type libraries (e.g., various support for dateTime)
Generalize the runtime generation so it works for both browser and node
The text was updated successfully, but these errors were encountered:
Quite a lot of improvements are already available in the release-1.0 branch. Some additional work to reduce the footprint of the runtime, and leverage the new Imp intermediate language would still be useful. I'm leaving this open for the time being.
The Ergo runtime is a patched-up version of the Q*cert one. It is composed of vanilla JavaScript functions without module layout for node consumption. We should improve upon this in several ways:
The text was updated successfully, but these errors were encountered: