Scala Native 0.5.0 has been released! The long await multithreading, initial 32-bit architectures support and many more are now available. See scala-native.org/en/stable/chan… for more details
5
38
120
17K
4
To the all the maintainers of the Scala ecosystem: now it's a time to start upgrading! The new release is not binary compatible with Scala Native 0.4.x, it unfortunately requires republishing of the artefacts.
Migration from 0.4.x to 0.5.x in most cases should not require source changes in most of codebases. The are no changes to globally available API Although, be aware of some changes related to FFI - mostly due to new platform dependent Size/USize type which maps to C size_t