rustwasm / book

The Rust and WebAssembly Book
https://rustwasm.github.io/docs/book/
MIT License
1.73k stars 208 forks source link

Update link & name for interface types proposal #185

Closed OmarShehata closed 5 years ago

OmarShehata commented 5 years ago

The currently link for the "Web IDL" proposal on this page (https://rustwasm.github.io/docs/book/game-of-life/implementing.html#interfacing-rust-and-javascript) goes to a 404. It seems like this was renamed to "Interface Types" proposal, so this adds the new link and refers to it by that new name.

OmarShehata commented 5 years ago

Actually, I wonder if this would be a better URL to link to, which might be a lot more approachable: https://hacks.mozilla.org/2019/08/webassembly-interface-types/