Tour de WebAssembly Tabla de Contenidos

[Untranslated] 1+1

Let's put our knowledge all together and make a WebAssembly module with a single export function add for adding two numbers, and put the results in HTML.

#[no_mangle] tells our compiler to keep our function name human readable.