-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rust and WebAssembly in 2019: A Call for Community Blog Posts #34
Conversation
2dc479a
to
763bbeb
Compare
FYI: Added a big section about reflections on 2018 and the goals we set for ourselves |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is amazing, thanks so much for writing all that up!
💯
outs of WebAssembly development with Rust. It features [a tutorial where you | ||
build an implementation of Conway's Game of Life][tutorial], and then you learn | ||
to write tests for headless browsers, debug wasm code when things go wrong, and | ||
how to diagnose slow code paths and then speed them up. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also ensure your wasm binary is as small as possible!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ahhhh this is so good <3 🎉
Hoping to publish this on December 6th, alongside the Rust 2018 edition release (woo!!) and rust-lang/blog.rust-lang.org#292