From 3ff39e4633cd23c98541d847f8523cca473120d6 Mon Sep 17 00:00:00 2001 From: Tomasz Godzik Date: Thu, 6 Feb 2025 17:12:07 +0100 Subject: [PATCH] chore: Add a formula for VirtusLab --- _posts/2025-02-06-highlights-2024.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_posts/2025-02-06-highlights-2024.md b/_posts/2025-02-06-highlights-2024.md index 1e526065f..2afe28583 100644 --- a/_posts/2025-02-06-highlights-2024.md +++ b/_posts/2025-02-06-highlights-2024.md @@ -64,6 +64,8 @@ Further reading: ### Experimental WebAssembly backend in Scala.js +*By the Scala Open Source team at VirtusLab* + Starting with 1.17.0, Scala.js introduces an experimental WebAssembly (Wasm) backend. It is designed to be a drop-in replacement for the usual JavaScript backend, albeit with a few [current limitations](https://www.scala-js.org/doc/project/webassembly.html#language-semantics). @@ -96,6 +98,8 @@ It also contains initial support for 32-bit architectures, and more. ### Scala CLI as the new default runner for Scala +*By the Scala Open Source team at VirtusLab* + [Scala CLI](https://scala-cli.virtuslab.org/) is a popular tool for developing Scala scripts and single-module projects. It allows lightning-fast running and testing of Scala code. It can even publish single-module projects to Maven Central without involving a separate build tool. @@ -162,6 +166,8 @@ As a further read, check out the [The IntelliJ Scala Plugin in 2024](https://blo ### Best-effort compilation in Metals +*By the Scala Open Source team at VirtusLab* + Our main focus with Metals has been stability, to provide a smoother experience for Scala developers. One of those efforts has been implementing best-effort compilation for Scala 3.