File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 72
72
//! that you are building for an environment containing JavaScript, and will
73
73
//! call the appropriate methods. Both web browser (main window and Web Workers)
74
74
//! and Node.js environments are supported, invoking the methods
75
- //! [described above](#supported-targets) using the
76
- //! [wasm-bindgen](https://github.com/rust-lang/rust-bindgen) toolchain.
75
+ //! [described above](#supported-targets) using the [`wasm-bindgen`] toolchain.
77
76
//!
78
77
//! This feature has no effect on targets other than `wasm32-unknown-unknown`.
79
78
//!
154
153
//! [`esp_fill_random`]: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/random.html#_CPPv415esp_fill_randomPv6size_t
155
154
//! [`random_get`]: https://github.com/WebAssembly/WASI/blob/main/phases/snapshot/docs.md#-random_getbuf-pointeru8-buf_len-size---errno
156
155
//! [WebAssembly support]: #webassembly-support
156
+ //! [`wasm-bindgen`]: https://github.com/rustwasm/wasm-bindgen
157
157
158
158
#![ doc(
159
159
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png" ,
You can’t perform that action at this time.
0 commit comments