rustcdc 0.1.5

Embeddable Rust CDC library focused on correctness-first capture primitives
Documentation
1
2
3
4
5
6
7
8
//! WASM transform runtime foundation.

mod runtime;

pub use runtime::{
    TransformResult, WasmConfig, WasmModule, WasmRuntime, DEFAULT_WASM_MEMORY_LIMIT_MB,
    DEFAULT_WASM_TIMEOUT_MS,
};