Sunday, August 03, 2025

TypeScript compiler => Go => WASM

now that TSC is almost ready and 10x faster after port to GoLang,

the next step may be compiling to WASM and making it portable to any environment,
including web browsers

informative podcast


TypeScript is a statically typed superset of JavaScript that adds optional type annotations and modern language features to improve developer productivity and code safety. The TypeScript compiler performs type checking at compile time, catching errors before code is run, and also transforms TypeScript code into clean, standards-compliant JavaScript.

TypeScript Go WASM · Issue #4894 · tinygo-org/tinygo

TypeScript Migrates to Go: What's Really Behind That 10x Performance Claim?

No comments: