code wiki / _hdl_build / nx_wasm_explodelab_gate.nx

nx_wasm_explodelab_gate.nx

buildroot/runtime/_hdl_build/nx_wasm_explodelab_gate.nx

5626 B146 linesdepth 5pulls 8 transitivereach 0 importersview sourcekind gate/prooftopic wasm
docsdependenciesstructsconstsfunctions

about

nx_wasm_explodelab_gate.nx -- native teeth for the ExplodeLab surface BEFORE packing: the baked REAL as1 tree builds (18 parts), demo mode animates, drag orbits, short-click cycles highlight, E/D explode keys work and stop the auto mode, frames are non-vacuous + differ assembled vs exploded, the whole session is deterministic, and reset restores. expect_exit: 0 license_tier: ORIGINAL

dependencies 1 imports · 0 importers

nx_wasm_explodelab.nx nx_wasm_explodelab_gate.nx

imports: nx_wasm_explodelab.nx

imported by: nobody (leaf or entry point)

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

main wg_puts mem_bytes e_ptr st_ptr start_at world_init e_ptr ↻ ex3_init exl_n exl_kind exl_hx exl_hy exl_hz ex3_part_begin ex3_isqrt exl_dx exl_dy exl_dz exl_depth exm_load exm_k1 exm_k1_v0 ex3_vert exm_k1_t0 ex3_tri exm_k2 exm_k2_v0 ex3_vert ↻ exm_k2_v1 ex3_vert ↻ exm_k2_t0 ex3_tri ↻ exm_k2_t1 ex3_tri ↻ exm_k3 exm_k3_v0 ex3_vert ↻ exm_k3_t0 ex3_tri ↻

structs

none

consts

none

functions

7func wg_puts(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 3: wg_putnwg_toothmain
8func wg_putn(v: i64) -> i64
called by 1: main calls 1: wg_puts
21func wg_tooth(name: *u8, pass: i64, fails: *i64) -> i64
called by 1: main calls 1: wg_puts
28func wg_chk(base: i64) -> i64
called by 1: main
35func wg_cover(base: i64) -> i64
called by 1: main
43func main() -> i64