Skip to content

Commit

Permalink
docs: fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
berserkware authored and ctron committed Feb 3, 2025
1 parent 2c4a45b commit e221ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/src/advanced/javascript_interop.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include all JavaScript snippets generated by `wasm-bindgen` for interfacing with

By default, functions exported from Rust, using `wasm-bingen`, can be accessed in the JavaScript code through the global
variable `window.wasmBindings`. This behavior can be disabled, and the name can be customized. For more information
see the [`rust` asset type](@/assets.md#rust).
see the [`rust` asset type](../assets/index.md#rust).

## Order of initialization

Expand Down

0 comments on commit e221ba3

Please sign in to comment.