Skip to main content

Module buffer

Module buffer 

Source
Expand description

WasmIpcBuffer — RAII handle for a buffer allocated inside a WASM plugin’s linear memory.

Specific to the Component Model loader’s alloc/copy/free dance for Arrow IPC payloads — kept in this crate (rather than the shared uni-plugin-wasm-rt) because the free closure crosses the wasmtime linear-memory boundary.

Structs§

WasmIpcBuffer
RAII handle to a buffer allocated inside a WASM plugin’s linear memory.