Skip to content

Commit 2e7920e

Browse files
committedNov 26, 2024·
Deploying to pages from @ bb0b5b0 🚀
1 parent b1f13be commit 2e7920e

3 files changed

+5
-5
lines changed
 

‎index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828

2929
<noscript>This page requires JavaScript</noscript>
3030

31-
<link rel="modulepreload" href="/simplicity-webide-258569d1e6d60389.js" crossorigin=anonymous integrity="sha384-qtwlzyUMvrbD9IqQJKZCf/c5zETBwIuUBxe7xW/AH4xgo290yfwZ3m+ffecIsoSd">
32-
<link rel="preload" href="/simplicity-webide-258569d1e6d60389_bg.wasm" crossorigin=anonymous integrity="sha384-0A4U30Uba9qcFi7tc7sQvgXPvLlo5NYmk6sKIdCbBxgnWGUU+zjoxvTTBV/kogIv" as="fetch" type="application/wasm"></head>
31+
<link rel="modulepreload" href="/simplicity-webide-2f5dfbc6560901b8.js" crossorigin=anonymous integrity="sha384-Fet0DmzzJY58L2xw0+JiqxpEK/KoY3jgw/BkymKyCDLDg+UOb39otlndd3HpH3E/">
32+
<link rel="preload" href="/simplicity-webide-2f5dfbc6560901b8_bg.wasm" crossorigin=anonymous integrity="sha384-VJbrcZRbkufkDY2lpZlzs8eoalSDfyyXUMxhtEL1KorcjYoBAzU7etCG2ghzpETb" as="fetch" type="application/wasm"></head>
3333
<body>
3434
<script type="module">
35-
import init, * as bindings from '/simplicity-webide-258569d1e6d60389.js';
36-
const wasm = await init('/simplicity-webide-258569d1e6d60389_bg.wasm');
35+
import init, * as bindings from '/simplicity-webide-2f5dfbc6560901b8.js';
36+
const wasm = await init('/simplicity-webide-2f5dfbc6560901b8_bg.wasm');
3737

3838

3939
window.wasmBindings = bindings;

‎simplicity-webide-258569d1e6d60389.js ‎simplicity-webide-2f5dfbc6560901b8.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
212212
return real;
213213
}
214214
function __wbg_adapter_36(arg0, arg1, arg2) {
215-
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hae2eaf0b4e47e3f2(arg0, arg1, addHeapObject(arg2));
215+
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h318151e304f97f72(arg0, arg1, addHeapObject(arg2));
216216
}
217217

218218
function __wbg_adapter_43(arg0, arg1) {

0 commit comments

Comments
 (0)
Please sign in to comment.