code wiki / _hdl_build / nx_wasm_breeders_gate.nx

nx_wasm_breeders_gate.nx

buildroot/runtime/_hdl_build/nx_wasm_breeders_gate.nx

6289 B149 linesdepth 5pulls 6 transitivereach 0 importersview sourcekind gate/prooftopic wasm
docsdependenciesstructsconstsfunctions

about

nx_wasm_breeders_gate.nx -- verifies the SOVEREIGN breeders build NATIVELY. There is no browser here, so rendering the identical base-relative code to a PNG IS the proof the wasm logic + raster are right (the established "verify wasm by native PNG" loop). Same code, base = mmap instead of 0. license_tier: ORIGINAL expect_exit: 0

dependencies 2 imports · 0 importers

nx_wasm_breeders.nx nx_png_write.nx nx_wasm_breeders_gate.nx

imports: nx_wasm_breeders.nxnx_png_write.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main vw init_impl st ia_init ia_bind inp genworld wld vnz hsh wildp hsh ↻ blocked solidt tile wld ↻ iabs founder_g gput hsh ↻ tile ↻ vn render_impl st ↻ clamp tile ↻ vnz ↻ pack clamp ↻ px fb rect clamp ↻ fb ↻ hsh ↻ ell clamp ↻ px ↻ pack ↻

structs

none

consts

none

functions

8func vw(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 1: main
9func vn(v: i64) -> i64
called by 1: main
21func emit(base: i64, path: *u8) -> i64
called by 1: main calls 2: fbnx_png_write_rgb
34func main() -> i64