hamelin_wasm 0.7.4

Hamelin implementation compiled to WASM
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod build_catalog;
mod compile;
mod completions;
mod func;
mod incremental;

pub const VERSION: &str = env!("CARGO_PKG_VERSION");

pub use build_catalog::*;
pub use compile::*;
pub use completions::*;
pub use func::get_function_descriptions;
pub use incremental::*;