microsoft / node-api-dotnet

Advanced interoperability between .NET and JavaScript in the same process.
MIT License
498 stars 53 forks source link

Web Assembly Support #164

Open AathifMahir opened 11 months ago

AathifMahir commented 11 months ago

Web Assembly Support on this would be really interesting, The main part that could be a game changer here is Other Web Assembly Dotnet Interops doesn't support advanced use cases like writing Js code directly in c#. This could be helpful on many Scenerio going forward and also we don't need to maintain some separate Js files in wwwroot or under the component tree when it comes to blazor

jasongin commented 11 months ago

We have discussed this before as an area for future exploration. We agree there is potential for some interesting applications with web assembly. But none of the current contributors are focused on that area now, so it hasn't been a priority yet.

I'll leave this issue open in case others would like to comment with ideas about how this project might be used with web assembly.