Find Related products on Amazon

Shop on Amazon

MichiganTypeScript: A WebAssembly runtime implemented in TypeScript types

Published on: 2025-07-15 02:26:18

A TypeScript-types-only WebAssembly runtime This is a WebAssembly runtime implemented purely in TypeScript types. The basic idea is that you can turn C code (or just straight WebAssembly) into a TypeScript type (as in, with no JavaScript runtime code) that will compile the instructions and return a result. It can run Doom This engine was built to service a project that aimed to demonstrate why Doom can't run in TypeScript types. Well. The funny thing is.. It can. There's a video about it on the MiTS YouTube, and much much more to come soon to give more context on why and how this was made. Should I submit a PR to make this even better? No, probably not. What you’re viewing in this repo is basically an active crime scene. There’s blood splattered about and although it’s clear the murder weapon is still in the house… it’s not clear exactly where in the house it might be. It might sounds strange, but I, @dimitropoulos, have absolutely no emotional attachment to this code and negativ ... Read full article.