go-v8
go-v8 copied to clipboard
build instructions for windows are outdated
I wanted to give go-v8 a try, but I am in front of a windows PC right now and the build instructions for windows in the README seem to be outdated. Support for make v8wrap.dll was removed with https://github.com/mattn/go-v8/commit/0900d9a6e6df7ce7320ecc52f8054a049e958ed4. Is Windows still a supported platform of this project?
Currently, Makefile is not needed. you can build with just go build. I'll remove Makefile in later.