Remove www

This commit is contained in:
Greg Shuflin 2024-01-09 21:28:01 -08:00
parent 0a9d7e4076
commit b31f546ec7
5 changed files with 0 additions and 1952 deletions

View File

@ -1,10 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<title>Game of Life</title>
<script src="js/bootstrap.js"></script>
</head>
<body>
</body>
</html>

View File

@ -1,5 +0,0 @@
// A dependency graph that contains any wasm must all be imported
// asynchronously. This `bootstrap.js` file does the single async import, so
// that no one else needs to worry about it again.
import("./main.js")
.catch(e => console.error("Error importing `main.js`:", e));

View File

@ -1,4 +0,0 @@
import * as wasm from "wasm-game-of-life";
console.log("Yolo");
wasm.greet();

View File

@ -1,12 +0,0 @@
{
"name": "game-of-life",
"version": "0.0.2",
"license": "Apache-2.0/MIT",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html"
},
"devDependencies": {
"parcel": "^2.11.0"
}
}

File diff suppressed because it is too large Load Diff