Skip to content

Commit

Permalink
* Removed comment about txm which causes a compilation error upon imp…
Browse files Browse the repository at this point in the history
…orting from the wiki (#384)
  • Loading branch information
lucas-tortora authored Sep 6, 2021
1 parent 1076458 commit 0f5be7e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions bindings/wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,7 @@ 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 0f5be7e

Please sign in to comment.