Expand description
WASM-based map transform implementation
This module provides a stateless transform that executes WASM modules for field-level transformations (rename, cast, compute, route).
Re-exports§
pub use runtime::WasmRuntime;pub use task::WasmTransformTask;