File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ artifact, but this is not required! You can review the [deployment
18
18
documentation] [ deploy ] for other options of how to deploy Rust and WebAssembly.
19
19
20
20
[ code ] : https://github.com/rustwasm/wasm-bindgen/tree/master/examples
21
- [ gol ] : https://rustwasm.github.io/book/
21
+ [ gol ] : https://rustwasm.github.io/docs/ book/
22
22
[ deploy ] : ../reference/deployment.html
Original file line number Diff line number Diff line change @@ -29,16 +29,15 @@ Notable features of this project includes:
29
29
* Automatically generating TypeScript bindings for Rust code being consumed by
30
30
JS.
31
31
32
- With the addition of [ ` wasm-pack ` ] you can run the gamut from running Rust on
32
+ With the addition of [ ` wasm-pack ` ] [ wasm-pack ] you can run the gamut from running Rust on
33
33
the web locally, publishing it as part of a larger application, or even
34
34
publishing Rust-compiled-to-WebAssembly on NPM!
35
35
36
36
[ host ] : https://github.com/WebAssembly/host-bindings
37
- [ design doc ] : https://rustwasm.github.io/wasm-bindgen/contributing/design/index.html
38
37
[ dom-ex ] : https://github.com/rustwasm/wasm-bindgen/tree/master/examples/dom
39
38
[ console-log ] : https://github.com/rustwasm/wasm-bindgen/tree/master/examples/console_log
40
39
[ perf-ex ] : https://github.com/rustwasm/wasm-bindgen/tree/master/examples/performance
41
40
[ hello-online ] : https://webassembly.studio/?f=gzubao6tg3
42
41
[ rustwasm ] : https://rustwasm.github.io/
43
- [ gol ] : https://rustwasm.github.io/book/
44
- [ wasm-pack ] : https://rustwasm.github.io/wasm-pack/book /
42
+ [ gol ] : https://rustwasm.github.io/docs/ book/
43
+ [ wasm-pack ] : https://rustwasm.github.io/docs/ wasm-pack/
You can’t perform that action at this time.
0 commit comments