blob: fc144a3d1d6ad281bdc957e9b11bafc0bd23406d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
This directory contains Protocol Buffer support for JavaScript. This code works
in browsers and in Node.js.
The packaging work for this is still in-progress. For now you can just run the
tests. First you need to build the main C++ distribution because the code
generator for JavaScript is written in C++:
$ ./autogen.sh
$ ./configure
$ make
Then you can run the JavaScript tests in this directory:
$ cd js && gulp test
|