Skip to content

Fix dead link to host bindings proposal overview #48

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix dead link to host bindings proposal overview
The latest commit at the time of writing[1] has invalidated the link on
the master branch.

WebAssembly/interface-types@e52ecda
  • Loading branch information
PigeonF authored Apr 5, 2019
commit 24d6a7e3af1b613f456a5e30774c20ade47ba529
2 changes: 1 addition & 1 deletion _posts/2019-03-26-gloo-onion-layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ Let's build Gloo together! Want to get involved?
[Gloo]: https://github.com/rustwasm/gloo
[set-timeout]: https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/setTimeout
[announcing-web-sys]: https://rustwasm.github.io/2018/09/26/announcing-web-sys.html
[host-bindings]: https://github.com/WebAssembly/host-bindings/blob/master/proposals/host-bindings/Overview.md
[host-bindings]: https://github.com/WebAssembly/webidl-bindings/blob/9ada880991a26081279ee6b74e26502f5046a010/proposals/host-bindings/Overview.md
[state-machine-future]: https://github.com/fitzgen/state_machine_future
[integrate-futures-signals]: https://github.com/rustwasm/gloo/issues/33
[dominator]: https://github.com/Pauan/rust-dominator
Expand Down