mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-28 14:27:36 +03:00
906cd7adcc
This is now stabilized! Also tweak usage of it to the stable version. |
||
---|---|---|
.. | ||
src | ||
build.sh | ||
Cargo.toml | ||
index.html | ||
index.js | ||
package.json | ||
README.md | ||
webpack.config.js |
Comments
This directory is an example of how the #[wasm_bindgen]
macro will
move your Rust doc comments to JSDoc comments
You can build the example locally with:
$ ./build.sh
(or running the two commands on Windows manually)
You should see the doc comments have been copied into the comments.js
file.
If you wanted to run the project itself, simply run npm run serve