kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

153_fp_cmp_negation_b.wasm.skip (318B)


      1 wasm re-lowering of a negated FP compare (the unordered dual) is not yet correct on the foundation: `kit run` on the .wasm hits a relower `local type mismatch (expected i64 got i32)` fatal. Reproduces with a minimal `!(1.0 < 2.0)` and no builtins, so it is a foundation-level gap, not toy Route B. Tracked separately.