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

3292 B58 linesdepth 9pulls 10 transitivereach 0 importersview sourcekind orphan librarytopic wiki
docsdependenciesstructsconstsfunctions

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

nx_wiki_publish.nx nx_syscalls.nx nx_wiki_publish_nist_stem.nx

imports: nx_wiki_publish.nxnx_syscalls.nx

imported by: nobody (leaf or entry point)

structs

none

consts

none

functions

9func 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 }
10func r_num(v: i64) -> i64
18func r_codename(v: i64) -> *u8
27func main() -> i64