|
|
|
|
|
by cwyers
3347 days ago
|
|
I never understood the insistence in this. A transpiler is "a compiler that targets a high-level language." It's a term that adds information above and beyond compiler. All transpilers are compilers, not all compilers are transpilers. |
|
So rustc is a transpiler when using the emscripten backend but not when using the native backend? How does that even make sense?