Comment by koakuma-chan
Comment by koakuma-chan 10 hours ago
I found mixing Bun and Rust works pretty well. Bun has gotten many cool new things recently which feel great to use and it has a nice FFI API. So I have Next.js apps running in Bun runtime and anything CPU bound is written in Rust and called via FFI.
I would have expected Zig, given Bun, or using Deno instead, if Rust as extension language.