wabt
28af3427 - Remove range assertions in BinaryReader (#1416)

Commit
5 years ago
Remove range assertions in BinaryReader (#1416) These assertions check to see whether the `sig_index` (i.e. the function type) are in bounds. But this is the responsibility of the validator, not the binary reader. Fixes issues #1413 and #1414.
Author
Parents
Loading