wasm-opt is a component of the Binaryen toolkit,
written in C++,
that optimizes WebAssembly modules,
I have recently created a wasm-opt bindings crate for Rust
(with the extensive help of my partner Aimeedeer).
The wasm-opt crate allows wasm-opt to be ins... (more…)
Read more »
In the previous post we explored the use of generic types in Rust and some of the common reasons for doing so. In this post, I’d like to take a step back and look at the full spectrum of options Rust makes available for accomplishing polymorphism, and get... (more…)
Read more »
This post makes extensive use of math symbols, and uses MathJax.js to render them, therefore I recommend enabling JavaScript. (more…)
Read more »
Yew is a modern Rust framework for creating multi-threaded front-end web apps with WebAssembly. (more…)
Read more »