Skip to content

Commit 9beaa19

Browse files
ericgregoryfitzgen
authored andcommitted
Update _posts/2026-01-22-ten-years-of-webassembly-a-retrospective.md
Co-authored-by: Nick Fitzgerald <fitzgen@gmail.com>
1 parent 1c6f289 commit 9beaa19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_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 the program's call stack in its own memory space&mdash;a reasonable
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 the Component Model's vision of calling across isolation boundaries.
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.
2828

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

0 commit comments

Comments
 (0)