Skip to content

Commit 3dff11e

Browse files
ericgregorysunfishcode
authored andcommitted
Update _posts/2026-01-22-ten-years-of-webassembly-a-retrospective.md
Co-authored-by: Dan Gohman <dev@sunfishcode.online>
1 parent 7dbb149 commit 3dff11e

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
@@ -24,7 +24,7 @@ PNaCl placed untrusted code in a separate process from the rest of a web page an
2424

2525
Asm.js took a different approach, which Dan Gohman&mdash;then at Mozilla&mdash;describes as a "trusted call stack," where compiled code and JavaScript could share the same stack.
2626

27-
"That means Asm.js was able to kind of coexist with JavaScript," he says. "You can call into JavaScript, and JavaScript can call into you." This design decision&mdash;later inherited by WebAssembly&mdash;would prove foundational, enabling everything from seamless browser integration to calling functions across isolation boundaries in the Component Model.
27+
"That means Asm.js was able to coexist with JavaScript," he says. "You can call into JavaScript, and JavaScript can call into you." This design decision&mdash;later inherited by WebAssembly&mdash;would prove foundational, enabling everything from seamless browser integration to calling functions across isolation boundaries in the Component Model.
2828

2929
## "We're going to tell each other's managers that the other one's on board."
3030

0 commit comments

Comments
 (0)