mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-25 06:02:13 +00:00
docs: update docs link
This commit is contained in:
parent
62b313d695
commit
f3ec734310
@ -4,4 +4,4 @@ This directory contains a number of Cargo projects that are all examples of how
|
||||
to use `wasm-bindgen` in various contexts. More documentation can be [found
|
||||
online][dox]
|
||||
|
||||
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/index.html
|
||||
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/index.html
|
||||
|
@ -3,7 +3,7 @@
|
||||
[View documentation for this example online][dox] or [View compiled example
|
||||
online][compiled]
|
||||
|
||||
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/add.html
|
||||
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/add.html
|
||||
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/add/
|
||||
|
||||
You can build the example locally with:
|
||||
|
@ -4,7 +4,7 @@
|
||||
online][compiled]
|
||||
|
||||
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/canvas/
|
||||
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/2d-canvas.html
|
||||
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/2d-canvas.html
|
||||
|
||||
You can build the example locally with:
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
online][compiled]
|
||||
|
||||
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/char/
|
||||
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/char.html
|
||||
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/char.html
|
||||
|
||||
You can build the example locally with:
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
online][compiled]
|
||||
|
||||
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/closures/
|
||||
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/closures.html
|
||||
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/closures.html
|
||||
|
||||
You can build the example locally with:
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
online][compiled]
|
||||
|
||||
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/console_log/
|
||||
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/console-log.html
|
||||
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/console-log.html
|
||||
|
||||
You can build the example locally with:
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
online][compiled]
|
||||
|
||||
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/dom/
|
||||
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/dom.html
|
||||
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/dom.html
|
||||
|
||||
You can build the example locally with:
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
online][compiled]
|
||||
|
||||
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/fetch/
|
||||
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/fetch.html
|
||||
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/fetch.html
|
||||
|
||||
You can build the example locally with:
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
online][compiled]
|
||||
|
||||
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/hello_world/
|
||||
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/hello-world.html
|
||||
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/hello-world.html
|
||||
|
||||
You can build the example locally with:
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
online][compiled]
|
||||
|
||||
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/import_js/
|
||||
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/import-js.html
|
||||
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/import-js.html
|
||||
|
||||
You can build the example locally with:
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
online][compiled]
|
||||
|
||||
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/julia_set/
|
||||
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/julia.html
|
||||
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/julia.html
|
||||
|
||||
You can build the example locally with:
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
online][compiled]
|
||||
|
||||
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/paint/
|
||||
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/paint.html
|
||||
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/paint.html
|
||||
|
||||
You can build the example locally with:
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
online][compiled]
|
||||
|
||||
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/performance/
|
||||
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/performance.html
|
||||
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/performance.html
|
||||
|
||||
You can build the example locally with:
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
[View documentation for this example online][dox] or [View compiled example
|
||||
online][compiled]
|
||||
|
||||
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/raytrace.html
|
||||
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/raytrace.html
|
||||
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/raytrace-parallel/
|
||||
|
||||
You can build the example locally with:
|
||||
|
@ -4,7 +4,7 @@
|
||||
online][compiled]
|
||||
|
||||
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/request-animation-frame/
|
||||
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/request-animation-frame.html
|
||||
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/request-animation-frame.html
|
||||
|
||||
You can build the example locally with:
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
online][compiled]
|
||||
|
||||
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/todomvc/
|
||||
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/todomvc.html
|
||||
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/todomvc.html
|
||||
|
||||
You can build the example locally with:
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
online][compiled]
|
||||
|
||||
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/wasm-in-wasm/
|
||||
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/wasm-in-wasm.html
|
||||
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/wasm-in-wasm.html
|
||||
|
||||
You can build the example locally with:
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
online][compiled]
|
||||
|
||||
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/wasm2js/
|
||||
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/wasm2js.html
|
||||
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/wasm2js.html
|
||||
|
||||
You can build the example locally with:
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
online][compiled]
|
||||
|
||||
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/web-audio/
|
||||
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/web-audio.html
|
||||
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/web-audio.html
|
||||
|
||||
You can build the example locally with:
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
online][compiled]
|
||||
|
||||
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/webgl/
|
||||
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/webgl.html
|
||||
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/webgl.html
|
||||
|
||||
You can build the example locally with:
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
[View documentation for this example online][dox]
|
||||
|
||||
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/without-a-bundler.html
|
||||
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/without-a-bundler.html
|
||||
|
||||
You can build the example locally with:
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
[View documentation for this example online][dox]
|
||||
|
||||
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/without-a-bundler.html
|
||||
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/without-a-bundler.html
|
||||
|
||||
You can build the example locally with:
|
||||
|
||||
|
@ -46,4 +46,4 @@ file for adding two numbers.
|
||||
[gol]: https://rustwasm.github.io/book/game-of-life/introduction.html
|
||||
[size]: https://rustwasm.github.io/book/game-of-life/code-size.html
|
||||
[issue]: https://github.com/rustwasm/wasm-bindgen/issues/new
|
||||
[example]: https://rustwasm.github.io/wasm-bindgen/examples/add.html
|
||||
[example]: https://rustwasm.github.io/docs/wasm-bindgen/examples/add.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user