/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

golb.hplar.ch
| | pmig96.wordpress.com
4.5 parsecs away

Travel
| | 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....
| | rafaelcamargo.com
3.2 parsecs away

Travel
| | Whether you're exporting a chart or generating images with dynamic text, converting HTML into an image can be super useful in many situations. This post explains how to do it both on the server (NodeJS) and directly in the browser.
| | adactio.com
3.3 parsecs away

Travel
| | Or, more precisely, why use React *in the browser*?
| | vmx.cx
13.9 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.