code wiki / _hdl_build / nx_wiki_pub_board.nx
nx_wiki_pub_board.nx
buildroot/runtime/_hdl_build/nx_wiki_pub_board.nx
about
nx_wiki_pub_board.nx -- publish ONE page (board) LIVE through the GUARDED + VERSIONED publish path
(vpub): snapshot a content-addressed rollback version, then the A3 fail-closed guard must ALLOW before
the NAS push runs. ADDITIVE: writes exactly /wiki/board.html. Corpus set = the 9 walkable slugs every
page links to (a missing slug => PG_REJECT_DEAD_LINK). REUSE: nx_wiki_versioned_publish vpub.
license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_wiki_versioned_publish.nxnx_itoa_lib.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
| 17 | const RP_EPOCH: i64 = 1781850000 |
functions
| 10 | func r_w(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 15 | func r_num(v: i64) -> i64 { nxi_out(v); return 0 } |
| 19 | func main() -> i64 |