VS Code and WebAssemblies run Web assemblies in VS Code for the Web. WebAssembly virtual machines ship in modern browsers today and there are tool chains to compile C/C++ to WebAssembly code. This is relatively easy for languages like JavaScript and TypeScript since browsers ship with a JavaScript execution engine.

10m read timeFrom code.visualstudio.com
Post cover image
Table of contents
How does it work?How can I run my own WebAssembly code?VS Code's WASI implementationA web shellWhat comes next?
3 Comments

Sort: