From 73642299002b7c86554151bc4cd132634ed85714 Mon Sep 17 00:00:00 2001 From: Sam Cao Date: Tue, 12 Mar 2024 12:35:53 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8f848382..f307bf01 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ [swc4j](https://github.com/caoccao/swc4j) ([SWC](https://github.com/swc-project/swc) for Java) is an ultra-fast JavaScript and TypeScript compilation and bundling tool on JVM. It is part of the [Javet](https://github.com/caoccao/Javet) portfolio serving the processing of JavaScript and TypeScript code before the code is executed in Node.js or V8 on JVM. +swc4j and Javet + ## Features * Linux (x86_64) + MacOS (x86_64, arm64) + Windows (x86_64)