A TypeScript compiler written in Rust. This is a very experimental project in its initial phase. Its goal is to create a WebAssembly implementation of TypeScript written in Rust. Note that this is still a normal TypeScript compiler, compiling TypeScript code into JavaScript. It only leverages Rust and WebAssembly for better performance. The approach taken here is to inline the WebAssembly binary i

