tree: a04f90c386206dba1015e181b0b61e124842d3c0 [path history] [tgz]
  1. .gitignore
  2. impl.go
  3. jni.go
  4. jni_lib.go
  5. jni_util.go
  6. jni_wrapper.c
  7. jni_wrapper.h
  8. lib.h
  9. main.go
  10. Makefile
  11. README.md
  12. types.go
services/syncbase/bridge/cgo/README.md

Syncbase cgo bridge

The Syncbase cgo bridge exposes a C API to Syncbase. It's intended to be used on iOS (Swift) and Android (Java), and perhaps elsewhere as well.

For the time being, we provide a Makefile to build C archives for all target platforms. Eventually, we'll integrate C archive compilation with the jiri tool.