Skip to content

Commit fcbad2d

Browse files
ericgregoryricochet
authored andcommitted
clarify mobile code
1 parent d7408cf commit fcbad2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ WASI 0.3 is on the horizon in 2026, bringing native async and cooperative thread
114114

115115
Titzer is now Principal Researcher in the Software and Societal Systems Department at Carnegie Mellon, where he has turned his attention to embedded systems and artificial intelligence—two domains where WebAssembly's core properties might prove transformative. He's been working on projects integrating WebAssembly into industrial controllers and cyber-physical systems.
116116

117-
"[Industrial automation companies] have the mobile code problem," he explains, "and at its core, if Wasm solved any problem, it's running untrusted mobile code." The same principle applies to sandboxing AI-generated applications. "You've got AI generating code—who knows what it does? Do you trust this code? No."
117+
"[Industrial automation companies] have the mobile code problem," he explains, referring to [software that may be transmitted across a network and then executed on a remote machine](https://owasp.org/www-community/vulnerabilities/Unsafe_Mobile_Code). "At its core, if Wasm solved any problem, it's running untrusted mobile code." The same principle applies to sandboxing AI-generated applications. "You've got AI generating code—who knows what it does? Do you trust this code? No."
118118

119119
Bastien agrees. "AI coding agents are are pretty insecure right now, especially third-party plugins. Forget just injection, right? Like, I'm going to run a bunch of code I don't trust. Wasm is a pretty interesting fit."
120120

@@ -124,4 +124,4 @@ Today, WebAssembly runs in billions of users' browsers, as well as edge networks
124124

125125
In Gohman's view, WebAssembly represents "one of the few chances that the computing industry has at actually building something truly cloud native." It will take persistence, but for the first time in fifty years, he says, there's a chance to innovate at the boundary between kernel and user space.
126126

127-
"It's gonna be a long road," he says. "We're going to build a lot of cool stuff. We're going to have a lot of fun."
127+
"It's gonna be a long road," he says. "We're going to build a lot of cool stuff. We're going to have a lot of fun."

0 commit comments

Comments
 (0)