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
/// Consume `self` and move it back to a `MultiUseSandbox` with previous state.
367
-
///
368
-
/// The purpose of this function is to allow multiple states to be associated with a single MultiUseSandbox.
369
-
///
370
-
/// An implementation such as HyperlightJs or HyperlightWasm can use this to call guest functions to load JS or WASM code and then evolve the sandbox causing state to be captured.
371
-
/// The new MultiUseSandbox can then be used to call guest functions to execute the loaded code.
372
-
/// The devolve can be used to return the MultiUseSandbox to the state before the code was loaded. Thus avoiding initialisation overhead
0 commit comments