https://github.com/just-js/libv8
v8 monolithic library build for just.js
https://github.com/just-js/libv8
Last synced: 2 months ago
JSON representation
v8 monolithic library build for just.js
- Host: GitHub
- URL: https://github.com/just-js/libv8
- Owner: just-js
- Created: 2020-07-17T04:54:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T10:24:34.000Z (over 1 year ago)
- Last Synced: 2025-01-21T18:48:41.798Z (4 months ago)
- Language: Dockerfile
- Size: 244 MB
- Stars: 8
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# v8lib
docker build of v8 monolithic libary for use by just runtime build
## Building & Pushing
```bash
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
```