Skip to content

Commit

Permalink
Deploying to gh-pages from @ b6ca575 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
cookspam committed Aug 27, 2024
1 parent baa68de commit d009f58
Show file tree
Hide file tree
Showing 26 changed files with 36 additions and 35 deletions.
Binary file modified Axe.png.br
Binary file not shown.
Binary file modified android-chrome-192x192.png.br
Binary file not shown.
Binary file modified apple-touch-icon.png.br
Binary file not shown.
71 changes: 36 additions & 35 deletions assets/dioxus/Ore.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ function takeObject(idx) {
return ret;
}

function _assertBoolean(n) {
if (typeof(n) !== 'boolean') {
throw new Error(`expected a boolean argument, found ${typeof(n)}`);
}
}

const cachedTextDecoder = (typeof TextDecoder !== 'undefined' ? new TextDecoder('utf-8', { ignoreBOM: true, fatal: true }) : { decode: () => { throw Error('TextDecoder not available') } } );

if (typeof TextDecoder !== 'undefined') { cachedTextDecoder.decode(); };
Expand All @@ -61,6 +55,12 @@ function getStringFromWasm0(ptr, len) {
return cachedTextDecoder.decode(getUint8Memory0().subarray(ptr, ptr + len));
}

function _assertBoolean(n) {
if (typeof(n) !== 'boolean') {
throw new Error(`expected a boolean argument, found ${typeof(n)}`);
}
}

function _assertNum(n) {
if (typeof(n) !== 'number') throw new Error(`expected a number argument, found ${typeof(n)}`);
}
Expand Down Expand Up @@ -354,6 +354,12 @@ function __wbg_adapter_71(arg0, arg1, arg2) {
wasm.wasm_bindgen__convert__closures__invoke1_mut__h0b49f2fe6cf96d32(arg0, arg1, addHeapObject(arg2));
}

/**
*/
export function start_worker() {
wasm.start_worker();
}

