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.
__attribute__((visibility("default")))
tells our compiler to keep our function name human readable to JavaScript.