~starkingdoms/starkingdoms

ref: 103444e57478b2f702c26a6dfb9a62b34a60e5fe starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
103444e5 — core chore(wasm)!: fix compilations on webassembly 5 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}