Remove www
This commit is contained in:
parent
0a9d7e4076
commit
b31f546ec7
@ -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>
|
5
game-of-life/www/js/bootstrap.js
vendored
5
game-of-life/www/js/bootstrap.js
vendored
@ -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));
|
@ -1,4 +0,0 @@
|
||||
import * as wasm from "wasm-game-of-life";
|
||||
|
||||
console.log("Yolo");
|
||||
wasm.greet();
|
@ -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
Loading…
Reference in New Issue
Block a user