OCamlPro / owi

WebAssembly Swissknife & cross-language bugfinder
https://ocamlpro.github.io/owi/
GNU Affero General Public License v3.0
137 stars 18 forks source link

make binary parser error messages spec compliant (see the diff in #251) #255

Open zapashcanon opened 6 months ago

zapashcanon commented 5 months ago

Some messages are still wrong (see #262) but it's getting better

epatrizio commented 5 months ago

Some messages are still wrong (see #262) but it's getting better

Indeed. Full compliance seems hard to achieve : our implementation approach is different and the choice of message is sometimes "subjective". But yes, this PR has improved owi :)