A Year's Work in Two Weeks: How Wasmer Built an Edge Node.js Runtime with Codex!
Hey everyone, it's Shiichan! Today I found a really clear example of just how much a coding AI can speed up real development, so let me walk you through it.
OpenAI News
What was announced?
OpenAI's News shared a story about how Wasmer, a WebAssembly runtime company, used OpenAI's Codex to build a Node.js runtime that runs at the edge.
Wasmer's engineers figured out how to run Node.js workloads inside a WebAssembly sandbox. The result is a JavaScript runtime called Edge.js that lets you run JavaScript apps, MCPs, and agents without Docker. With it, Wasmer became the first cloud host to offer full Node.js at the edge layer.
Why it matters
Building a brand-new runtime from scratch is usually a huge, time-consuming effort. Keeping Node.js compatibility while running it inside WebAssembly is the kind of project you'd expect a big company with a large team to take on.
What makes this special is that a small team pulled it off together with Codex. According to Wasmer's founder and CEO, work that would have taken a year without Codex was done in two weeks with it, and development speed went up by at least 10x to 20x.
What changes
The best part is that you can now run JavaScript apps and agents at the edge without Docker. Instead of spinning up a container, you run Node.js workloads inside a WebAssembly sandbox, which fits AI and edge computing use cases really well.
Another important message is that a small team can build things that used to be reserved for big companies. Here is how Wasmer's leadership put it:
Codex enabled a small company to achieve things that were only possible at big companies. This project literally would have been impossible without it.
Dive Deep
Wasmer's team used Codex from the very beginning of the project all the way to the end, from assembling the initial architectural building blocks to polishing the final product.
Beyond writing code, Codex helped find bugs and pin down their root causes. It surfaced bugs the developers had not anticipated, then went straight into debugging to trace the root cause and suggest a fix. In a domain like a runtime, where compatibility and edge cases pile up, that ability to dig down to the cause is genuinely reassuring.
Wrap-up
- Wasmer used Codex to build Edge.js, a runtime that runs Node.js at the edge
- It runs Node.js workloads in a WebAssembly sandbox, so you can run JavaScript apps, MCPs, and agents without Docker
- Work that would have taken a year without Codex took two weeks, a 10x-20x-plus speedup
- Codex helped across the whole project, from initial architecture to final polish to finding the root causes of bugs
- This one is for anyone who wants a small team to build big things, or engineers curious about running JavaScript on the edge with WebAssembly!