Skip to content

Commit

Permalink
deploy: 12ec8ef
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski committed Sep 17, 2024
1 parent 584eefe commit 90c8c66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Rust Serialization Benchmark</title>
<meta property="og:type" content="website"/>

<script type="module" nonce="Tkn2OM8Hwkymy2cAAhPoHA==">
<script type="module" nonce="vOp9Gk7ZFlOubpc3tXQ3Wg==">
import init, * as bindings from '/rust_serialization_benchmark/pages.js';
const wasm = await init('/rust_serialization_benchmark/pages_bg.wasm');

Expand All @@ -17,8 +17,8 @@

</script>

<link rel="modulepreload" href="/rust_serialization_benchmark/pages.js" crossorigin=anonymous integrity="sha384-E0S4VNP8x4U9R/57wvq13oaaZiOG3Qu/oLGmwV3hnZ5Fu4fWQ/5k4TJzaEAq2VRG">
<link rel="preload" href="/rust_serialization_benchmark/pages_bg.wasm" crossorigin=anonymous integrity="sha384-Y1diVkL8p+XqNbAG80XmZsct4B3m2UTzoWPUFWH/KWhdQ2aWVsQ3iycLg3qa3UVR" as="fetch" type="application/wasm"></head>
<link rel="modulepreload" href="/rust_serialization_benchmark/pages.js" crossorigin=anonymous integrity="sha384-CGUoGa8MgVvWUCSju93W01ReticWy1irkMt2Zaj4rY8aLujT97BAoqouVfI8N/ZA">
<link rel="preload" href="/rust_serialization_benchmark/pages_bg.wasm" crossorigin=anonymous integrity="sha384-0KuUQOGqh1qP5I4LGKwpcQkrusDjqtmpOJ+iVkzzyjvU958lfx7O+SYuVsaEjWbe" as="fetch" type="application/wasm"></head>
<body style="background-color: #2c3e50;">

</body>
Expand Down
6 changes: 3 additions & 3 deletions pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ function addBorrowedObject(obj) {
}
function __wbg_adapter_16(arg0, arg1, arg2) {
try {
wasm._ZN140__LT_dyn_u20_core__ops__function__FnMut_LT__LP__RF_A_C__RP__GT__u2b_Output_u20__u3d__u20_R_u20_as_u20_wasm_bindgen__closure__WasmClosure_GT_8describe6invoke17h9ce65dd87630a730E(arg0, arg1, addBorrowedObject(arg2));
wasm._ZN140__LT_dyn_u20_core__ops__function__FnMut_LT__LP__RF_A_C__RP__GT__u2b_Output_u20__u3d__u20_R_u20_as_u20_wasm_bindgen__closure__WasmClosure_GT_8describe6invoke17hcf119c651a7c20b8E(arg0, arg1, addBorrowedObject(arg2));
} finally {
heap[stack_pointer++] = undefined;
}
}

function __wbg_adapter_19(arg0, arg1, arg2) {
wasm._ZN136__LT_dyn_u20_core__ops__function__FnMut_LT__LP_A_C__RP__GT__u2b_Output_u20__u3d__u20_R_u20_as_u20_wasm_bindgen__closure__WasmClosure_GT_8describe6invoke17h5f2027360063453cE(arg0, arg1, addHeapObject(arg2));
wasm._ZN136__LT_dyn_u20_core__ops__function__FnMut_LT__LP_A_C__RP__GT__u2b_Output_u20__u3d__u20_R_u20_as_u20_wasm_bindgen__closure__WasmClosure_GT_8describe6invoke17h2c9859536ad72d72E(arg0, arg1, addHeapObject(arg2));
}

let cachedDataViewMemory0 = null;
Expand Down Expand Up @@ -547,7 +547,7 @@ function __wbg_get_imports() {
const ret = makeMutClosure(arg0, arg1, 31, __wbg_adapter_16);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper1350 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper1355 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 54, __wbg_adapter_19);
return addHeapObject(ret);
};
Expand Down
Binary file modified pages_bg.wasm
Binary file not shown.

0 comments on commit 90c8c66

Please sign in to comment.