Files
simple-rust-tests/__wasm/js-wasm/helloworld/index.html
2022-07-17 19:39:28 +08:00

14 lines
457 B
HTML

<html>
<head>
<meta charset="utf-8">
<!-- <script src="https://unpkg.com/js-wasm/js-wasm.js"></script>-->
<script src="js-wasm.js"></script>
<script type="application/wasm" src="target/wasm32-unknown-unknown/release/helloworld.wasm"></script>
</head>
<body>
Open my console.
<br><br><br>
<div style="font-size:11px;"><i>https://github.com/richardanaya/js-wasm</i></div>
</body>
</html>