Skip to content

Commit 3ff39e4

Browse files
committed
chore: Add a formula for VirtusLab
1 parent cdb5005 commit 3ff39e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_posts/2025-02-06-highlights-2024.md

+6
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ Further reading:
6464

6565
### Experimental WebAssembly backend in Scala.js
6666

67+
*By the Scala Open Source team at VirtusLab*
68+
6769
Starting with 1.17.0, Scala.js introduces an experimental WebAssembly (Wasm) backend.
6870
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).
6971

@@ -96,6 +98,8 @@ It also contains initial support for 32-bit architectures, and more.
9698

9799
### Scala CLI as the new default runner for Scala
98100

101+
*By the Scala Open Source team at VirtusLab*
102+
99103
[Scala CLI](https://scala-cli.virtuslab.org/) is a popular tool for developing Scala scripts and single-module projects.
100104
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.
101105

@@ -162,6 +166,8 @@ As a further read, check out the [The IntelliJ Scala Plugin in 2024](https://blo
162166

163167
### Best-effort compilation in Metals
164168

169+
*By the Scala Open Source team at VirtusLab*
170+
165171
Our main focus with Metals has been stability, to provide a smoother experience for Scala developers.
166172
One of those efforts has been implementing best-effort compilation for Scala 3.
167173

0 commit comments

Comments
 (0)