Stream: C#/.net-collaboration

Topic: Use case for WASM > COM Interop?


view this post on Zulip adam strickland (Dec 21 2025 at 20:28):

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?

.NET embedding of Wasmtime https://bytecodealliance.github.io/wasmtime-dotnet/ - bytecodealliance/wasmtime-dotnet

view this post on Zulip James Sturtevant (Dec 21 2025 at 20:48):

It targets .net standard so it should work in framework work apps


Last updated: Jan 09 2026 at 13:15 UTC