juglans 0.2.13

Compiler and runtime for Juglans Workflow Language
1
2
3
4
5
6
// src/wasm/mod.rs — WASM-specific modules
pub mod bridge;
pub mod executor;
pub mod language;

pub use executor::WasmExecutor;