Explore >> Select a destination


You are here

wasmbyexample.dev
| | www.dgendill.com
2.5 parsecs away

Travel
| | [AI summary] This blog post discusses implementing a text-based adventure game engine using Rust and WebAssembly (WASM), focusing on interop between Rust and JavaScript, memory management, and communication techniques between WASM and JavaScript.
| | nishtahir.com
2.2 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
| | k33g.hashnode.dev
2.3 parsecs away

Travel
| | This blog post explains how to use the WASM buffer memory to communicate between the host application and the WebAssembly module.
| | rust-embedded.github.io
14.5 parsecs away

Travel
|