Closed
Description
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
or wasi-wasm
.
Related issues