|
You are here |
surma.dev | ||
| | | | |
paulbutler.org
|
|
| | | | | [AI summary] The post discusses the current state and challenges of embedding WebAssembly outside of browsers, focusing on runtime choices, memory management, and interface design for applications like real-time multiplayer games. | |
| | | | |
rust-embedded.github.io
|
|
| | | | | [AI summary] This excerpt from The Embedded Rust Book explains the differences between standard and embedded programming environments, detailing the role of the no_std feature and how developers borrow allocation and hardware access for systems with limited resources. | |
| | | | |
vmx.cx
|
|
| | | | | [AI summary] The author discusses creating a WASM binary with multi-value returns using Rust, overcoming challenges with tooling and FFI safety issues. | |
| | | | |
pmig96.wordpress.com
|
|
| | | When I heard of WebAssembly (WASM for short) a few years ago, I thought: take your C program, compile it to WASM and the browser will simply run it, right? Well, WASM is not (yet) a first-class citizen in the browser world. It does not have access to all APIs and resources that JavaScript has.... | ||