function getCachedStringFromWasm0(ptr, len) {
if (ptr === 0) {
return getObject(len);
Expand All @@ -369,11 +375,6 @@ function handleError(f, args) {
wasm.__wbindgen_exn_store(addHeapObject(e));
}
}
/**
*/
export function start_worker() {
wasm.start_worker();
}

let cachedUint32Memory0 = null;

Expand Down Expand Up @@ -1576,6 +1577,10 @@ function __wbg_get_imports() {
imports.wbg.__wbindgen_object_drop_ref = function(arg0) {
takeObject(arg0);
};
imports.wbg.__wbindgen_string_new = function(arg0, arg1) {
const ret = getStringFromWasm0(arg0, arg1);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_cb_drop = function(arg0) {
const obj = takeObject(arg0).original;
if (obj.cnt-- == 1) {
Expand All @@ -1586,10 +1591,18 @@ function __wbg_get_imports() {
_assertBoolean(ret);
return ret;
};
imports.wbg.__wbindgen_string_new = function(arg0, arg1) {
const ret = getStringFromWasm0(arg0, arg1);
imports.wbg.__wbindgen_error_new = function(arg0, arg1) {
const ret = new Error(getStringFromWasm0(arg0, arg1));
return addHeapObject(ret);
};
imports.wbg.__wbg_trackEvent_98caa075b26a8bc5 = function() { return handleError(function (arg0, arg1, arg2, arg3) {
var v0 = getCachedStringFromWasm0(arg0, arg1);
fathom.trackEvent(v0, arg2 === 0 ? undefined : arg3 >>> 0);
}, arguments) };
imports.wbg.__wbindgen_as_number = function(arg0) {
const ret = +getObject(arg0);
return ret;
};
imports.wbg.__wbindgen_is_object = function(arg0) {
const val = getObject(arg0);
const ret = typeof(val) === 'object' && val !== null;
Expand Down Expand Up @@ -1620,18 +1633,6 @@ function __wbg_get_imports() {
_assertBoolean(ret);
return ret;
};
imports.wbg.__wbg_trackEvent_98caa075b26a8bc5 = function() { return handleError(function (arg0, arg1, arg2, arg3) {
var v0 = getCachedStringFromWasm0(arg0, arg1);
fathom.trackEvent(v0, arg2 === 0 ? undefined : arg3 >>> 0);
}, arguments) };
imports.wbg.__wbindgen_error_new = function(arg0, arg1) {
const ret = new Error(getStringFromWasm0(arg0, arg1));
return addHeapObject(ret);
};
imports.wbg.__wbindgen_as_number = function(arg0) {
const ret = +getObject(arg0);
return ret;
};
imports.wbg.__wbindgen_is_string = function(arg0) {
const ret = typeof(getObject(arg0)) === 'string';
_assertBoolean(ret);
Expand Down Expand Up @@ -2833,35 +2834,35 @@ imports.wbg.__wbindgen_memory = function() {
const ret = wasm.memory;
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper1185 = function() { return logError(function (arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 628, __wbg_adapter_50);
imports.wbg.__wbindgen_closure_wrapper1237 = function() { return logError(function (arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 588, __wbg_adapter_50);
return addHeapObject(ret);
}, arguments) };
imports.wbg.__wbindgen_closure_wrapper1187 = function() { return logError(function (arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 628, __wbg_adapter_53);
imports.wbg.__wbindgen_closure_wrapper1239 = function() { return logError(function (arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 588, __wbg_adapter_53);
return addHeapObject(ret);
}, arguments) };
imports.wbg.__wbindgen_closure_wrapper2088 = function() { return logError(function (arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper2087 = function() { return logError(function (arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 997, __wbg_adapter_56);
return addHeapObject(ret);
}, arguments) };
imports.wbg.__wbindgen_closure_wrapper2089 = function() { return logError(function (arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper2088 = function() { return logError(function (arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 997, __wbg_adapter_59);
return addHeapObject(ret);
}, arguments) };
imports.wbg.__wbindgen_closure_wrapper2092 = function() { return logError(function (arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper2091 = function() { return logError(function (arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 997, __wbg_adapter_62);
return addHeapObject(ret);
}, arguments) };
imports.wbg.__wbindgen_closure_wrapper4731 = function() { return logError(function (arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper4730 = function() { return logError(function (arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 2051, __wbg_adapter_65);
return addHeapObject(ret);
}, arguments) };
imports.wbg.__wbindgen_closure_wrapper4806 = function() { return logError(function (arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper4805 = function() { return logError(function (arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 2095, __wbg_adapter_68);
return addHeapObject(ret);
}, arguments) };
imports.wbg.__wbindgen_closure_wrapper4816 = function() { return logError(function (arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper4815 = function() { return logError(function (arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 2101, __wbg_adapter_71);
return addHeapObject(ret);
}, arguments) };
Expand Down
Binary file modified assets/dioxus/Ore.js.br
Binary file not shown.
Binary file modified assets/dioxus/Ore_bg.wasm
Binary file not shown.
Binary file modified assets/dioxus/Ore_bg.wasm.br
Binary file not shown.
Binary file modified discord.png.br
Binary file not shown.
Binary file modified fonts/Geist-Bold.otf.br
Binary file not shown.
Binary file modified fonts/Geist-Medium.otf.br
Binary file not shown.
Binary file modified fonts/Geist-SemiBold.otf.br
Binary file not shown.
Binary file modified fonts/Geist-UltraBlack.otf.br
Binary file not shown.
Binary file modified fonts/GeistMono-Light.otf.br
Binary file not shown.
Binary file modified fonts/GeistMono-Medium.otf.br
Binary file not shown.
Binary file modified fonts/GeistMono-Regular.otf.br
Binary file not shown.
Binary file modified fonts/GeistMono-SemiBold.otf.br
Binary file not shown.
Binary file modified fonts/GeistMono-UltraBlack.otf.br
Binary file not shown.
Binary file modified fonts/GeistMono-UltraLight.otf.br
Binary file not shown.
Binary file modified fonts/RoobertTRIAL-HeavyItalic.otf.br
Binary file not shown.
Binary file modified fonts/RoobertTRIAL-SemiBold.otf.br
Binary file not shown.
Binary file modified fonts/RoobertTRIAL-SemiBoldItalic.otf.br
Binary file not shown.
Binary file modified mining_gang_resized.png.br
Binary file not shown.
Binary file modified spam.svg.br
Binary file not shown.
Binary file modified spam2.jpg.br
Binary file not shown.
Binary file modified spam_crop.png.br
Binary file not shown.
Binary file modified youtube.png.br
Binary file not shown.

0 comments on commit d009f58

Please sign in to comment.