feat: add js-wasm
This commit is contained in:
13
__wasm/js-wasm/helloworld/index.html
Normal file
13
__wasm/js-wasm/helloworld/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user