Skip to content

Commit 28d7d66

Browse files
ericgregorylukewagner
authored andcommitted
Update _posts/2026-01-22-ten-years-of-webassembly-a-retrospective.md
Co-authored-by: Luke Wagner <mail@lukewagner.name>
1 parent ce64b14 commit 28d7d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2026-01-22-ten-years-of-webassembly-a-retrospective.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For the ten-year anniversary of the project (well, ten and change), I spoke to m
1414

1515
## The trusted call stack
1616

17-
In March of 2013, a group of Mozilla engineers including Wagner, Alon Zakai, and David Herman released [Asm.js](http://asmjs.org/). Asm.js defined a subset of the existing JavaScript language that implicitly embeds enough static type information to allow a browser's existing JS engine to achieve much better performance once the optimizer knew to look for it. "Super hacky," in Wagner's words.
17+
In March of 2013, a group of Mozilla engineers including Wagner, Alon Zakai, and Dave Herman released [Asm.js](http://asmjs.org/). Asm.js defined a subset of the existing JavaScript language that implicitly embeds enough static type information to allow a browser's existing JS engine to achieve much better performance once the optimizer knew to look for it. "Super hacky," in Wagner's words.
1818

1919
Meanwhile, Google was developing [Native Client (NaCl)](https://developer.chrome.com/docs/native-client/) and its successor [Portable Native Client (PNaCl)](https://chrome.jscn.org/docs/native-client/nacl-and-pnacl/#portable-native-client-pnacl), to sandbox and run native code in Chrome.
2020

0 commit comments

Comments
 (0)