also changed wasm name from pirates to index to save like 9 bytes also changed to "s" opt level to save like 9 bytes
12 lines
229 B
HTML
12 lines
229 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script type="module" src="index.js">
|
|
</script>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<canvas id="window"></canvas>
|
|
</body>
|
|
</html>
|
|
|