Skip to content

triblespace/zenoh-js

Repository files navigation

Eclipse Zenoh JavaScript bindings (experimental)

⚠️ This software is still in alpha status and should not be used in production. Breaking changes are likely to happen and the API is not yet stable. ⚠️ The documentation is still scarce. Do not hesitate to contact us on Discord.

This repository contains some very basic JS bindings for Zenoh, built on top of Zenoh-Pico on emscripten

Requisites

  • Emscripten
  • Cmake

How to build

git submodule update --init --recursive
git submodule update --recursive --remote
mkdir build
cd build
emcmake cmake ..
make build

It will generate : client.wasm, client.worker.js and client.js inside the build.emscripten folder. Then the index.html file contains some examples of the APIs.

About

Zenoh JavaScript bindings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published