diff options
| -rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d8564bb..3df0653 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,7 +49,7 @@ If you would like to fix it yourself, here is the procedure: ## Contributing to the JavaScript/TypeScript bindings The source code of the official JavaScript/TypeScript bindings for Rapier are available -on our `rapier.js` repository [on GitHub](https://github.com/dimforge/rapier.rs). +on our `rapier.js` repository [on GitHub](https://github.com/dimforge/rapier.js). You will have to make sure that you have [wasm-pack](https://github.com/rustwasm/wasm-pack) installed because it is responsible for generating the low-level bindings. In order to modify the bindings and test your @@ -72,4 +72,4 @@ changes you may: to ask **@sebcrozet** directly [on Discord][discord] for a review. 6. Iterate with the reviewer until the PR gets merged. -[discord]: https://discord.gg/vt9DJSW
\ No newline at end of file +[discord]: https://discord.gg/vt9DJSW |
