Explore >> Select a destination


You are here

blog.nodraak.fr
| | kevingimbel.de
1.6 parsecs away

Travel
| | A digital garden of sorts; always growing ??
| | renato.athaydes.com
2.4 parsecs away

Travel
| | [AI summary] The blog post discusses running WebAssembly (WASM) on the JVM using the asmble compiler and Gradle plugin, highlighting its potential and challenges compared to traditional methods like Emscripten.
| | mrcat.au
1.2 parsecs away

Travel
| | I kinda wanted to do something with polystrip, my graphics library, so I thought why not do everything at once? Making a Shadertoy clone gives me a nice excuse to do a number of things, including registering a subdomain, learning how to make a Webassembly project with Rust, tricking myself into working on polystrip even though motivation is very low at the moment, and figuring out the Nix package manager (specifically flakes and dev environments). It's the perfect project!
| | pmig96.wordpress.com
21.9 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....