kandil_code 2.1.1

Intelligent development platform (CLI + TUI + Multi-Agent System) with cross-platform AI model benchmarking, system diagnostics, and advanced development tools
1
2
3
4
5
6
7
8
// WASM module for Kandil Code
// This provides an entry point for the WebAssembly build

mod wasm_bindings;

pub use wasm_bindings::*;

// Additional WASM-specific utilities can be added here if needed