Skip to content

Commit 5a13df4

Browse files
authored
Merge pull request #1 from nikgraf/patch-1
Update README.md
2 parents 3f5c0a0 + 3f88c26 commit 5a13df4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,13 @@ node --experimental-modules --loader @wasm-tool/node index.mjs
1717
```
1818

1919
See [example](https://github.com/wasm-tool/node-loader/tree/master/example).
20+
21+
## Development
22+
23+
In order to test any changes you can clone this repository and run the example locally
24+
25+
```sh
26+
npm install
27+
cd example
28+
node --experimental-modules --loader ../loader.mjs index.mjs
29+
```

0 commit comments

Comments
 (0)