GeistHaus
log in · sign up

Memory in WebAssembly (and why it’s safer than you think) – Mozilla Hacks - the Web developer blog

hacks.mozilla.org

This is the 2nd article in a 3-part series of articles with code cartoons about running WebAssembly modules and memory safety.

5 pages link to this URL
Avoiding allocations in Rust to shrink Wasm modules

“Rust lacks a runtime, enabling small .wasm sizes because there is no extra bloat included like a garbage collector. You only pay (in code size) for the functions you actually use.” Easier said than done, as one has to watch out for allocations as they may significantly impact the Wasm module side.

1 inbound link article en
RC W5D2 - Relentlessly resourceful

WebAssembly I ran a demo on WebAssembly at Presentations last Friday. I had to gloss over a number of details given the 5-minute format, so I did an extended version today. As per Lin Clark's...

1 inbound link article en