Skip to content

Commit

Permalink
deploy: 04a58ed
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski committed Sep 16, 2024
1 parent 7693ffa commit 584eefe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 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="QV7QBc8r/zJCDWHNhczGuw==">
<script type="module" nonce="Tkn2OM8Hwkymy2cAAhPoHA==">
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-awMxkTkryavq2L2Kw9q8izBcb8FH09HpUO2wE2Q8Xn2YDKz978/vvpiSciVeJ3NH">
<link rel="preload" href="/rust_serialization_benchmark/pages_bg.wasm" crossorigin=anonymous integrity="sha384-OENPVIHeIQoTMFVamWxRinn3dBPcvkz7nGY/04MUmAGsn4EL8AIrBg2g7DNmcpJk" as="fetch" type="application/wasm"></head>
<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>
<body style="background-color: #2c3e50;">

</body>
Expand Down
18 changes: 9 additions & 9 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_8describe6invoke17hd176789ef5484ebaE(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_8describe6invoke17h9ce65dd87630a730E(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_8describe6invoke17h17265068d388a581E(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_8describe6invoke17h5f2027360063453cE(arg0, arg1, addHeapObject(arg2));
}

let cachedDataViewMemory0 = null;
Expand Down Expand Up @@ -221,20 +221,20 @@ function __wbg_get_imports() {
imports.wbg.__wbindgen_object_drop_ref = function(arg0) {
takeObject(arg0);
};
imports.wbg.__wbg_instanceof_HtmlInputElement_88bf515ab1d9511d = function(arg0) {
imports.wbg.__wbg_instanceof_HtmlSelectElement_c54017bd3db58d85 = function(arg0) {
let result;
try {
result = getObject(arg0) instanceof HTMLInputElement;
result = getObject(arg0) instanceof HTMLSelectElement;
} catch (_) {
result = false;
}
const ret = result;
return ret;
};
imports.wbg.__wbg_instanceof_HtmlSelectElement_c54017bd3db58d85 = function(arg0) {
imports.wbg.__wbg_instanceof_HtmlInputElement_88bf515ab1d9511d = function(arg0) {
let result;
try {
result = getObject(arg0) instanceof HTMLSelectElement;
result = getObject(arg0) instanceof HTMLInputElement;
} catch (_) {
result = false;
}
Expand Down Expand Up @@ -543,11 +543,11 @@ function __wbg_get_imports() {
imports.wbg.__wbg_removeAttribute_c80e298b60689065 = function() { return handleError(function (arg0, arg1, arg2) {
getObject(arg0).removeAttribute(getStringFromWasm0(arg1, arg2));
}, arguments) };
imports.wbg.__wbindgen_closure_wrapper557 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 30, __wbg_adapter_16);
imports.wbg.__wbindgen_closure_wrapper558 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 31, __wbg_adapter_16);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper1354 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper1350 = 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 584eefe

Please sign in to comment.