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:

  1. Using WebAssembly in Deno
  2. Using the streaming WebAssembly APIs
  3. Helpful resources