Why using WebAssembly and Rust together improves Node.js performance

Learn why a team at IBM turned to Rust and WebAssembly in tandem to speed their Node.js application performance. Read more

Similar

Rust FFI – Building an ASN1 Codec

The Rust ecosystem comes with all the tools you need to call into a C Library. This is a great way to use existing libraries in your Rust application or library and also a nice way to introduce Rust to parts of your application. (more…)

Read more »