code wiki / _hdl_build / nx_embed_exceed.nx

nx_embed_exceed.nx

buildroot/runtime/_hdl_build/nx_embed_exceed.nx

6801 B96 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind tooltopic embed
docsdependenciesstructsconstsfunctions

about

nx_embed_exceed.nx -- MEASURED exceed census for the sovereign iframe replacement (<nishi-embed>) vs the HTML <iframe>. Organ-graded by GREP over the REAL emitted runtime (web_assets/nishi_embed_demo.html) + the sovereign-fetched evidence (knowledge/index/web_seed_corpus.tsv: Web_Components / Clickjacking / CSP / Same-origin), each cell cited, uncited cells REFUSED. HONEST: <nishi-embed> EXCEEDS for embedding OUR OWN (first-party) capabilities; the ONE axis where iframe genuinely wins -- true process isolation of UNTRUSTED code -- is exactly the third-party tracking/ad "bullshit" Nishi deliberately does NOT embed, so it is graded BEHIND and named, not hidden. license_tier: ORIGINAL

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_itoa_lib.nx nx_embed_exceed.nx

imports: nx_syscalls.nxnx_itoa_lib.nx

imported by: nobody (leaf or entry point)

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

main ex_puts sys_write sys_mmap ex_axis ex_has sys_openat_rd sys_mmap ↻ sys_read sys_close ex_strlen ex_puts ↻ ex_pn nxi_out nxi_fd sys_mmap ↻ ccz_cat_num sys_write ↻ sys_munmap sys_openat_append ex_w sys_write ↻ ex_wn nxi_fd ↻ sys_close ↻ sys_exit

structs

none

consts

10const G_MAGIC_4194304: i64 = 4194304
12const G_EXCEED: i64 = 3
13const G_BEHIND: i64 = 2
14const G_UNCITED: i64 = 9

functions

16func ex_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 2: ex_axismain calls 1: sys_write
21func ex_pn(v: i64) -> i64 { nxi_out(v); return 0 }
called by 1: main calls 1: nxi_out
22func ex_w(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 }
called by 1: main calls 1: sys_write
27func ex_wn(fd: i64, v: i64) -> i64 { nxi_fd(fd, v); return 0 }
called by 1: main calls 1: nxi_fd
28func ex_strlen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n }
called by 1: ex_has
31func ex_has(path: *u8, needle: *u8) -> i64
46func ex_axis(name: *u8, embed_path: *u8, marker: *u8, want_present: i64, ev_path: *u8, ev_marker: *u8) -> i64
called by 1: main calls 2: ex_hasex_puts
64func main() -> i64