Skip to content

Commit 60e110d

Browse files
committed
Web assembly link
1 parent be8ace7 commit 60e110d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

collections/_posts/2022-09-19-typelevel-native.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ We recently published several major Typelevel projects for the [Scala Native] pl
1414

1515
[Scala Native] is an optimizing ahead-of-time compiler for the Scala language. Put simply: it enables you to **compile Scala code directly to native executables**.
1616

17-
It is an ambitious project following in the steps of [Scala.js]. Instead of targeting JavaScript, the Scala Native compiler targets the [LLVM] IR and uses its toolchain to generate native executables for a range of architectures, including x86, ARM, and in the near future web assembly.
17+
It is an ambitious project following in the steps of [Scala.js]. Instead of targeting JavaScript, the Scala Native compiler targets the [LLVM] IR and uses its toolchain to generate native executables for a range of architectures, including x86, ARM, and in the near future [web assembly].
1818

1919
### Why is this exciting?
2020

@@ -281,4 +281,5 @@ Status code distribution:
281281
[s2n-tls]: https://github.com/aws/s2n-tls
282282
[TLS]: https://en.wikipedia.org/wiki/Transport_Layer_Security\
283283
[`TLSSocket`]: https://www.javadoc.io/doc/co.fs2/fs2-docs_2.13/latest/fs2/io/net/tls/TLSSocket.html
284+
[web assembly]: https://twitter.com/ShadajL/status/1548020571597811719
284285
[you-forgot-a-percentage-sign-or-a-colon]: https://youforgotapercentagesignoracolon.com/

0 commit comments

Comments
 (0)