Hacker News new | ask | show | jobs
by Foorack 321 days ago
It doesn't send source code to esm.sh, but does it locally in the browser
1 comments

does esm.sh/tsx send source to their servers? I was under the impression it uses a rust-based wasm compiler in the browser locally https://swc.rs/#features
In their docs[0]:

> Your source code is sent to the server, compiled, cached at the edge, and served to the browser as a JavaScript module.

[0]: https://esm.sh/#tsx

ah ok, thanks