mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-01 06:46:20 +03:00
11 lines
256 B
HTML
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>
|