@leaphy-robotics/dfu-util-wasm
v1.0.2
Published
This repo contains the NPM Module of the WebAssembly port of DFU Util for [leaphy webbased](https://leaphyeasybloqs.com)
Downloads
11
Readme
WebAssembly DFU-Util
This repo contains the NPM Module of the WebAssembly port of DFU Util for leaphy webbased
Building
- Building WASM binaries with emscripten
Ensure Emscripten is installed and active using the install guide. After which run
./build.sh
- Building NPM Module
yarn build
Testing with Webbased
- First build the WASM binaries and the NPM module using the previous steps.
- Secondly run
yarn link
from this repo. - Lastly run
yarn link "@leaphy-robotics/dfu-util-wasm"
from your local webbased