wasm-bindgen/examples/performance/index.html
2018-03-21 10:21:21 -07:00

10 lines
235 B
HTML

<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
</head>
<body>
<script src='./index.js'></script>
<p>The developer console should have timing log messages in it</p>
</body>
</html>