<!DOCTYPE html>
<html>
<head>
  <title>Hello Webassembly + Iris (Go)</title>
</head>
<body>
  <div id="hello"></div>
  <script type="module" src="main.js"></script>
</body>
</html>