code wiki / _hdl_build / nx_vcodec_color_wasm_vm_gate.nx
nx_vcodec_color_wasm_vm_gate.nx
buildroot/runtime/_hdl_build/nx_vcodec_color_wasm_vm_gate.nx
about
nx_vcodec_color_wasm_vm_gate.nx -- SOVEREIGN VM byte-exact proof of the COLOR wasm codec. Loads the
freshly-built nx_vcodec_color.wasm, runs vc_color_wasm_encode/decode in the ecosystem's OWN wasm VM, and
demands the decoded RGB + the bit count match the NATIVE color codec (nx_vcodec_color_codec) byte-for-bit.
This is the H9 codec-half proof for COLOR -- the same de-risk nx_vcodec_inter_vm_gate did for luma. No
deploy, no live touch. expect_exit: 0 license_tier: ORIGINAL
dependencies 4 imports · 0 importers
imports: nx_syscalls.nxnx_gate_emit_lib.nxnx_wasm_vm.nxnx_vcodec_color_codec.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
| 11 | const COLOR_WASM: *u8 = "/mnt/c/Users/elder/nishi-core/nxc2/web_assets/_video_build/nx_vcodec_color.wasm" |
| 12 | const O_RGB: i64 = 0 |
| 13 | const O_RGBOUT: i64 = 245760 |
functions
| 15 | func main() -> i64 |