Skip to main content

Module wasm_loader

Module wasm_loader 

Source
Expand description

WASM procedure loader — scans a directory for .wasm files and builds a procedure registry

Functions§

load_wasm_procedures_from_dir
Scan a directory for .wasm files, read each one, and return a Procedures registry with factory functions that create WasmProcedure instances.
register_wasm_procedures_from_dir
Scan a directory for .wasm files and register each as a WasmProcedure into the given ProceduresBuilder, returning the updated builder.