code wiki / _hdl_build / nx_wasm_city_gate.nx
nx_wasm_city_gate.nx
buildroot/runtime/_hdl_build/nx_wasm_city_gate.nx
dependencies 5 imports · 0 importers
imports: nx_gate_gn.nxnx_gate_base.nxnx_wasm_city.nxnx_png.nxnx_syscalls.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 14 | func grow(name: *u8, ok: i64) -> i64 { if ok==1 { gw(" PASS " as *u8) } else { gw(" FAIL " as *u8) } gw(name); gw(" calls 1: gw |
| 16 | func run(base: i64, n: i64) -> i64 { var t: i64=0; while t<n { tick_impl(base, 0); t=t+1 } return 0 } |
| 18 | func main() -> i64 |