(no title)
spicypixel | 5 months ago
I'd love to implement customer supplied transformation scripts for exports of data but I need this python to be fully sandboxed and only operate on the data I give it.
spicypixel | 5 months ago
I'd love to implement customer supplied transformation scripts for exports of data but I need this python to be fully sandboxed and only operate on the data I give it.
btown|5 months ago
Wasmer's approach hints at faster cold starts and better overall performance; the benchmarking against pyodide is a bit unclear, and it's unclear to me whether that would make or break viability for a use case like this.
But one thing this does make possible is if your arbitrary script is actually a persistent server, you can deploy that to edge servers, and interact with your arbitrary scripts over the network in a safe and sandboxed way!
simonw|5 months ago
I'm always on the lookout for ways to run Python in a sandbox but that feels like one too many levels for me.
Pyodide inside Deno removes at least the headless browser layer: https://til.simonwillison.net/deno/pyodide-sandbox
simonw|5 months ago
_ea1k|5 months ago
huem0n|5 months ago
Please no :sob:
Rohansi|5 months ago