sandbox icon indicating copy to clipboard operation
sandbox copied to clipboard

status of this project?

Open rbsmad opened this issue 4 years ago • 3 comments

Looks like the last commit was in 2014. Is this project still maintained or should it be considered EOL? @gf3

rbsmad avatar Jul 09 '20 18:07 rbsmad

I'm Not Dead Yet

i've been playing with compiling a javascript engine to wasm, which seems to be a good way to execute javascript securely:

Screencast

gf3 avatar Jul 23 '20 21:07 gf3

@gf3 any updates on this? I really would love to use this library, but I can't because of security concerns :/ Cheers!

cranberry3148 avatar Jun 24 '22 06:06 cranberry3148

@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

gf3 avatar Jun 24 '22 15:06 gf3