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 was archived by the owner on Jul 1, 2025. It is now read-only.
As a result of this port there are some changes we wanted to call out.
The ExecutionEngine now owns a module, any functions to be run must be added to this module.
Compile() no longer takes a function, the compile method now compiles all functions in the module. As a side effect compile can only be called once without resetting the module.
For simple tests there should be minimal differences from before. This change allows our tests to exercise the whole runtime stack and has already been useful in identifying and fixing a few bugs.