Hacker News new | ask | show | jobs
by maxiepoo 1165 days ago
WASM is not really an assembly language. Before this, WASM didn't have jump at all, and so tail calls are adding a form of jump (jump with arguments). This makes WASM a much better compilation target.