https://github.com/niklaskorz/giv8
v8 for the nim programming language
https://github.com/niklaskorz/giv8
Last synced: 12 months ago
JSON representation
v8 for the nim programming language
- Host: GitHub
- URL: https://github.com/niklaskorz/giv8
- Owner: niklaskorz
- Created: 2021-04-21T09:36:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-21T09:41:35.000Z (about 5 years ago)
- Last Synced: 2025-02-28T14:44:15.375Z (over 1 year ago)
- Language: Nim
- Size: 41 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# giv8
v8 for the nim programming language
## Dependencies
Requires [v8 library](https://v8.dev/) to be installed.
- Ubuntu: `apt install v8-dev`
- macOS: `brew install v8` (ensure your include path is setup correctly)
## Run example
```sh
nimble build
./giv8 # executes "5 * 8" => "40"
```