This repository contains some very basic JS bindings for Zenoh, built on top of Zenoh-Pico on emscripten
- Emscripten
- Cmake
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.