GitHub
Using WebAssembly
Designed to be used alongside JavaScript to speed up key application components, WebAssembly can have much higher, and more consistent execution speed than JavaScript, similar to C, C++, or Rust. Deno can execute WebAssembly modules with the same interfaces that browsers provide.
In this chapter we will discuss: