Skip to content
This repository has been archived by the owner on Jul 19, 2020. It is now read-only.

Commit

Permalink
Fix typo (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
FIGBERT authored Jul 2, 2020
1 parent a30f56a commit 2bdbafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/getting-started/project-setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ together with the [`wasm-pack-plugin`](https://github.com/wasm-tool/wasm-pack-pl
Both a library and CLI tool and is also developed by the Rust / Wasm Working Group. It is a low level
tool \(used internally by `wasm-pack`\) which facilitates JS / WebAssembly interoperability. We don't
recommend using `wasm-bindgen`directly because it requires hand-writing some JavaScript to bootstrap
you WebAssembly binary. However, it is possible and more info can be found on the
your WebAssembly binary. However, it is possible and more info can be found on the
[**`wasm-bindgen` guide**](https://rustwasm.github.io/docs/wasm-bindgen/).

{% page-ref page="using-wasm-bindgen.md" %}
Expand Down

0 comments on commit 2bdbafc

Please sign in to comment.