mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-30 22:25:35 +03:00
19d6cf1488
* backend comments complete * better matching * gen comments * Add example * Move test bindings gen to own fn * move build step into build fn * add fn to read js, refactor gen_bindings/test to allow for this * Add comments test * Update readmes * add comments to travis * fix broken tests * +x on build.sh * fix wbg cmd in build.sh * Address fitzgen's comments
412 B
412 B
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