Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

D.2 Value Representation

  • All udewy values are i64 in WASM
  • Memory addresses are i64 but truncated to i32 at every memory operation
  • Ordinary strings and based strings use the same byte-length-prefixed static layout as native backends