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
@Stebalien for making the new custom syscall (for example math::doubleme) available to the wasm actor, I am thinking about creating a new crate containing the custom kernel and syscall, then in the wasm test actor, import that syscall module which I can then call to invoke the custom syscall, makes sense?
Basically, we need to make sure we can attach a new syscall to an FVM instance from a different crate. We should write an integration test that:
The text was updated successfully, but these errors were encountered: