Skip to content

Latest commit

History

History
27 lines (21 loc) 路 1015 Bytes

rust-wasm.md

File metadata and controls

27 lines (21 loc) 路 1015 Bytes

Rust + Wasm

A zine on what is Wasm and how to work with it in Rust!

Good resoures and reading materials:

Happy Reading!

Edit: Previous version of this zine stated that memory is not shared between Wasm and JS. It is indeed shared. Otherwise lots of the things that make Wasm in the browser work would not work!!

Previous version of this zine also said a Table stores references in a typed array, they are in fact stored in an object.

rust wasm zine