Open the JavaScript console (F12) and hopefully you will see 'Hello, world!'.
Troubleshooting
If there was a network error fetching hello.wasm, it's likely that you opened this HTML file directly from your filesystem. You must run an actual HTTP server instead and view the page from there.