code wiki / _hdl_build / nx_game_ws_register.nx
nx_game_ws_register.nx
buildroot/runtime/_hdl_build/nx_game_ws_register.nx
about
nx_game_ws_register.nx -- register the 2026-07-02 game-system arc into the WMS registry SSOT
(knowledge/store/ws-, via nx_workstream_store / nx_seg_store) the SAFE read-modify-write way (reads the
live ws:ids index, appends if absent, commits records; NEVER nx_workstream_seed). Mirrors nx_hub_ws_register.
Streams: the browser-flagship games arc (MineWorld = the Minecraft-procgen rung, LIVE), the GTA-online
shared-world multiplayer ladder (seeded on the proven pets relay + lockstep/prediction organs), and the
vox3d pitch-inversion fix discovered by the mineworld gate (QUEUED -- live /voxels untouched this session).
license_tier: ORIGINAL expect_exit: 0
dependencies 3 imports · 0 importers
imports: nx_workstream_store.nxnx_seg_store.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
| 11 | const K_MAGIC_262144: i64 = 262144 |
functions
| 13 | func gwr_w(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 14 | func gwr_len(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n } called by 1: gwr_rec |
| 16 | func gwr_addid(idsbuf: *u8, olenp: *i64, id: *u8) -> i64 |
| 25 | func gwr_rec(w: *i64, key: *u8, val: *u8) -> i64 { return ss_add(w, 1, key, val, gwr_len(val)) } |
| 27 | func main() -> i64 |