ndarray.scala icon indicating copy to clipboard operation
ndarray.scala copied to clipboard

Cross-publish for javascript

Open ryan-williams opened this issue 7 years ago • 0 comments

All dependencies of the zarr module are cross-published for JVM and JS except JBlosc.

Cross-publishing to JS would be "nice to have", either for use on the client in #11, and also to prepare for adding a scala-native target later.

Native support is currently blocked on Cats, which in turn needs ScalaCheck, and so is probably a few months out at least, but it would be really cool as a potential way to support R as well, or even be usable from Python, in case features make it in here that aren't in the reference python implementation.

ryan-williams avatar Oct 17 '18 15:10 ryan-williams