@tangle.js/streams-wasm

WASM binding for the IOTA streams library

Usage no npm install needed!

<script type="module">
  import tangleJsStreamsWasm from 'https://cdn.skypack.dev/@tangle.js/streams-wasm';
</script>

README

IOTA streams WASM

Setup for development

git clone https://github.com/iotaledger/streams
cd streams/bindings/wasm
npm install

Browser example

npm run serve

Go to http://localhost:8080 and open your browser console to see the logs!

NodeJS only example:

npm run build:nodejs
npm run example:node