Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 264 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 264 Bytes

v8lib

docker build of v8 monolithic libary for use by just runtime build

Building & Pushing

make v8lib ## make a pot of coffee while you wait for this to build
make dist
git commit -a -m 'v8.4'
git tag 8.4
git push origin master
git push --tags