code wiki / _hdl_build / nx_wiki_publish_nist_stem.nx
nx_wiki_publish_nist_stem.nx
buildroot/runtime/_hdl_build/nx_wiki_publish_nist_stem.nx
about
nx_wiki_publish_nist_stem.nx -- LIVE PROOF runner for A3: re-publish web_assets/nist_stem.html through
the guarded wrapper pub_publish() with do_push_flag=1. Expects guard ALLOW -> push to the SERVED wiki
doc-root. ADDITIVE + IDEMPOTENT: re-streams the SAME page to /wiki/nist_stem.html only; no other page is
touched. Prints the guard verdict, status, bytes, push_invoked and push_rc as RAW proof. The fetch-verify
(curl 200 + byte-count) is done by the operator after this run. license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_wiki_publish.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
| 9 | 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 } |
| 10 | func r_num(v: i64) -> i64 |
| 18 | func r_codename(v: i64) -> *u8 called by 1: main |
| 27 | func main() -> i64 |