-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Developers can run .NET libraries inside Node.js #47336
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsNode.js sports V8 engine which means it can run WebAssembly code. In the recent Node.js v15.6.0 version initial WASI support was added to further support WASM. Developers which would like to run .NET code inside Node.js would use publish for wasm target. This will probably mean adding a new RID in form of Related issues
|
node-wasm, wasi is very different. What are we using untriaged to mean here? |
@lewing this story needs an epic parent. |
@danmosemsft it has Future milestone (intentionally) |
Is this really node-specific, or just wasi? |
+1 on this request from Excel Online. |
I am working on adding NodeJS support. I would appreciate your feedback |
Is this PR supporting WASI? |
No, wasi support has different complications. We don't have firm plans to support it yet but we're doing some exploratory work. |
Cool and are you exploring compiling mono to wasi or just aot or both? |
@orengor do you need wasm runtime or JS <->dotnet-x64 interop would be actually better? |
Node.js sports V8 engine which means it can run WebAssembly code. In the recent Node.js v15.6.0 version initial WASI support was added to further support WASM.
Developers which would like to run .NET code inside Node.js would use publish for wasm target. This will probably mean adding a new RID in form of
node-wasm
orwasi-wasm
.Related issues
The text was updated successfully, but these errors were encountered: