RyanLamansky / dotnet-webassembly

Create, read, modify, write and execute WebAssembly (WASM) files from .NET-based applications.
Apache License 2.0
792 stars 74 forks source link

Fix InvalidProgramException #31

Closed tana closed 3 years ago

tana commented 3 years ago

This PR solves some InvalidProgramExceptions, which is thrown when executing broken IL. Modifications are:

RyanLamansky commented 3 years ago

I expect to have enough free time to package this into a release this weekend.