/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

rustwasm.github.io
| | kevingimbel.de
2.1 parsecs away

Travel
| | A digital garden of sorts; always growing
| | www.dgendill.com
2.4 parsecs away

Travel
| | [AI summary] A detailed technical tutorial on building a text-based game engine with Rust and WebAssembly, covering memory management, static variables, and JavaScript interop techniques.
| | vmx.cx
2.5 parsecs away

Travel
| | [AI summary] The author discusses creating a WASM binary with multi-value returns using Rust, overcoming challenges with tooling and FFI safety issues.
| | nishtahir.com
14.6 parsecs away

Travel
| One of the most interesting features of WebAssembly is its memory model. Despite providing a system that allows for direct access and control of raw bytes, it does this in a way that offers more safety than one would typically expect out of low-level environments like C/C++. WASM memory