RyanLamansky / dotnet-webassembly

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

Consider fixing runtime errors with EOS WASMs #16

Closed pavel-gavr closed 5 years ago

pavel-gavr commented 5 years ago

We got three minimal WASMs which cause runtime errors with dotnet-webassembly.

  1. Don't know how to parse opcode 239
  2. Instruction sequence reader ended after readering 14 characters, expected 12
  3. Stream ended unexpectedly Are you considering fixing them? SmallestWasmsWithDiffExceptions.zip
RyanLamansky commented 5 years ago

Thanks for the report! I'll take a look in the next couple of days.

RyanLamansky commented 5 years ago

None of these files will load in Chrome, so I have to conclude that they're not valid WASMs.