-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate running more language on WASM/WASI #112
Comments
I'm curious about we could help bring more languages -- via an Extism plugin interface. Extism supports many plugin languages already. |
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: |
Currently we only have support for Python so far. We should investigate to execute other languages like C# or a compiled language like C++.
The text was updated successfully, but these errors were encountered: