DEV Community

Discussion on: ELI5: v8 Isolates and Contexts

 
aafrey profile image
aafrey

@Zee i found some additional examples in NodeJS source, using Isolates in the experimental Workers API: github.com/nodejs/node/blob/master...

Thread Thread
 
aafrey profile image
aafrey

some more details provided by a member of the v8 team, Yang Guo.

twitter.com/hashseed/status/106875...

Thread Thread
 
zspencer profile image
Zee

Nice, that feels like it clears things up a bit more!