This commit is contained in:
2020-01-30 21:11:12 +08:00
parent 66b3d096db
commit 9e8f93b667
9 changed files with 5600 additions and 0 deletions

10
wasm/site/index.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>hello-wasm example</title>
</head>
<body>
<script src="./index.js"></script>
</body>
</html>