pub fn set_process_memory_bridge(bridge: Arc<dyn InMemoryBridge>) -> usizeExpand 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.