Skip to main content

Module wasm

Module wasm 

Source
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;

Modules§

runtime
WASM runtime for executing transform modules
task
WASM transform task implementation