Expand description
WASM transform loader — scans a directory for .wasm files and builds a transform registry
Functions§
- load_
transforms_ from_ dir - Scan a directory for
.wasmfiles, read each one, and return aTransformsregistry with factory functions that createWasmTransforminstances.