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
Currently, the ABI is enforced at linking time, which means that all hostcalls must be exported by the host. Theoretically, compilers should optimize away the unused hostcalls, but that hasn't be the case, which broke our ability to add new features without releasing new ABI versions.
The text was updated successfully, but these errors were encountered:
Currently, the ABI is enforced at linking time, which means that all hostcalls must be exported by the host. Theoretically, compilers should optimize away the unused hostcalls, but that hasn't be the case, which broke our ability to add new features without releasing new ABI versions.
The text was updated successfully, but these errors were encountered: