Merge pull request #836 from chinedufn/api-docs

Link to API docs from README
This commit is contained in:
Alex Crichton 2018-09-16 13:50:30 -07:00 committed by GitHub
commit 866d9e2823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,12 @@ greet("World!");
[**📚 Read the `wasm-bindgen` guide here! 📚**](https://rustwasm.github.io/wasm-bindgen)
## API Docs
- [wasm-bindgen](https://rustwasm.github.io/wasm-bindgen/api/wasm_bindgen/)
- [js-sys](https://rustwasm.github.io/wasm-bindgen/api/js_sys/)
- [web-sys](https://rustwasm.github.io/wasm-bindgen/api/web_sys/)
## License
This project is licensed under either of