code wiki / _hdl_build / nx_wiki_versioned_publish_live.nx

nx_wiki_versioned_publish_live.nx

buildroot/runtime/_hdl_build/nx_wiki_versioned_publish_live.nx

6975 B123 linesdepth 11pulls 13 transitivereach 0 importersview sourcekind tooltopic wiki
docsdependenciesstructsconstsfunctions

about

nx_wiki_versioned_publish_live.nx -- A4a LIVE PROOF (real, additive, ends restored to original). Treats the live web_assets/nist_stem.html (body 9450 B) as v1 and archives it, emits an ADDITIVE v2 (a "Last reviewed 2026-06-17" trailing comment -- nothing deleted), vpub's v2 LIVE (guarded, push=1), then restore(nist_stem, 1) to re-push v1 LIVE so production ends byte-exact the original -- with BOTH v1 and v2 retained as rollback points in the durable archive store. Every live write flows through the A3 guard (pub_publish_ex). Prints vp_list + the assigned version#s; the operator fetch-verifies sizes. Run as: nx_wiki_versioned_publish_live.sov.elf (no args -- paths are baked, like the gates) license_tier: ORIGINAL

dependencies 4 imports · 0 importers

nx_wiki_versioned_publish.nx nx_itoa_lib.nx nx_wiki_restore.nx nx_syscalls.nx nx_wiki_versioned_publish_live

imports: nx_wiki_versioned_publish.nxnx_itoa_lib.nxnx_wiki_restore.nxnx_syscalls.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main sys_mmap l_w sys_write vpub vpub_ex vp_len sys_mmap ↻ sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_close vp_get_count sys_mmap ↻ vp_cnt_key vp_cat ss_get_cap sys_mmap ↻ ss_scan_cap sys_mmap ↻ ss_manifest_cap ss_scan_seglist vp_parse_dec ss_begin ss_begin_cap sys_mmap ↻ war_archive_page war_cid_of_body cid_of sys_mmap ↻ sha256_digest cid_from_digest sys_munmap war_blobkey war_cat ss_add ss_add2 ss_w32

structs

none

consts

24const LIVE_EPOCH: i64 = 1781730256
25const LIVE_MODE_0644: i64 = 0x1a4

functions

16func l_w(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 }
called by 1: main calls 1: sys_write
21func l_num(v: i64) -> i64 { nxi_out(v); return 0 }
called by 1: main calls 1: nxi_out
27func main() -> i64