Skip to content

Commit

Permalink
deploy: 3eec4fd
Browse files Browse the repository at this point in the history
  • Loading branch information
mhfan committed Dec 23, 2024
1 parent 4b079d5 commit 768cfe6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0">
<!--link data-trunk rel="css" href="dist/main.css"/-->
<link rel="stylesheet" href="/inyew/tailwind-b204d95524c7976.css" integrity="sha384&#x2D;IYttB3A16ZO9Qaaz6PxJJvZbdp04UOTEY3&#x2F;2ztWjMzUXp3XANAQjr0iiJ9si8Jlm"/>
<link rel="stylesheet" href="/inyew/tailwind-a7e89c279fc5200.css" integrity="sha384&#x2D;KBJb&#x2F;rNLy8rLYni8sLk1oW4IlvwzwDz6f6Kyz0YbBrOVTbNU5lmsLf1wUIDJRUgZ"/>


<!-- base href="/inyew/" -->
<title>24 Puzzle</title>
<link rel="modulepreload" href="/inyew/inyew-e6472291cc187a59.js" crossorigin=anonymous integrity="sha384-Jku2mLBjY8eM9BSdc8NmcXNcpMUc7rTN4tgz+GcwEWB+4iFKtqAdVijk5/cjshQy"><link rel="preload" href="/inyew/inyew-e6472291cc187a59_bg.wasm" crossorigin=anonymous integrity="sha384-Lmxe8faHqbFNnaWQBo6KYJrEEWWWlKIIMUYYTCgPh8EJXjYrDtL9NmB/7CtDjNG9" as="fetch" type="application/wasm"></head>
<link rel="modulepreload" href="/inyew/inyew-990caefa4804d4ae.js" crossorigin=anonymous integrity="sha384-SWg02iaqFsChZYzBQuyWerIMinqxE2AwSx5lkFfx1KWpVsVS59SOE4gWtff5YmmD"><link rel="preload" href="/inyew/inyew-990caefa4804d4ae_bg.wasm" crossorigin=anonymous integrity="sha384-X+ie4KCxlO/vmPEO/RALEuGCjVEbysNuM4gnfDaeQgTLkN8/f65Cahf+4cD+qV6Y" as="fetch" type="application/wasm"></head>
<body>
<!-- Start Single Page Apps for GitHub Pages -->
<script type="text/javascript">
Expand All @@ -35,9 +35,9 @@
</script>
<!-- End Single Page Apps for GitHub Pages -->

<script type="module" nonce="9lkHb64U5y99V17jeisQPQ==">
import init, * as bindings from '/inyew/inyew-e6472291cc187a59.js';
const wasm = await init({ module_or_path: '/inyew/inyew-e6472291cc187a59_bg.wasm' });
<script type="module" nonce="bgQuPf0CODJWeePfH9RYMg==">
import init, * as bindings from '/inyew/inyew-990caefa4804d4ae.js';
const wasm = await init({ module_or_path: '/inyew/inyew-990caefa4804d4ae_bg.wasm' });


window.wasmBindings = bindings;
Expand Down
6 changes: 3 additions & 3 deletions inyew-e6472291cc187a59.js → inyew-990caefa4804d4ae.js
Original file line number Diff line number Diff line change
Expand Up @@ -834,15 +834,15 @@ function __wbg_get_imports() {
const ret = false;
return ret;
};
imports.wbg.__wbindgen_closure_wrapper1352 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper1349 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 31, __wbg_adapter_43);
return ret;
};
imports.wbg.__wbindgen_closure_wrapper2237 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper2235 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 31, __wbg_adapter_46);
return ret;
};
imports.wbg.__wbindgen_closure_wrapper638 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper632 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 31, __wbg_adapter_40);
return ret;
};
Expand Down
Binary file added inyew-990caefa4804d4ae_bg.wasm
Binary file not shown.
Binary file removed inyew-e6472291cc187a59_bg.wasm
Binary file not shown.

Large diffs are not rendered by default.

0 comments on commit 768cfe6

Please sign in to comment.