code wiki / _hdl_build / nx_video_client_live_verify.nx

nx_video_client_live_verify.nx

buildroot/runtime/_hdl_build/nx_video_client_live_verify.nx

4575 B79 linesdepth 7pulls 23 transitivereach 0 importersview sourcekind tooltopic video
docsdependenciesstructsconstsfunctions

about

nx_video_client_live_verify.nx -- SOVEREIGN end-to-end LIVE verify: take the raw HTTPS response fetched from https://nishifamily.com/video/nx_video_client.wasm (response = HTTP headers + body), locate the wasm magic (\0asm), and prove the BODY is exactly the rebuilt+VM-gated client wasm: body length == 12990, parses under the sovereign VM, all 15 app.js exports present, vc_ladder_floor VM==native. No curl/cmp/xxd -- all in-organ. expect_exit: 0 license_tier: ORIGINAL

dependencies 4 imports · 0 importers

nx_syscalls.nx nx_gate_emit_lib.nx nx_wasm_vm.nx nx_video_client_wasm.nx nx_video_client_live_verify.nx

imports: nx_syscalls.nxnx_gate_emit_lib.nxnx_wasm_vm.nxnx_video_client_wasm.nx

imported by: nobody (leaf or entry point)

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

main g_puts sys_write sys_mmap nxa_die sys_write ↻ sys_exit nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable sys_write ↻ nxa_dump_sizes sys_write ↻ sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_munmap sys_close sys_exit ↻ g_pn sys_mmap ↻ sys_write ↻ g_check g_puts ↻ vc_ladder_floor

structs

none

consts

12const LIVE_PATH: *u8 = "/mnt/c/Users/elder/AppData/Local/Temp/claude/C--Users-elder/35f4610b-08b2-4d75-94eb-2f2ef485113d/scratchpad/live_vcw.wasm"
13const EXPECT_BODY: i64 = 12990

functions

15func main() -> i64