An open API service indexing awesome lists of open source software.

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

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"
```