Skip to content

Commit

Permalink
Graphia-WebAssembly-99.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WebAssembly Deployer committed Jun 28, 2024
1 parent c5982d5 commit c1cda38
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 = {
11895964: () => {
11895788: () => {
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"] = 11896353;
var ___start_em_js = Module["___start_em_js"] = 11896177;

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

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 c1cda38

Please sign in to comment.