Theseus: translating win32 to wasm
Summary
Theseus now can output WebAssembly, translating a Win32 executable to run in the browser. The article details design decisions—blocking vs asynchronous execution, web workers with shared memory, and the tradeoffs of using TypeScript vs Rust—along with code examples and potential next steps.