I have an idea for an interesting project: letting .NET Framework applications call into WASM modules by having a WASM module to COM Object converter/wrapper.
My read of the existing wasmtime-dotnet project is that it only works with .NET Core, and that you wouldn't be able to call it from a .NET Framework application (but could call a COM Object). Does that sound correct?
It targets .net standard so it should work in framework work apps
Last updated: Jan 09 2026 at 13:15 UTC