Skip to content

Commit 072494f

Browse files
committed
Update links to host bindings
1 parent 3ebc19e commit 072494f

4 files changed

+4
-4
lines changed

_posts/2018-06-25-vision-for-rust-and-wasm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ working group and help build the future of Rust and WebAssembly now!][get-involv
238238
[speed without wizardry]: http://fitzgeraldnick.com/2018/02/26/speed-without-wizardry.html
239239
[webpack-rust-plugin]: https://github.com/xtuc/rust-plugin
240240
[book]: https://rustwasm.github.io/book/
241-
[host-bindings]: https://github.com/WebAssembly/host-bindings/blob/master/proposals/host-bindings/Overview.md
241+
[host-bindings]: https://github.com/WebAssembly/webidl-bindings/blob/master/proposals/webidl-bindings/Explainer.md
242242
[wasm-bindgen]: https://github.com/rustwasm/wasm-bindgen
243243
[wasm-pack]: https://github.com/rustwasm/wasm-pack
244244
[wasm-snip]: https://github.com/rustwasm/wasm-snip

_posts/2018-07-02-vision-for-wasm-bindgen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ AST! We need more folks like `@ohanar` willing to step up in the same way. 🙏
9898

9999
[ohanar]: https://github.com/ohanar
100100
[vision-rust-wasm]: https://rustwasm.github.io/2018/06/25/vision-for-rust-and-wasm.html
101-
[host-bindings]: https://github.com/WebAssembly/host-bindings/blob/master/proposals/host-bindings/Overview.md
101+
[host-bindings]: https://github.com/WebAssembly/webidl-bindings/blob/master/proposals/webidl-bindings/Explainer.md
102102
[wasm-bindgen]: https://github.com/rustwasm/wasm-bindgen
103103
[readme]: https://github.com/rustwasm/wasm-bindgen/blob/master/README.md
104104
[design]: https://github.com/rustwasm/wasm-bindgen/blob/master/DESIGN.md

_posts/2018-09-26-announcing-web-sys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ same battle-tested strategy that every browser engine uses to generate
4747
JavaScript-to-C++ glue code (or in [Servo's](https://servo.org/) case,
4848
JavaScript-to-Rust) for its implementation of these APIs. Furthermore, it is yet
4949
another way that `wasm-bindgen` is future-compatible with [the host bindings
50-
proposal.](https://github.com/WebAssembly/host-bindings/blob/master/proposals/host-bindings/Overview.md)
50+
proposal.](https://github.com/WebAssembly/webidl-bindings/blob/master/proposals/webidl-bindings/Explainer.md)
5151
The host bindings proposal will allow WebAssembly to directly call into native
5252
DOM methods without going through a JavaScript shim, promising to eventually
5353
unlock even-faster-than-JS DOM performance since calls from wasm can be

_posts/2018-12-06-reflecting-on-rust-and-wasm-in-2018.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ if we missed anyone in this list!)
427427
[Bjarne Stroustrup]: https://en.wikipedia.org/wiki/Bjarne_Stroustrup
428428
[announcing-web-sys]: https://rustwasm.github.io/2018/09/26/announcing-web-sys.html
429429
[wasm-bindgen]: https://github.com/rustwasm/wasm-bindgen
430-
[host-bindings]: https://github.com/WebAssembly/host-bindings/blob/master/proposals/host-bindings/Overview.md
430+
[host-bindings]: https://github.com/WebAssembly/webidl-bindings/blob/master/proposals/webidl-bindings/Explainer.md
431431
[NPM]: https://www.npmjs.com/
432432
[wasm-pack]: https://github.com/rustwasm/wasm-pack
433433
[book]: https://rustwasm.github.io/book/

0 commit comments

Comments
 (0)