issuu / ocaml-protoc-plugin

ocaml-protoc-plugin
https://issuu.github.io/ocaml-protoc-plugin/
Other
48 stars 19 forks source link

Use endian functions from stdlib rather instead of homegrown versions. #37

Closed andersfugmann closed 1 year ago

andersfugmann commented 1 year ago

Closes #36

andersfugmann commented 1 year ago

Verified on qemu s390x: master emits the bug, whereas the bug is not present on this branch.

andersfugmann commented 1 year ago

note to future self: never ever create your own endian conversion functions.