code wiki / _hdl_build / nx_ims_batch1.nx

nx_ims_batch1.nx

buildroot/runtime/_hdl_build/nx_ims_batch1.nx

10777 B77 linesdepth 10pulls 14 transitivereach 0 importersview sourcekind tooltopic ims
docsdependenciesstructsconstsfunctions

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

nx_ims_page.nx nx_syscalls.nx nx_ims_batch1.nx

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

main b_w sys_write b_emit ims_page sys_now_realtime_sec sys_mmap sys_clock_gettime_real sh_corpus_store sys_mmap ↻ sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_close nx_wiki_doc_store_init sys_mmap ↻ nx_wiki_doc_store_add sys_mmap ↻ nx_wib_pool_alloc sys_mmap ↻ ip_render sys_mmap ↻ sh_links_load sys_mmap ↻ ncfg_open ss_open_cached sh_wikilinks_prefix ncfg_count sys_mmap ↻ ncfg_count_key ss_hget ncfg_atoi ncfg_row sys_mmap ↻ ncfg_key ss_hget ↻ canon_decode sh_wl_cell

structs

none

consts

none

functions

12func 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 }
called by 2: b_emitmain calls 1: sys_write
13func b_num(v: i64) -> i64
called by 2: b_emitmain calls 2: sys_mmapsys_write
22func b_emit(slug: *u8, doc_type: *u8, title: *u8, body: *u8) -> i64
called by 1: main calls 3: ims_pageb_wb_num
29func main() -> i64