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
I think we should provide this functionality as a layer on top of our interpreter, that the user can opt in to, as this layer may come with a slight performance penalty.
What if the function is accessing stuff that have to be instantiated besides it? element segments, data segments etc. Is there API out there we could be inspired from?
A user of our interpreter might want an abstraction that allows to invoke
FunctionsRef
s without having to pass a&mut RuntimeInstance
everytime:The text was updated successfully, but these errors were encountered: