feat: add js-wasm

This commit is contained in:
2022-07-17 19:39:28 +08:00
parent 30ac42001b
commit 9f61cc748a
8 changed files with 368 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<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>