Hello and welcome to another issue of This Week in Rust and WebAssembly!

Rust is a systems language pursuing the trifecta: safety, concurrency, and speed.

WebAssembly is a stack-based virtual machine and instruction set. It is fast, safe, portable, and part of the open Web platform. By compiling to WebAssembly, we can run Rust code on the Web!

This is a weekly summary of Rust and WebAssembly’s progress and community.

Did we miss something? Tweet to us at @rustwasm or send us a pull request.

Want to get involved in Rust and WebAssembly? Join the Rust and WebAssembly working group!

News and Blog Posts from Around the Web

Want to make sure something ends up on this list next time we publish an issue? Leave a comment on this issue.

Updates from rustwasm/*

RFCs

New RFCs

None.

Merged RFCs

None.

console_error_panic_hook

  • @fitzgen added error stacks to the message we log when a panic occurs. This works around bugs in both Safari’s and Firefox’s developer tools consoles.

js-sys

Twiggy🌱

walrus

wasm-bindgen

wasm-snip

  • @fitzgen ported wasm-snip over to using the walrus crate. This also removes the need to wasm-gc again after running wasm-snip.

web-sys

wee_alloc

Requests for Contribution

Want to get involved in Rust and WebAssembly? Join the Rust and WebAssembly working group!

New Good First Issues