extism / dotnet-pdk

Extism Plug-in Development Kit (PDK) for C# and F#
https://extism.org
BSD 3-Clause "New" or "Revised" License
44 stars 6 forks source link

Pin to .NET 8 for now #110

Closed mhmd-azeez closed 1 week ago

mhmd-azeez commented 2 weeks ago

It seems like .NET 9 removes support for wasm modules (in favor of the component model). Extism is built on wasm modules. So we will have to pin the .NET PDK to .NET 8 to see if wasm modules will be added back in the future

See: https://github.com/dotnet/runtime/issues/65895