Skip to main content

Module wasm_loader

Module wasm_loader 

Source
Expand description

WASM function loader — scans a directory for .wasm files and registers scalar functions

Functions§

load_wasm_scalar_functions_from_dir
Scan a directory for .wasm files and return a Functions registry with scalar functions.
register_wasm_scalar_functions_from_dir
Scan a directory for .wasm files and register each as a WasmScalarFunction into the given FunctionsConfigurator, returning the updated builder.