Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitalspace/javascriptcore-examples
https://github.com/vitalspace/javascriptcore-examples
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vitalspace/javascriptcore-examples
- Owner: vitalspace
- Created: 2023-11-02T06:14:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-03T03:26:39.000Z (about 1 year ago)
- Last Synced: 2023-11-05T20:29:39.332Z (about 1 year ago)
- Language: C
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```