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
Create a set of macros for generating wrappers to host functions and insist that they be called through those, rather than having the guest construct the FunctionCall structure manually.
That will give us some more leeway for keeping things generally compatible whilst making major changes in the future and make it easier for those using the guest API to call host functions
The text was updated successfully, but these errors were encountered:
Create a set of macros for generating wrappers to host functions and insist that they be called through those, rather than having the guest construct the FunctionCall structure manually.
That will give us some more leeway for keeping things generally compatible whilst making major changes in the future and make it easier for those using the guest API to call host functions
The text was updated successfully, but these errors were encountered: