ruchy 4.2.1

A systems scripting language that transpiles to idiomatic Rust with extreme quality engineering
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! WebAssembly REPL Module
//!
//! Provides interactive Ruchy evaluation in the browser with progressive enhancement.

// Submodules
#[cfg(test)]
mod tests;
mod wasm_repl;

// Re-exports
pub use wasm_repl::WasmRepl;