nx_econsim_page.nx
buildroot/runtime/nx_econsim_page.nx
about
nx_econsim_page.nx -- EMIT the live nishifamily.com/econsim page for the
Capitalism Lab (EconSim). Self-contained game-side emitter: it imports the
sovereign sim organs and renders their output COMPUTED AT RENDER TIME (no
hand-typed numbers), then writes web_assets/econsim.html. Publishing is the
separate sovereign step nx_aw_push (additive, vault-backed) -- the shared
loop every property reuses. No JS/HTML is hand-written; this organ authors
the page. license_tier: ORIGINAL
genealogy_id: capitalism_lab_econsim_page
lineage_id: nx_econsim_page_v1
dependencies 6 imports · 0 importers
imports: nx_syscalls.nxnx_caplab_market.nxnx_caplab_compete.nxnx_caplab_supply.nxnx_caplab_sim.nxnx_caplab_quality.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
| 19 | const EC_OUT: *u8 = "web_assets/econsim.html" |
| 20 | const EC_CAP: i64 = 262144 |
functions
| 23 | func ec_cat(dst: *u8, off: i64, s: *u8) -> i64 called by 1: main |
| 31 | func ec_catn(dst: *u8, off: i64, v: i64) -> i64 |
| 44 | func main() -> i64 |