Skip to content

Instantly share code, notes, and snippets.

@OsamaAbbas
Last active November 1, 2018 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OsamaAbbas/b6b2b62c6b838ebf345e2716ef8e0bc1 to your computer and use it in GitHub Desktop.
Save OsamaAbbas/b6b2b62c6b838ebf345e2716ef8e0bc1 to your computer and use it in GitHub Desktop.
11dcba856fa9-9
let anotherHelloScript = new vm.Script(' '.repeat(length), {
produceCachedData: true,
cachedData: helloBuffer
});
// later in your code
anotherHelloScript.runInThisContext();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment