Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vitalspace/javascriptcore-examples


https://github.com/vitalspace/javascriptcore-examples

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

## To compile:
```
gcc -o example example.c -I/usr/include/webkitgtk-4.0 -ljavascriptcoregtk-4.0
```

### with cmake

```
mkdir build
```

```
cd build
```

```
cmake /javascriptcore/helloworld
```

```
make
```