@jmcanterafonseca-iota/iota_streams_wasm

git clone https://github.com/iota-community/streams cd streams git checkout feat/wasm-binding cd bindings/wasm npm install

Usage no npm install needed!

<script type="module">
  import jmcanterafonsecaIotaIotaStreamsWasm from 'https://cdn.skypack.dev/@jmcanterafonseca-iota/iota_streams_wasm';
</script>

README

IOTA streams WASM

Setup for development

git clone https://github.com/iota-community/streams
cd streams
git checkout feat/wasm-binding
cd 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