index.html 463 B

12345678910111213141516
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <script type="text/javascript" src="reflect.js"></script>
  5. <script type="text/javascript" src="hello.js"></script>
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  7. </head>
  8. <body>
  9. <p id="wasm-error" hidden="true">
  10. A browser with Wasm GC and tail call support is required for
  11. this demo. We recommend using either Mozilla Firefox or Google
  12. Chrome.
  13. </p>
  14. </body>
  15. </html>