WebAssembly Empowered VS Code: Transmute libraries in foreign tongues into usable extensions
The VS Code Extension system is primarily written in TypeScript/JavaScript, but recently Microsoft has started supporting WebAssembly (WASM) to run binaries compiled from other languages like C/C++ or Rust. An...