code wiki / _hdl_build / nx_ims_batch1.nx
nx_ims_batch1.nx
buildroot/runtime/_hdl_build/nx_ims_batch1.nx
about
nx_ims_batch1.nx -- INGEST batch #1: 4 REAL active-arc pages, each rendered through
the ONE reusable generator nx_ims_page (NOT a per-page cloned emitter). This is the
proof that real Nishi content becomes walkable typed wiki pages AT SCALE: 4 distinct
pages, 1 generator, 0 furniture re-written. Summaries are GENUINE (from the live arc
memory files); each page's nav relationships come from its wiki_links.tsv row so it
is part of the walkable tree. Writes web_assets/{genesis_genealogy,access_wall,
formats_uxf,media_studio}.html. Publish is a SEPARATE guarded+versioned step
(nx_ims_batch1_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
| 12 | 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 } |
| 13 | func b_num(v: i64) -> i64 |
| 22 | func b_emit(slug: *u8, doc_type: *u8, title: *u8, body: *u8) -> i64 |
| 29 | func main() -> i64 |