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'll need to come up with a mechanism of how attach custom event handlers to libraries. There are probably many ways to do this. For example, handlers could be defined in specific library structs (e.g., StdLibrary could define a set of event handlers), or we could have some kind of registry at the VM level. I'm leaving figuring out the concrete details here for the future.
The text was updated successfully, but these errors were encountered:
As a follow-up to #1457.
Context: discussed in #1457, e.g.
The text was updated successfully, but these errors were encountered: