Jakob's Blog coding for fun and growth

Rust and JS is the perfect pairing with no issues at all

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

  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