This blog post is part of a series explaining how to send Rust beyond earth, into many different galaxies. Rust has visited: Prelude, The WebAssembly galaxy, The ASM.js galaxy (this episode), The C galaxy, The PHP galaxy, and The NodeJS galaxy. The second galaxy that our Rust parser will explore is the ASM.js galaxy. This … Continue reading From Rust to beyond: The ASM.js galaxy
Month: August 2018
From Rust to beyond: The WebAssembly galaxy
This blog post is part of a series explaining how to send Rust beyond earth, into many different galaxies: Prelude, The WebAssembly galaxy (this episode), The ASM.js galaxy, The C galaxy, The PHP galaxy, and The NodeJS galaxy. The first galaxy that our Rust parser will explore is the WebAssembly (WASM) galaxy. This post will … Continue reading From Rust to beyond: The WebAssembly galaxy
From Rust to beyond: Prelude
At my work, I've started an experiment: Write a single parser implementation in Rust, and use in many contexts, like JavaScript, or PHP. The parser analyses Gutenberg posts, which is the next WordPress editor.