zlacker

[return to "Microsandbox: Virtual Machines that feel and perform like containers"]
1. Swifty+KB[view] [source] 2025-05-30 17:30:41
>>makebo+(OP)
Kind of almost off-topic: I'm working on a project where I must run possibly untrusted JavaScript code. I want to run it in an isolated environment. This looks like a very nice solution as I could spin up a microsandbox and securely run the code. I could even have a pool os live sandboxes so I wouldn't even experience the 200ms starts. Because this is OCI-compatible, I could even provide a whole sandboxed environment on which to run that code. Would that be a good use case for this? Are there better alternatives?
◧◩
2. apitma+Mu1[view] [source] 2025-05-31 03:50:08
>>Swifty+KB
You might be able to get away with running QuickJS compiled to WebAssembly: https://til.simonwillison.net/npm/self-hosted-quickjs
◧◩◪
3. yencab+l93[view] [source] 2025-06-01 01:39:51
>>apitma+Mu1
Convenience helper for that: https://github.com/bytecodealliance/javy
[go to top]