harn-vm 0.7.57

Async bytecode virtual machine for the Harn programming language
1
2
3
4
/// Embedded standard library modules.
pub fn get_stdlib_source(module: &str) -> Option<&'static str> {
    harn_stdlib::get_stdlib_source(module)
}