wabt
28af3427
- Remove range assertions in BinaryReader (#1416)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#1416 - Remove range assertions in BinaryReader
Author
binji
Parents
fad5a2db
Loading