code wiki / _hdl_build / nx_wasm_explodelab_html.nx
nx_wasm_explodelab_html.nx
buildroot/runtime/_hdl_build/nx_wasm_explodelab_html.nx
about
nx_wasm_explodelab_html.nx -- SOVEREIGN packager for EXPLODELAB: emits a self-contained .html (wasm
base64-embedded) with LOGIC-FREE JS (physlab law: JS passes raw mouse/key bits + blits the framebuffer +
displays exported counters) PLUS the BOM side panel injected from the generator's bom.txt (presentation,
not logic -- the assembly tree/BOM came from the REAL STEP parse).
usage: nx_wasm_explodelab_html <in.wasm> <bom.txt> <out.html>. license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_base64.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
| none |
functions
| 9 | func hw(fd: i64, s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(fd, s, n); return 0 } |
| 11 | func main(argc: i64, argv: *i64) -> i64 |