We built a faster WASM-bindgen (2.5×) for high-frequency JavaScript<–>Rust calls
Zero Allocation WASM. Contribute to stylearcade/zaw development by creating an account on GitHub. (more…)
Read more »
In the absence of a strong type system and a stateful paradigm, JavaScript developers need to be extra careful when managing state so that their code doesn’t become a tangled mess. Dealing with ansynchronicity can get especially messy. We can learn a lot … Read more