Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sarim/avrov8

avro phonetic javascript implementation in v8 engine
https://github.com/sarim/avrov8

Last synced: 10 days ago
JSON representation

avro phonetic javascript implementation in v8 engine

Awesome Lists containing this project

README

        

#First Install V8
brew install v8

#compile the library
c++ -shared -lv8 skv8.cpp -o libskv8.so

#compile the test code
c++ -L. -lskv8 skv8test.cpp

#run the test code
./a.out

NB: avrov8.cpp and avrov8.h is the skv8.cpp with the jni bridge included. Basically skv8.cpp is for testing, after test is done changes should to exported to avrov8.cpp.