JSPM

@tangle.js/streams-wasm

1.2.1-beta1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q15728F
  • License MIT

WASM binding for the IOTA streams library

Package Exports

  • @tangle.js/streams-wasm/node
  • @tangle.js/streams-wasm/node/streams.js
  • @tangle.js/streams-wasm/web
  • @tangle.js/streams-wasm/web/streams.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@tangle.js/streams-wasm) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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:nodejs

Generate docs

npm run doc:nodejs

The generated docs are available in node/jsdocs/index.html