Oxidising Your TypeScript Projects 🦀
For a long time, WebAssembly (WASM) was treated as a focused tool you could use to write individual, highly focused functions in hot loops by hand to squeeze some extra performance out of JS apps. With the advent of WebAssembly System Interface (WASI) and a much more mature tooling environment with attributes like wasm-bindgen, WASM […]