code wiki / _hdl_build / nx_mw_spawn_probe.nx
nx_mw_spawn_probe.nx
buildroot/runtime/_hdl_build/nx_mw_spawn_probe.nx
about
nx_mw_spawn_probe.nx -- find a good MineWorld spawn: plains biome, mid height, flat-ish, no trees nearby.
Diagnostic only. license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_f32_hw.nxnx_wasm_mineworld.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
| 7 | func shw(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 8 | func spn(v: i64) -> i64 |
| 21 | func main() -> i64 |