Skip to content

Commit 2b3b217

Browse files
authored
Merge pull request #5 from jplevyak/master
Update the version in README.md
2 parents 0e797e2 + 8b5a312 commit 2b3b217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# protobuf-wasm
22

3-
This repo contains small set of patches to protobuf (3.5.1.1) to build protobuf via [emscripten](https://github.com/kripken/emscripten). Simply apply all patches to protobuf source code, then run emcc. If you'd like to check example build, there is [docker image] (https://github.com/kwonoj/docker-arch-emscripten/blob/master/Dockerfile)
3+
This repo contains small set of patches to protobuf (3.6.1) to build protobuf via [emscripten](https://github.com/kripken/emscripten). Simply apply all patches to protobuf source code, then run emcc. If you'd like to check example build, there is [docker image] (https://github.com/kwonoj/docker-arch-emscripten/blob/master/Dockerfile)
44

55
`protoc` compiler will not be built but any code generate by the standard protoc is compatible with emscripten.
66

@@ -12,4 +12,4 @@ emmake Make
1212

1313
will generate a dynamic library in src/.libs/ called libprotobuf.$(VERSION).[so|dylib]. Though the suffix suggests that this is a regular dylib, it contains emscripten bytecode. Change the suffix to .bc and you'll be able to link it into your emscripten project.
1414

15-
This patches are based on prior work of https://github.com/invokr/protobuf-emscripten and follows same license.
15+
These patches are based on prior work of https://github.com/invokr/protobuf-emscripten and follows same license.

0 commit comments

Comments
 (0)