wasmbuild – Using Rust in Deno and Web Apps
When writing JavaScript, it's sometimes useful to call into Rust code. For example, there might be a complex algorithm already implemented in Rust that you want to reuse, or some Rust code might run faster and be more memory efficient than any JS implementation. This blog post introduces a new to…
もっと詳しく