You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
*[**Announcing the `web-sys` crate!**](https://rustwasm.github.io/2018/09/26/announcing-web-sys.html)
24
+
*[Programming WebAssembly with Rust — The Book!!](https://medium.com/@KevinHoffman/programming-webassembly-with-rust-the-book-7c4a890fcf97) Kevin Hoffman is writing a book on Rust and Wasm for the Pragmatic Programmers book publisher.
25
+
*[Rust and WebAssembly with Nick Fitzgerald.](http://fitzgeraldnick.com/2018/10/01/sfhtml5-rust-and-wasm-talk.html) Video recording and slides from the most recent SFHTML5 meetup that was all about Wasm.
26
+
*[Format rust code in the browser with `rustfmt` compiled to wasm!](https://alexcrichton.github.io/rustfmt-wasm/)
20
27
*[Olin is a server-side WebAssembly platform](https://olin-http-example.herokuapp.com/)
21
28
*[The P64Lang parser and interpreter running as a wasm module](https://www.polaris64.net/resources/programming/p64lang_wasm/)
22
-
23
-
## News and Releases
24
-
25
-
*[Mario pixel art using `web-sys` and `js-sys` crates in wasm-bindgen](https://twitter.com/T5uku5hi/status/1037730970609307648)
*[How `wasm-bindgen` Facilitates Interop Between Rust and JavaScript](https://blog.ryanlevick.com/posts/wasm-bindgen-interop/)
30
+
*[@sendilkumarn](https://twitter.com/sendilkumarn) will be giving a talk titled "Do things blazingly fast with WebAssembly" at [Voxxed Days Ticino 2018](https://cfpvdt18.confinabox.com/talk/XAU-2186/Do_things_blazingly_fast_with_WebAssembly)
31
+
*[Isomorphic Desktop Apps with Rust (Electron and Wasm)](https://speice.io/2018/09/isomorphic-apps.html)
32
+
*[Smithy progress update: how I decreased WebAssembly bundle size by 90%](https://medium.com/@robert.balicki_2494/smithy-progress-update-how-i-decreased-webassembly-bundle-size-by-90-e7fe194b2f58)
33
+
34
+
## Updates from [`rustwasm/*`](https://github.com/rustwasm)
*[Writing tests for Rust and WebAssembly programs using `wasm-bindgen-test`](https://rustwasm.github.io/wasm-bindgen/wasm-bindgen-test/index.html)
35
42
*[Working with untyped JS values in the `wasm-bindgen`](https://rustwasm.github.io/wasm-bindgen/reference/accessing-properties-of-untyped-js-values.html)
*[How Wasm-Bindgen Facilitates Interop Between Rust and Javascript](https://blog.ryanlevick.com/posts/wasm-bindgen-interop/)
38
-
*[@sendilkumarn](https://twitter.com/sendilkumarn) is giving a talk on `Do things blazingly fast with WebAssembly` at [Voxxed Days Ticino 2018](https://cfpvdt18.confinabox.com/talk/XAU-2186/Do_things_blazingly_fast_with_WebAssembly)
39
44
40
45
## Requests for Contribution
41
46
42
47
*[**Join the Rust and WebAssembly Working Group!**][get-involved]
43
48
*[All issues labeled "good first issue" in the `rustwasm/*` repositories](https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Arustwasm+archived%3Afalse+label%3A%22good+first+issue%22)
44
-
*[All issues labeled "help wanted" in the `rustwasm/*` repositories](https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Arustwasm+archived%3Afalse+label%3A%22help+wanted%22)*[Expose bindings to *ALL* the global JS things](https://github.com/rustwasm/wasm-bindgen/issues/275)
45
-
* Help build the `web-sys` crate by enabling bindings generation for more WebIDL interfaces!
46
-
*[Information on contributing to `web-sys`](https://rustwasm.github.io/wasm-bindgen/web-sys.html)
47
-
*[Issues tracking adding various Web APIs to `web-sys`](https://github.com/rustwasm/wasm-bindgen/issues?q=is%3Aissue+is%3Aopen+label%3Aweb-sys)
49
+
*[All issues labeled "help wanted" in the `rustwasm/*` repositories](https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Arustwasm+archived%3Afalse+label%3A%22help+wanted%22)
0 commit comments