GraphQL Blog
Speedy Web Compiler (SWC)
Vercel

Vercel

Jan 10, 2022

Speedy Web Compiler (SWC)

SWC is an extensible Rust-based platform for the next generation of fast developer tools. It's used by tools like Next.js, Parcel, and Deno, as well as companies like Vercel, ByteDance, Tencent, Shopify, and more.

SWC can be used for both compilation and bundling. For compilation, it takes JavaScript / TypeScript files using modern JavaScript features and outputs valid code that is supported by all major browsers.

馃弾

SWC is 20x faster than Babel on a single thread and 70x faster on four cores.

SWC can be downloaded and used as a pre-built binary, or built from source. Currently, the following binaries are provided:

SWC is designed to be extensible. Currently, there is support for:

.

SWC is created by . Follow on Twitter for future project updates.

Feel free to join the !

Vercel

Vercel

Vercel

Leave a Reply

Related Posts

Categories