ocaml-protoc-plugin icon indicating copy to clipboard operation
ocaml-protoc-plugin copied to clipboard

Verify serialization and deserialization on 32bit platforms

Open andersfugmann opened this issue 1 year ago • 0 comments

On 32bit platforms, using unboxed values for 32bit may not work as expected. Tests should be added to verify proper handling.

Testing can be done by installing a 32bit version of ocaml using opam switch create 5.1.0+options ocaml-option-32bit

andersfugmann avatar Feb 25 '24 23:02 andersfugmann