Explore >> Select a destination


You are here

ricardo.cc
| | renato.athaydes.com
5.9 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.
| | blog.scottlogic.com
5.4 parsecs away

Travel
| | WebAssembly is a new language for the web, although unlike JavaScript it's not a language you are expected to use directly. However, it is actually possible to write WebAssembly directly by hand and it turns out this is an educational and enjoyable process, which I will explore in this blog post.
| | tomhazledine.com
3.6 parsecs away

Travel
| | An introduction to the power of JavaScript's Web Audio API
| | www.dgendill.com
18.6 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.