Files
WAFER/crates
ok2 2731c45350 Implement ALLOCATE/FREE/RESIZE, fix DU<, add 2VARIABLE/2CONSTANT callable
- Implement Memory-Allocation word set (ALLOCATE/FREE/RESIZE) as
  host functions using a top-down arena allocator in WASM linear memory.
  Uses wrapping arithmetic for -1 size error cases.
- Fix DU< comparison order (same bug as D<: comparing d2-hi vs d1-hi).
- Register 2VARIABLE/2CONSTANT as callable host functions (pending
  codes 9/10) so they work from compiled code like `: CD4 2VARIABLE ;`.

Memory suite: 62→2 errors. Double suite: 27→3 errors.
Total remaining: 56 failures across 9 suites.
2026-04-08 11:24:30 +02:00
..