bytecodealliance / wasmtime-dotnet

.NET embedding of Wasmtime https://bytecodealliance.github.io/wasmtime-dotnet/
Apache License 2.0
409 stars 52 forks source link

.NET Standard 2.0 support #246

Closed IS4Code closed 1 year ago

IS4Code commented 1 year ago

Updated to support .NET Standard 2.0 via multi-targeting. This brings the following changes (most of which are conditionally-compiled):

peterhuene commented 1 year ago

Hi @IS4Code. Thanks for the PR! Rebasing this PR on the latest in main should fix the CI issue.

We'll review soon.