code wiki / _hdl_build / nx_wasm_breeders_gate.nx

nx_wasm_breeders_gate.nx

buildroot/runtime/_hdl_build/nx_wasm_breeders_gate.nx

6667 B155 linesdepth 5pulls 8 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 3 imports · 0 importers

nx_wasm_breeders.nx nx_png_write.nx nx_gate_verdict.nx nx_wasm_breeders_gate.nx

imports: nx_wasm_breeders.nxnx_png_write.nxnx_gate_verdict.nx

imported by: nobody (leaf or entry point)

structs

none

consts

none

functions

9func vw(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 }
10func vn(v: i64) -> i64
22func emit(base: i64, path: *u8) -> i64
35func main() -> i64