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
* Don't pass vmctx to component libcalls
Take a leaf out of the core libcalls book where the `from_vmctx` call is
baked in as part of each libcall so libcalls can receive safer arguments
by default. There's still much `unsafe` in the libcalls due to their
arguments or accessing `*instance.store()`, but this latter part will be
fixed in a follow-up commit soon.
* Fix dead argument warnings
0 commit comments