Skip to content

Commit

Permalink
Graphia-dev-3499-g40e983c20-wasm-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
WebAssembly Deployer committed Jun 27, 2024
1 parent e693f1e commit df254e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Graphia.js
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ function createWasm() {
}

var ASM_CONSTS = {
11895980: () => {
11895964: () => {
let userAgent = navigator.userAgent;
let browser = "Unknown";
if (/Chrome/.test(userAgent) && !/Chromium/.test(userAgent)) browser = "Chrome"; else if (/Edg/.test(userAgent)) browser = "Edge"; else if (/Firefox/.test(userAgent)) browser = "Firefox"; else if (/Safari/.test(userAgent)) browser = "Safari"; else if (/Trident/.test(userAgent)) browser = "IE";
Expand Down Expand Up @@ -12980,9 +12980,9 @@ var ___cxa_can_catch = (a0, a1, a2) => (___cxa_can_catch = wasmExports["uj"])(a0

var ___cxa_is_pointer_type = a0 => (___cxa_is_pointer_type = wasmExports["vj"])(a0);

var ___start_em_js = Module["___start_em_js"] = 11896369;
var ___start_em_js = Module["___start_em_js"] = 11896353;

var ___stop_em_js = Module["___stop_em_js"] = 11897459;
var ___stop_em_js = Module["___stop_em_js"] = 11897443;

function invoke_viiii(index, a1, a2, a3, a4) {
var sp = stackSave();
Expand Down
Binary file modified Graphia.wasm
Binary file not shown.

0 comments on commit df254e3

Please sign in to comment.