Skip to content

Commit

Permalink
Revert "* Removed comment about txm which causes a compilation error …
Browse files Browse the repository at this point in the history
…upon importing from the wiki (#384)" (#385)

This reverts commit 0f5be7e.
  • Loading branch information
Jelle Femmo Millenaar committed Sep 8, 2021
1 parent c3fd866 commit 0f36583
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion bindings/wasm/README.md
Expand Up @@ -35,7 +35,16 @@ or for the `web` with
```npm run build:web```

## NodeJS Usage

<!--
Test this example using https://github.com/anko/txm: `txm README.md`
Replace imports with local paths for txm:
!test program
cat \
| sed -e "s#require('@iota/identity-wasm/node')#require('./node/identity_wasm.js')#" \
| node
-->
<!-- !test check Nodejs Example -->
```javascript
const identity = require('@iota/identity-wasm/node')

Expand Down

0 comments on commit 0f36583

Please sign in to comment.