1 2 3 4 5 6 7 8
<html> <head> <title>WASM example</title> </head> <body> <script type="module" src="index.js"></script> </body> </html>