Skip to main content

solid_handle_to_buffer

Function solid_handle_to_buffer 

Source
pub fn solid_handle_to_buffer(handle: u32) -> Result<WasmSolidBuffer, JsValue>
Expand description

Escape hatch: pull a resident solid’s full topology across the boundary (for STEP export or JSON-only lanes during the migration). Prefer handle-native ops — this re-incurs the serialization cost the registry exists to avoid.