Rust is the perfect language. Many bugs are caught at compile-time and therefore you never need to debug weird runtime issues. JavaScript is the language of the web. Combined, Rust and JavaScript are the perfect pairing and there are no issues at all. This is a pre-release, unlisted draft article. The presented information might be inaccurat... Read more 18 Nov 2024 - 30 minutes read
Title Concepts 1 Fundamentals of WebAssembly • Wasm stack-based machine • Wasm runtime • Wasm memory regions 2 Why WebAssembly Came to the Browser • History from Java Applets, Flash etc. leading to asm.js and Wasm • Web API for Wasm 3 ... Read more 11 Jul 2024 - less than 1 minute read