Function in WebAssembly is add_nums(a, b) { return a + b; }
Enter in the first and second text boxes your numbers and press the button to run the WebAssembly add_nums() on them populating the 3rd text box.