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.
add
#[no_mangle] tells our compiler to keep our function name human readable.
#[no_mangle]