On Fri, Aug 07, 2020 at 12:53:53AM +0200, Jelle Licht wrote: > Indeed it does; does that fix this problem for us? At this stage, I end > up with a library that was built successfully, but no clue how to > continue from here. Either way, progress! ;) Hmm, it seems that the main way to use swc is by a wrapper written in TypeScript (node-swc/src), which is built with neon, also a tool written in TypeScript. However, it seems that it shouldn't be too hard to invoke swc with just Rust, with something along the lines of examples/usage.rs Regards, Jakub Kądziołka