MCPcopy Create free account
hub / github.com/DjDeveloperr/deno_desktop / o

Function o

examples/extern/gmath.bundle.js:218–224  ·  view source on GitHub ↗
(I7)

Source from the content-addressed store, hash-verified

216 }
217}
218async function o(I7) {
219 void 0 === I7 && (I7 = importMeta.url.replace(/\.js$/, "_bg.wasm"));
220 ("string" == typeof I7 || "function" == typeof Request && I7 instanceof Request || "function" == typeof URL && I7 instanceof URL) && (I7 = fetch(I7));
221 const { instance: g5 , module: B1 } = await w(await I7, {
222 });
223 return A = g5.exports, o.__wbindgen_wasm_module = B1, A;
224}
225await o(source);
226function decompress(input) {
227 return lz4_decompress(input);

Callers 1

gmath.bundle.jsFile · 0.70

Calls 1

wFunction · 0.70

Tested by

no test coverage detected