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

actually parse inline binary and quoted module in scripts #383

Closed zapashcanon closed 4 months ago

zapashcanon commented 4 months ago

Fix #279. The binary parser code was actually correct. The issue was that we were not parsing inline binary module correctly...

zapashcanon commented 4 months ago

Also fix #278. @Laplace-Demon it should fix you issue regarding custom annotations tests btw. :)

zapashcanon commented 4 months ago

And also fix #329.