Antonio Nuno Monteiro
Antonio Nuno Monteiro
added a reproduction here https://github.com/ocaml/dune/pull/10371
as of https://github.com/omcljs/om/pull/764 and `1.0.0-alpha45`, Om Next now has builtin support for server-side rendering. 🎉
I don't know if our cross-compilation support can work with `import ... { system = ... }`. You might be luckier using `pkgsCross.aarch64_multiplatform{,_musl}`.
Does this example have what you’re looking for? https://github.com/mseri/doi2bib/pull/19
I'd recommend revisiting cross compilation now. there have been some nice improvements in dune / overlays that should make your experience a bit better.
I agree this would be desirable to upstream. I haven't made many strides towards that however. Here's the current state of cross compilation support in this repo: - changes live...