Hacker News new | ask | show | jobs
by chatmasta 3014 days ago
Nice work! It looks really cool. The JS scripting is of particular interest to me, as I’ve recently been experimenting with sandboxing user scripts within a v8 vm instantiated from a go program, with v8 statically linked to the compiled go program executable.

I’m on mobile so I’ve only glanced at the code, but what was your experience like interacting with v8 from c++? Any tips, or dare I say, pointers for implementing v8 as a scripting engine?