Skip to main content

set_process_memory_bridge

Function set_process_memory_bridge 

Source
pub fn set_process_memory_bridge(bridge: Arc<dyn InMemoryBridge>) -> usize
Expand description

Install (replace) the process-global memory bridge. The embedder calls this when its runtime comes up. Returns the installation token needed for a generation-checked clear_process_memory_bridge on teardown.