sandbox
sandbox copied to clipboard
status of this project?
Looks like the last commit was in 2014. Is this project still maintained or should it be considered EOL? @gf3
i've been playing with compiling a javascript engine to wasm, which seems to be a good way to execute javascript securely:
@gf3 any updates on this? I really would love to use this library, but I can't because of security concerns :/ Cheers!
@Xanax-C-137 the rust WASM model turned out to be untenable (lack of concurrency and interrupts), currently there isn't a good way of doing this without spawning some child process to execute javascript in a non-node environment
if and when i have more time i'd like to experiment with interfacing with V8 directly, this will be hell but it's probably the best path forward