code wiki / _hdl_build / nx_ims_batch2.nx
nx_ims_batch2.nx
buildroot/runtime/_hdl_build/nx_ims_batch2.nx
about
nx_ims_batch2.nx -- INGEST batch #2: the SUBSTRATE hub + 6 REAL pages, each rendered
through the ONE reusable generator nx_ims_page (no per-page cloned emitters). This
DEEPENS the wiki IA from a flat star into a real tree: a new "substrate" hub (child of
start) introduces the low-level sovereign stack and parents nishi_os / sovereign_email /
simd_backend; three more product pages (neural_mt / vision_fr / voxelworld) parent under
the existing products hub. Summaries are GENUINE (drawn from the live arc memory files;
gate counts + measured numbers are cited as the arcs' last recorded state, not invented).
Each page's nav relationships come from its wiki_links.tsv row so it joins the walkable
tree the moment that row exists. Writes web_assets/{substrate,nishi_os,sovereign_email,
simd_backend,neural_mt,vision_fr,voxelworld}.html. Publish is a SEPARATE guarded+versioned
step (nx_ims_batch2_publish via vpub). license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_ims_page.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
| 15 | func b_w(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 16 | func b_num(v: i64) -> i64 |
| 25 | func b_emit(slug: *u8, doc_type: *u8, title: *u8, body: *u8) -> i64 |
| 32 | func main() -> i64 |