Announcing the `web-sys` crate!

8 Likes

A bit belated, but thanks to everyone who helped make this happen. Having Web API bindings to play with is super cool, and it's a huge time saver compared to writing out the bindings manually.

3 Likes

Hurray! One step closer to full oxidation of the web!
Let us use silicon oxide for all the web's pipes, and iron oxide for all the web's programs!

1 Like

I've only recently discovered WebAssembly, and this truly feels like the future has arrived, being able to use a type-safe, fast compiled language for both server and client-side. Having these pre-generated bindings really helps do web without even touching javascript :purple_heart: