mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-19 11:40:51 +00: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>
|