We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f5c0a0 + 3f88c26 commit 5a13df4Copy full SHA for 5a13df4
README.md
@@ -17,3 +17,13 @@ node --experimental-modules --loader @wasm-tool/node index.mjs
17
```
18
19
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