2023-08-04 17:08:25 -07:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en-US">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<title>hello-wasm example</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<script src="./index.js" type="module"></script>
|
2023-08-05 18:59:30 -07:00
|
|
|
|
2023-08-04 17:08:25 -07:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|