6 ms·
It doesn't send source code to esm.sh, but does it locally in the browser
by Foorack 1y ago
It doesn't send source code to esm.sh, but does it locally in the browser
- nikisweeting 1y agodoes 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 https://swc.rs/#features
- stagas 1y agoIn 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 https://esm.sh/#tsx
- nikisweeting 1y agoah ok, thanks