Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert
Vec<f32>
to flat ocaml float arrays
This fixes a bug where `Vec<f32>`s create in rust would be converted to arrays of boxed floats in ocaml.
- Loading branch information