code wiki / _hdl_build / nx_embed_exceed.nx
nx_embed_exceed.nx
buildroot/runtime/_hdl_build/nx_embed_exceed.nx
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
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
structs
| none |
consts
| 10 | const G_MAGIC_4194304: i64 = 4194304 |
| 12 | const G_EXCEED: i64 = 3 |
| 13 | const G_BEHIND: i64 = 2 |
| 14 | const G_UNCITED: i64 = 9 |
functions
| 16 | func 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 } |
| 21 | func ex_pn(v: i64) -> i64 { nxi_out(v); return 0 } |
| 22 | func 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 } |
| 27 | func ex_wn(fd: i64, v: i64) -> i64 { nxi_fd(fd, v); return 0 } |
| 28 | func 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 |
| 31 | func ex_has(path: *u8, needle: *u8) -> i64 |
| 46 | func ex_axis(name: *u8, embed_path: *u8, marker: *u8, want_present: i64, ev_path: *u8, ev_marker: *u8) -> i64 |
| 64 | func main() -> i64 |