mirror of https://github.com/google/oss-fuzz.git
swc: Initial integration (#8847)
Hi. I'm the creator of the swc project. It stands for speedy web compiler. https://swc.rs SWC is used by some famous open-source projects like next.js, Parcel (v2), and Deno. Lots of web developers use SWC indirectly via those open-source projects, and lots of web developers use `@swc/core` directly. These users include ByteDance, Tencent, Shopify, Discord, Slack, and vscode
This commit is contained in:
parent
248734bb2d
commit
6285d7cce0
|
@ -0,0 +1,9 @@
|
|||
homepage: https://swc.rs
|
||||
language: rust
|
||||
primary_contact: "kdy1997.dev@gmail.com"
|
||||
auto_ccs:
|
||||
- kdy1997.dev@gmail.com
|
||||
sanitizers:
|
||||
- address
|
||||
- undefined
|
||||
main_repo: https://github.com/swc-project/swc
|
Loading…
Reference in New Issue