microsoft / vscode-wasm

A WASI implementation that uses VS Code's extension host as the implementing API
MIT License
376 stars 27 forks source link

Investigate running more language on WASM/WASI #112

Open dbaeumer opened 1 year ago

dbaeumer commented 1 year ago

Currently we only have support for Python so far. We should investigate to execute other languages like C# or a compiled language like C++.

nilslice commented 1 year ago

I'm curious about we could help bring more languages -- via an Extism plugin interface. Extism supports many plugin languages already.

lppedd commented 5 months ago

As soon as there is a clear path to use WASM in VS Code (maybe with the blog post/samples you've mentioned in another issue), and as soon as Kotlin supports the Component Model, we'd like to switch away as much Kotlin/JS code as possible to the WASM target.

Issues for Kotlin:
https://youtrack.jetbrains.com/issue/KT-65030 https://youtrack.jetbrains.com/issue/KT-56605