Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 935 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 935 Bytes

gov7

Go binding for the V7 JavaScript engine, a very small JavaScript engine for embedded devices.

Build Status Coverage Status

Updating v7

v7 was added as a git subtree like this;

$ git remote add -f v7_origin [email protected]:cesanta/v7.git
$ git subtree add --prefix=v7/ --squash v7_origin master

To update v7, do merge --squash

$ git merge --squash -s subtree --no-commit v7_origin
$ git commit

Related project

j7 - Filter stdin to stdout with JavaScript

LICENSE

Because V7 is distributed under the GPLv2, gov7 has also adopted GPLv2.

For the details, please refer to the LICENSE file under the v7 directory.