harn-hostlib 0.8.78

Opt-in code-intelligence and deterministic-tool host builtins for the Harn VM
Documentation
1
2
3
fn add(a: i32, b: i32) -> i32 {
    a + b
}