Explore >> Select a destination


You are here

jak2k.eu
| | adventures.michaelfbryan.com
2.3 parsecs away

Travel
| | Imagine you are implementing a calculator application and want users to be able to extend the application with their own functionality. For example, imagine a user wants to provide a random() function that generates true random numbers using random.org instead of the pseudo-random numbers that a crate like rand would provide. The Rust language gives you a lot of really powerful tools for adding flexibility and extensibility to your applications (e.
| | www.dgendill.com
2.5 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.
| | ectobit.com
2.4 parsecs away

Travel
| | Parsing standard datetime format is no hassle, but what to do when you have custom datetime format?
| | renato.athaydes.com
13.5 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.