Skip to content

edvakf/gov7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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.

About

Go binding for V7 JavaScript engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published