initial commit

This commit is contained in:
ading2210 2024-01-01 07:25:49 -05:00
commit 27aa9ff74c
8 changed files with 134 additions and 0 deletions

10
index.html Normal file
View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<script src="./a.out.js"></script>
<script src="./main.js"></script>
</head>
<body>
<p>emscripten tests</p>
</body>
</html>