swc: @swc/core vs @swc/wasm #1681
Unanswered
cspotcode
asked this question in
Official Recipes
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using our "swc" option can greatly improve startup time because we use the SWC transpiler to transform code and we skip expensive typechecking.
SWC publishes two versions of the transpiler. We will automatically use whichever you have installed.
I recommend trying @swc/core first. If that does not work, you can use @swc/wasm instead.
@swc/core
Pros
Cons
@swc/wasm
Pros
Cons
Beta Was this translation helpful? Give feedback.
All reactions