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
.wasmfiles and return aFunctionsregistry with scalar functions. - register_
wasm_ scalar_ functions_ from_ dir - Scan a directory for
.wasmfiles and register each as aWasmScalarFunctioninto the givenFunctionsConfigurator, returning the updated builder.