Skip to content

Commit

Permalink
deploy: ad6958d
Browse files Browse the repository at this point in the history
  • Loading branch information
randallard committed Nov 28, 2024
1 parent db2bbc2 commit fccda6d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="/">
<title>Space Game</title>
<link rel="stylesheet" href="spaces-game/tailwind-9bce67ec803753eb.css" integrity="sha384&#x2D;4kYD&#x2B;WtdfEtT3RwjSBk2DWLSEZQ8wLyAa3mYN8IGwPBVV0GEa4QhGzy8jIPQxTzT"/>
<link rel="modulepreload" href="spaces-game/space-game-9501088633628062.js" crossorigin=anonymous integrity="sha384-0U+BIJdthU3Vx4LvbGWU4F40W2tltU4PY0cBEaI9XBEmFn4OnOiOKpW2UuHob+Yv"><link rel="preload" href="spaces-game/space-game-9501088633628062_bg.wasm" crossorigin=anonymous integrity="sha384-NjtpSXZj2OSqlMduZ233G9ZotYIkdLzeMq7G9WUJWOEoJvIEBt4SuJ1FPeDbk/sn" as="fetch" type="application/wasm"></head>
<link rel="stylesheet" href="/tailwind-9bce67ec803753eb.css" integrity="sha384&#x2D;4kYD&#x2B;WtdfEtT3RwjSBk2DWLSEZQ8wLyAa3mYN8IGwPBVV0GEa4QhGzy8jIPQxTzT"/>
<link rel="modulepreload" href="/space-game-9501088633628062.js" crossorigin=anonymous integrity="sha384-0U+BIJdthU3Vx4LvbGWU4F40W2tltU4PY0cBEaI9XBEmFn4OnOiOKpW2UuHob+Yv"><link rel="preload" href="/space-game-9501088633628062_bg.wasm" crossorigin=anonymous integrity="sha384-NjtpSXZj2OSqlMduZ233G9ZotYIkdLzeMq7G9WUJWOEoJvIEBt4SuJ1FPeDbk/sn" as="fetch" type="application/wasm"></head>
<body>

<script type="module" nonce="oQxCsajcS8K8THE03prBYA==">
import init, * as bindings from 'spaces-game/space-game-9501088633628062.js';
const wasm = await init({ module_or_path: 'spaces-game/space-game-9501088633628062_bg.wasm' });
<script type="module" nonce="BK29bxFNdT3o7r/wPiW8pg==">
import init, * as bindings from '/space-game-9501088633628062.js';
const wasm = await init({ module_or_path: '/space-game-9501088633628062_bg.wasm' });


window.wasmBindings = bindings;
Expand Down

0 comments on commit fccda6d

Please sign in to comment.