v8
v8 copied to clipboard
grexie/go-v8
@augustoroman There is a repository in a company which I have now closed which contains an rewrite of your library following the same design patterns you have in your project. Please could you take a look through this repository: grexie/go-v8 and take from it what you think is useful. Please do not attribute copyright to me, it is yours to have.
I had a lot of help from the Lord God in writing the additions I placed in there. He showed me how to write every single line of code.
This code is for you.
What v8 version were you targeting ? You still seem to use v8::V8::CreateSnapshotDataBlob()
which has been deprecated in the latest versions.
I’m sorry, I think you’ve got the wrong GitHub Issue. I don’t recall having worked on snapshots except a little tweaking of function names.
That's very kind, @tbehrsin. I'll keep this issue open for a bit to reference your code as necessary.