Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 76c66f8

Browse files
committed
Reorganize a little and add missing items
1 parent d6976ba commit 76c66f8

File tree

2 files changed

+33
-36
lines changed

2 files changed

+33
-36
lines changed

_posts/2018-10-01-this-week-in-rust-wasm-008.md

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,36 +14,38 @@ Did we miss something? Tweet to us at [@rustwasm](https://twitter.com/rustwasm)
1414

1515
**Want to get involved in Rust and WebAssembly? [Join the Rust and WebAssembly working group!][get-involved]**
1616

17-
## New Tools, Crates, and Projects
17+
## News and Blog Posts
1818

19-
* [Format rust code in the browser with `rustfmt` compiled to wasm! ](https://alexcrichton.github.io/rustfmt-wasm/)
19+
*Want to make sure something ends up on this list next time we publish an issue?
20+
[Leave a comment on this issue.](https://github.com/rustwasm/team/issues/79)*
21+
22+
* [**The Biggest `wasm-pack` Release Yet**](https://rustwasm.github.io/2018/09/24/the-biggest-wasm-pack-release-yet.html)
23+
* [**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/)
2027
* [Olin is a server-side WebAssembly platform](https://olin-http-example.herokuapp.com/)
2128
* [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)
26-
* [Announcing `wasm-pack` 0.5.0](https://github.com/rustwasm/wasm-pack/blob/master/CHANGELOG.md#%EF%B8%8F-050)
27-
* [Announcing `wasm-bindgen` 0.2.23](https://github.com/rustwasm/wasm-bindgen/blob/master/CHANGELOG.md#0223)
28-
* [Announcing `js-sys` 0.3.0](https://crates.io/crates/js-sys)
29-
* [Announcing `web-sys` 0.3.0](https://crates.io/crates/web-sys)
30-
31-
## Articles, Blog Posts, and Talks
32-
33-
* Added new sections to `wasm-bindgen` guide
29+
* [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)
35+
36+
* [Released `wasm-pack` 0.5.0](https://github.com/rustwasm/wasm-pack/blob/master/CHANGELOG.md#%EF%B8%8F-050)
37+
* [Released `wasm-bindgen` 0.2.23](https://github.com/rustwasm/wasm-bindgen/blob/master/CHANGELOG.md#0223)
38+
* [Released `js-sys` 0.3.0](https://crates.io/crates/js-sys)
39+
* [Released `web-sys` 0.3.0](https://crates.io/crates/web-sys)
40+
* Added new sections to `wasm-bindgen` guide:
3441
* [Writing tests for Rust and WebAssembly programs using `wasm-bindgen-test`](https://rustwasm.github.io/wasm-bindgen/wasm-bindgen-test/index.html)
3542
* [Working with untyped JS values in the `wasm-bindgen`](https://rustwasm.github.io/wasm-bindgen/reference/accessing-properties-of-untyped-js-values.html)
3643
* [`web-sys`](https://rustwasm.github.io/wasm-bindgen/web-sys/index.html)
37-
* [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)
3944

4045
## Requests for Contribution
4146

4247
* [**Join the Rust and WebAssembly Working Group!**][get-involved]
4348
* [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)
4850

4951
[get-involved]: https://github.com/rustwasm/team/blob/master/README.md#get-involved

template.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,14 @@ Did we miss something? Tweet to us at [@rustwasm](https://twitter.com/rustwasm)
2121
<!-- https://users.rust-lang.org/search?q=wasm%20after%3A2018-06-01 -->
2222
<!-- https://users.rust-lang.org/search?q=webassembly%20after%3A2018-06-01 -->
2323

24-
## New Tools, Crates, and Projects
24+
## News and Blog Posts
2525

26-
* TODO
27-
28-
## News and Releases
29-
30-
* TODO
31-
32-
## Articles, Blog Posts, and Talks
26+
*Want to make sure something ends up on this list next time we publish an issue?
27+
[Leave a comment on this issue.](https://github.com/rustwasm/team/issues/79)*
3328

3429
* TODO
3530

36-
## Upcoming Events and Talks
31+
## Updates from [`rustwasm/*`](https://github.com/rustwasm)
3732

3833
* TODO
3934

@@ -46,13 +41,13 @@ Did we miss something? Tweet to us at [@rustwasm](https://twitter.com/rustwasm)
4641

4742
[get-involved]: https://github.com/rustwasm/team/blob/master/README.md#get-involved
4843

49-
## `rustwasm` Projects Activity
44+
<!-- ## `rustwasm` Projects Activity -->
5045

51-
Recently merged pull requests to projects in the [`rustwasm` GitHub
52-
organization][rustwasm-org]:
46+
<!-- Recently merged pull requests to projects in the [`rustwasm` GitHub -->
47+
<!-- organization][rustwasm-org]: -->
5348

54-
[rustwasm-org]: https://github.com/rustwasm
49+
<!-- [rustwasm-org]: https://github.com/rustwasm -->
5550

56-
TODO: insert the output of `pulls_since -o rustwasm -s dd.mm.yyyy` here, where
57-
"dd.mm.yyyy" is the date the *last* newsletter was published. See
58-
https://github.com/budziq/pulls_since or run `cargo install pulls_since`.
51+
<!-- TODO: insert the output of `pulls_since -o rustwasm -s dd.mm.yyyy` here, where -->
52+
<!-- "dd.mm.yyyy" is the date the *last* newsletter was published. See -->
53+
<!-- https://github.com/budziq/pulls_since or run `cargo install pulls_since`. -->

0 commit comments

Comments
 (0)