encode/decode ft8 signal with wasm-compiled ft8_lib
npm install ft8jsThanks to ft8_lib, we can encode/decode in a variety of environments.
I've compiled it into WebAssembly (WASM) and created experimental JavaScript code for seamless integration.
1. Clone ft8_lib
```
git submodule update --init --recursive
2. Build
``
npm run build-wasm:encode
npm run build-wasm:decode
npm run build-js
https://e04.github.io/ft8js/example/browser/index.html
or
node example/node/encode
node example/node/decode`