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

11 lines
256 B
HTML

<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
</head>
<body>
<script src='./index.js'></script>
<p>Open the developer console and you should see wasm invoking `Math`
functions</p>
</body>
</html>