motely-wasm 19.4.0 → 20.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin/motely-wasm.wasm +0 -0
- package/dist/dotnet/dotnet.native.js +1 -1
- package/dist/generated/instances.g.mjs +0 -52
- package/dist/generated/modules/motely/analysis.g.d.mts +20 -30
- package/dist/generated/modules/motely/filters/jaml.g.d.mts +10 -0
- package/dist/generated/modules/motely/wasm.g.d.mts +3 -5
- package/dist/generated/modules/motely/wasm.g.mjs +6 -6
- package/dist/generated/modules/motely.g.d.mts +9 -103
- package/dist/generated/modules/motely.g.mjs +17 -98
- package/dist/generated/serializer.g.mjs +73 -188
- package/package.json +3 -3
- package/README.md +0 -199
|
Binary file
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
async function(moduleArg = {}) {
|
|
6
6
|
var moduleRtn;
|
|
7
7
|
|
|
8
|
-
var Module=moduleArg;var readyPromiseResolve,readyPromiseReject;var readyPromise=new Promise((resolve,reject)=>{readyPromiseResolve=resolve;readyPromiseReject=reject});var ENVIRONMENT_IS_WEB=typeof window=="object";var ENVIRONMENT_IS_WORKER=typeof WorkerGlobalScope!="undefined";var ENVIRONMENT_IS_NODE=typeof process=="object"&&typeof process.versions=="object"&&typeof process.versions.node=="string"&&process.type!="renderer";var ENVIRONMENT_IS_SHELL=!ENVIRONMENT_IS_WEB&&!ENVIRONMENT_IS_NODE&&!ENVIRONMENT_IS_WORKER;if(ENVIRONMENT_IS_NODE){const{createRequire}=await import(/*@vite-ignore*//*webpackIgnore:true*/"node:module");var require=createRequire("file:///c:/x.js")}if(_nativeModuleLoaded)throw new Error("Native module already loaded");_nativeModuleLoaded=true;createDotnetRuntime=Module=moduleArg(Module);var moduleOverrides={...Module};var arguments_=[];var thisProgram="./this.program";var quit_=(status,toThrow)=>{throw toThrow};var scriptDirectory="";function locateFile(path){if(Module["locateFile"]){return Module["locateFile"](path,scriptDirectory)}return scriptDirectory+path}var readAsync,readBinary;if(ENVIRONMENT_IS_NODE){var fs=require("fs");var nodePath=require("path");if(!"file:///c:/x.js".startsWith("data:")){scriptDirectory=nodePath.dirname(require("url").fileURLToPath("file:///c:/x.js"))+"/"}readBinary=filename=>{filename=isFileURI(filename)?new URL(/*@vite-ignore*//*webpackIgnore:true*/filename):filename;var ret=fs.readFileSync(filename);return ret};readAsync=async(filename,binary=true)=>{filename=isFileURI(filename)?new URL(/*@vite-ignore*//*webpackIgnore:true*/filename):filename;var ret=fs.readFileSync(filename,binary?undefined:"utf8");return ret};if(!Module["thisProgram"]&&process.argv.length>1){thisProgram=process.argv[1].replace(/\\/g,"/")}arguments_=process.argv.slice(2);quit_=(status,toThrow)=>{process.exitCode=status;throw toThrow}}else if(ENVIRONMENT_IS_SHELL){readBinary=f=>{if(typeof readbuffer=="function"){return new Uint8Array(readbuffer(f))}let data=read(f,"binary");assert(typeof data=="object");return data};readAsync=async f=>readBinary(f);globalThis.clearTimeout??=id=>{};globalThis.setTimeout??=f=>f();arguments_=globalThis.arguments||globalThis.scriptArgs;if(typeof quit=="function"){quit_=(status,toThrow)=>{setTimeout(()=>{if(!(toThrow instanceof ExitStatus)){let toLog=toThrow;if(toThrow&&typeof toThrow=="object"&&toThrow.stack){toLog=[toThrow,toThrow.stack]}err(`exiting due to exception: ${toLog}`)}quit(status)});throw toThrow}}if(typeof print!="undefined"){globalThis.console??={};console.log=print;console.warn=console.error=globalThis.printErr??print}}else if(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER){if(ENVIRONMENT_IS_WORKER){scriptDirectory=self.location.href}else if(typeof document!="undefined"&&document.currentScript){scriptDirectory=document.currentScript.src}if(_scriptName){scriptDirectory=_scriptName}if(scriptDirectory.startsWith("blob:")){scriptDirectory=""}else{scriptDirectory=scriptDirectory.slice(0,scriptDirectory.replace(/[?#].*/,"").lastIndexOf("/")+1)}{if(ENVIRONMENT_IS_WORKER){readBinary=url=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.responseType="arraybuffer";xhr.send(null);return new Uint8Array(xhr.response)}}readAsync=async url=>{if(isFileURI(url)){return new Promise((resolve,reject)=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,true);xhr.responseType="arraybuffer";xhr.onload=()=>{if(xhr.status==200||xhr.status==0&&xhr.response){resolve(xhr.response);return}reject(xhr.status)};xhr.onerror=reject;xhr.send(null)})}var response=await fetch(url,{credentials:"same-origin"});if(response.ok){return response.arrayBuffer()}throw new Error(response.status+" : "+response.url)}}}else{}var out=Module["print"]||console.log.bind(console);var err=Module["printErr"]||console.error.bind(console);Object.assign(Module,moduleOverrides);moduleOverrides=null;if(Module["arguments"])arguments_=Module["arguments"];if(Module["thisProgram"])thisProgram=Module["thisProgram"];var wasmBinary=Module["wasmBinary"];var wasmMemory;var ABORT=false;var EXITSTATUS;function assert(condition,text){if(!condition){abort(text)}}var HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAP64,HEAPU64,HEAPF64;var runtimeInitialized=false;var isFileURI=filename=>filename.startsWith("file://");function updateMemoryViews(){var b=wasmMemory.buffer;Module["HEAP8"]=HEAP8=new Int8Array(b);Module["HEAP16"]=HEAP16=new Int16Array(b);Module["HEAPU8"]=HEAPU8=new Uint8Array(b);Module["HEAPU16"]=HEAPU16=new Uint16Array(b);Module["HEAP32"]=HEAP32=new Int32Array(b);Module["HEAPU32"]=HEAPU32=new Uint32Array(b);Module["HEAPF32"]=HEAPF32=new Float32Array(b);Module["HEAPF64"]=HEAPF64=new Float64Array(b);Module["HEAP64"]=HEAP64=new BigInt64Array(b);Module["HEAPU64"]=HEAPU64=new BigUint64Array(b)}function preRun(){if(Module["preRun"]){if(typeof Module["preRun"]=="function")Module["preRun"]=[Module["preRun"]];while(Module["preRun"].length){addOnPreRun(Module["preRun"].shift())}}callRuntimeCallbacks(onPreRuns)}function initRuntime(){runtimeInitialized=true;if(!Module["noFSInit"]&&!FS.initialized)FS.init();TTY.init();wasmExports["x"]();FS.ignorePermissions=false}function postRun(){if(Module["postRun"]){if(typeof Module["postRun"]=="function")Module["postRun"]=[Module["postRun"]];while(Module["postRun"].length){addOnPostRun(Module["postRun"].shift())}}callRuntimeCallbacks(onPostRuns)}var runDependencies=0;var dependenciesFulfilled=null;function getUniqueRunDependency(id){return id}function addRunDependency(id){runDependencies++;Module["monitorRunDependencies"]?.(runDependencies)}function removeRunDependency(id){runDependencies--;Module["monitorRunDependencies"]?.(runDependencies);if(runDependencies==0){if(dependenciesFulfilled){var callback=dependenciesFulfilled;dependenciesFulfilled=null;callback()}}}function abort(what){Module["onAbort"]?.(what);what="Aborted("+what+")";err(what);ABORT=true;what+=". Build with -sASSERTIONS for more info.";var e=new WebAssembly.RuntimeError(what);readyPromiseReject(e);throw e}var wasmBinaryFile;function findWasmBinary(){if(Module["locateFile"]){return locateFile("dotnet.native.wasm")}if(ENVIRONMENT_IS_SHELL){return"dotnet.native.wasm"}return new URL(/*@vite-ignore*//*webpackIgnore:true*/"dotnet.native.wasm","file:///c:/x.js").href}function getBinarySync(file){if(file==wasmBinaryFile&&wasmBinary){return new Uint8Array(wasmBinary)}if(readBinary){return readBinary(file)}throw"both async and sync fetching of the wasm failed"}async function getWasmBinary(binaryFile){if(!wasmBinary){try{var response=await readAsync(binaryFile);return new Uint8Array(response)}catch{}}return getBinarySync(binaryFile)}async function instantiateArrayBuffer(binaryFile,imports){try{var binary=await getWasmBinary(binaryFile);var instance=await WebAssembly.instantiate(binary,imports);return instance}catch(reason){err(`failed to asynchronously prepare wasm: ${reason}`);abort(reason)}}async function instantiateAsync(binary,binaryFile,imports){if(!binary&&typeof WebAssembly.instantiateStreaming=="function"&&!isFileURI(binaryFile)&&!ENVIRONMENT_IS_NODE&&!ENVIRONMENT_IS_SHELL){try{var response=fetch(binaryFile,{credentials:"same-origin"});var instantiationResult=await WebAssembly.instantiateStreaming(response,imports);return instantiationResult}catch(reason){err(`wasm streaming compile failed: ${reason}`);err("falling back to ArrayBuffer instantiation")}}return instantiateArrayBuffer(binaryFile,imports)}function getWasmImports(){return{a:wasmImports}}async function createWasm(){function receiveInstance(instance,module){wasmExports=instance.exports;wasmMemory=wasmExports["w"];updateMemoryViews();wasmTable=wasmExports["y"];removeRunDependency("wasm-instantiate");return wasmExports}addRunDependency("wasm-instantiate");function receiveInstantiationResult(result){return receiveInstance(result["instance"])}var info=getWasmImports();if(Module["instantiateWasm"]){return new Promise((resolve,reject)=>{Module["instantiateWasm"](info,(mod,inst)=>{receiveInstance(mod,inst);resolve(mod.exports)})})}wasmBinaryFile??=findWasmBinary();try{var result=await instantiateAsync(wasmBinary,wasmBinaryFile,info);var exports=receiveInstantiationResult(result);return exports}catch(e){readyPromiseReject(e);return Promise.reject(e)}}class ExitStatus{name="ExitStatus";constructor(status){this.message=`Program terminated with exit(${status})`;this.status=status}}var callRuntimeCallbacks=callbacks=>{while(callbacks.length>0){callbacks.shift()(Module)}};var onPostRuns=[];var addOnPostRun=cb=>onPostRuns.unshift(cb);var onPreRuns=[];var addOnPreRun=cb=>onPreRuns.unshift(cb);function getValue(ptr,type="i8"){if(type.endsWith("*"))type="*";switch(type){case"i1":return HEAP8[ptr];case"i8":return HEAP8[ptr];case"i16":return HEAP16[ptr>>1];case"i32":return HEAP32[ptr>>2];case"i64":return HEAP64[ptr>>3];case"float":return HEAPF32[ptr>>2];case"double":return HEAPF64[ptr>>3];case"*":return HEAPU32[ptr>>2];default:abort(`invalid type for getValue: ${type}`)}}var noExitRuntime=Module["noExitRuntime"]||true;function setValue(ptr,value,type="i8"){if(type.endsWith("*"))type="*";switch(type){case"i1":HEAP8[ptr]=value;break;case"i8":HEAP8[ptr]=value;break;case"i16":HEAP16[ptr>>1]=value;break;case"i32":HEAP32[ptr>>2]=value;break;case"i64":HEAP64[ptr>>3]=BigInt(value);break;case"float":HEAPF32[ptr>>2]=value;break;case"double":HEAPF64[ptr>>3]=value;break;case"*":HEAPU32[ptr>>2]=value;break;default:abort(`invalid type for setValue: ${type}`)}}var stackRestore=val=>__emscripten_stack_restore(val);Module["stackRestore"]=stackRestore;var stackSave=()=>_emscripten_stack_get_current();Module["stackSave"]=stackSave;var DOTNET={setup:function setup(emscriptenBuildOptions){const modulePThread={};const ENVIRONMENT_IS_PTHREAD=false;const dotnet_replacements={fetch:globalThis.fetch,ENVIRONMENT_IS_WORKER,modulePThread,scriptDirectory};ENVIRONMENT_IS_WORKER=dotnet_replacements.ENVIRONMENT_IS_WORKER;Module.__dotnet_runtime.initializeReplacements(dotnet_replacements);noExitRuntime=dotnet_replacements.noExitRuntime;fetch=dotnet_replacements.fetch;scriptDirectory=dotnet_replacements.scriptDirectory;Module.__dotnet_runtime.passEmscriptenInternals({isPThread:ENVIRONMENT_IS_PTHREAD,quit_,ExitStatus,updateMemoryViews,getMemory:()=>wasmMemory,getWasmIndirectFunctionTable:()=>wasmTable},emscriptenBuildOptions);Module.__dotnet_runtime.configureEmscriptenStartup(Module)}};function _SystemInteropJS_BindJSImportST(){return{runtime_idx:22}}function _SystemInteropJS_InvokeJSImportST(){return{runtime_idx:24}}function _SystemInteropJS_ReleaseCSOwnedObject(){return{runtime_idx:21}}function _SystemInteropJS_ResolveOrRejectPromise(){return{runtime_idx:25}}function _SystemJS_RandomBytes(){return{runtime_idx:18}}var syscallGetVarargI=()=>{var ret=HEAP32[+SYSCALLS.varargs>>2];SYSCALLS.varargs+=4;return ret};var syscallGetVarargP=syscallGetVarargI;var PATH={isAbs:path=>path.charAt(0)==="/",splitPath:filename=>{var splitPathRe=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/;return splitPathRe.exec(filename).slice(1)},normalizeArray:(parts,allowAboveRoot)=>{var up=0;for(var i=parts.length-1;i>=0;i--){var last=parts[i];if(last==="."){parts.splice(i,1)}else if(last===".."){parts.splice(i,1);up++}else if(up){parts.splice(i,1);up--}}if(allowAboveRoot){for(;up;up--){parts.unshift("..")}}return parts},normalize:path=>{var isAbsolute=PATH.isAbs(path),trailingSlash=path.slice(-1)==="/";path=PATH.normalizeArray(path.split("/").filter(p=>!!p),!isAbsolute).join("/");if(!path&&!isAbsolute){path="."}if(path&&trailingSlash){path+="/"}return(isAbsolute?"/":"")+path},dirname:path=>{var result=PATH.splitPath(path),root=result[0],dir=result[1];if(!root&&!dir){return"."}if(dir){dir=dir.slice(0,-1)}return root+dir},basename:path=>path&&path.match(/([^\/]+|\/)\/*$/)[1],join:(...paths)=>PATH.normalize(paths.join("/")),join2:(l,r)=>PATH.normalize(l+"/"+r)};var initRandomFill=()=>{if(ENVIRONMENT_IS_NODE){var nodeCrypto=require("crypto");return view=>nodeCrypto.randomFillSync(view)}return view=>crypto.getRandomValues(view)};var randomFill=view=>{(randomFill=initRandomFill())(view)};var PATH_FS={resolve:(...args)=>{var resolvedPath="",resolvedAbsolute=false;for(var i=args.length-1;i>=-1&&!resolvedAbsolute;i--){var path=i>=0?args[i]:FS.cwd();if(typeof path!="string"){throw new TypeError("Arguments to path.resolve must be strings")}else if(!path){return""}resolvedPath=path+"/"+resolvedPath;resolvedAbsolute=PATH.isAbs(path)}resolvedPath=PATH.normalizeArray(resolvedPath.split("/").filter(p=>!!p),!resolvedAbsolute).join("/");return(resolvedAbsolute?"/":"")+resolvedPath||"."},relative:(from,to)=>{from=PATH_FS.resolve(from).slice(1);to=PATH_FS.resolve(to).slice(1);function trim(arr){var start=0;for(;start<arr.length;start++){if(arr[start]!=="")break}var end=arr.length-1;for(;end>=0;end--){if(arr[end]!=="")break}if(start>end)return[];return arr.slice(start,end-start+1)}var fromParts=trim(from.split("/"));var toParts=trim(to.split("/"));var length=Math.min(fromParts.length,toParts.length);var samePartsLength=length;for(var i=0;i<length;i++){if(fromParts[i]!==toParts[i]){samePartsLength=i;break}}var outputParts=[];for(var i=samePartsLength;i<fromParts.length;i++){outputParts.push("..")}outputParts=outputParts.concat(toParts.slice(samePartsLength));return outputParts.join("/")}};var UTF8Decoder=typeof TextDecoder!="undefined"?new TextDecoder:undefined;var UTF8ArrayToString=(heapOrArray,idx=0,maxBytesToRead=NaN)=>{var endIdx=idx+maxBytesToRead;var endPtr=idx;while(heapOrArray[endPtr]&&!(endPtr>=endIdx))++endPtr;if(endPtr-idx>16&&heapOrArray.buffer&&UTF8Decoder){return UTF8Decoder.decode(heapOrArray.subarray(idx,endPtr))}var str="";while(idx<endPtr){var u0=heapOrArray[idx++];if(!(u0&128)){str+=String.fromCharCode(u0);continue}var u1=heapOrArray[idx++]&63;if((u0&224)==192){str+=String.fromCharCode((u0&31)<<6|u1);continue}var u2=heapOrArray[idx++]&63;if((u0&240)==224){u0=(u0&15)<<12|u1<<6|u2}else{u0=(u0&7)<<18|u1<<12|u2<<6|heapOrArray[idx++]&63}if(u0<65536){str+=String.fromCharCode(u0)}else{var ch=u0-65536;str+=String.fromCharCode(55296|ch>>10,56320|ch&1023)}}return str};var FS_stdin_getChar_buffer=[];var lengthBytesUTF8=str=>{var len=0;for(var i=0;i<str.length;++i){var c=str.charCodeAt(i);if(c<=127){len++}else if(c<=2047){len+=2}else if(c>=55296&&c<=57343){len+=4;++i}else{len+=3}}return len};var stringToUTF8Array=(str,heap,outIdx,maxBytesToWrite)=>{if(!(maxBytesToWrite>0))return 0;var startIdx=outIdx;var endIdx=outIdx+maxBytesToWrite-1;for(var i=0;i<str.length;++i){var u=str.charCodeAt(i);if(u>=55296&&u<=57343){var u1=str.charCodeAt(++i);u=65536+((u&1023)<<10)|u1&1023}if(u<=127){if(outIdx>=endIdx)break;heap[outIdx++]=u}else if(u<=2047){if(outIdx+1>=endIdx)break;heap[outIdx++]=192|u>>6;heap[outIdx++]=128|u&63}else if(u<=65535){if(outIdx+2>=endIdx)break;heap[outIdx++]=224|u>>12;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}else{if(outIdx+3>=endIdx)break;heap[outIdx++]=240|u>>18;heap[outIdx++]=128|u>>12&63;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}}heap[outIdx]=0;return outIdx-startIdx};var intArrayFromString=(stringy,dontAddNull,length)=>{var len=length>0?length:lengthBytesUTF8(stringy)+1;var u8array=new Array(len);var numBytesWritten=stringToUTF8Array(stringy,u8array,0,u8array.length);if(dontAddNull)u8array.length=numBytesWritten;return u8array};var FS_stdin_getChar=()=>{if(!FS_stdin_getChar_buffer.length){var result=null;if(ENVIRONMENT_IS_NODE){var BUFSIZE=256;var buf=Buffer.alloc(BUFSIZE);var bytesRead=0;var fd=process.stdin.fd;try{bytesRead=fs.readSync(fd,buf,0,BUFSIZE)}catch(e){if(e.toString().includes("EOF"))bytesRead=0;else throw e}if(bytesRead>0){result=buf.slice(0,bytesRead).toString("utf-8")}}else if(typeof window!="undefined"&&typeof window.prompt=="function"){result=window.prompt("Input: ");if(result!==null){result+="\n"}}else if(typeof readline=="function"){result=readline();if(result){result+="\n"}}else{}if(!result){return null}FS_stdin_getChar_buffer=intArrayFromString(result,true)}return FS_stdin_getChar_buffer.shift()};var TTY={ttys:[],init(){},shutdown(){},register(dev,ops){TTY.ttys[dev]={input:[],output:[],ops};FS.registerDevice(dev,TTY.stream_ops)},stream_ops:{open(stream){var tty=TTY.ttys[stream.node.rdev];if(!tty){throw new FS.ErrnoError(43)}stream.tty=tty;stream.seekable=false},close(stream){stream.tty.ops.fsync(stream.tty)},fsync(stream){stream.tty.ops.fsync(stream.tty)},read(stream,buffer,offset,length,pos){if(!stream.tty||!stream.tty.ops.get_char){throw new FS.ErrnoError(60)}var bytesRead=0;for(var i=0;i<length;i++){var result;try{result=stream.tty.ops.get_char(stream.tty)}catch(e){throw new FS.ErrnoError(29)}if(result===undefined&&bytesRead===0){throw new FS.ErrnoError(6)}if(result===null||result===undefined)break;bytesRead++;buffer[offset+i]=result}if(bytesRead){stream.node.atime=Date.now()}return bytesRead},write(stream,buffer,offset,length,pos){if(!stream.tty||!stream.tty.ops.put_char){throw new FS.ErrnoError(60)}try{for(var i=0;i<length;i++){stream.tty.ops.put_char(stream.tty,buffer[offset+i])}}catch(e){throw new FS.ErrnoError(29)}if(length){stream.node.mtime=stream.node.ctime=Date.now()}return i}},default_tty_ops:{get_char(tty){return FS_stdin_getChar()},put_char(tty,val){if(val===null||val===10){out(UTF8ArrayToString(tty.output));tty.output=[]}else{if(val!=0)tty.output.push(val)}},fsync(tty){if(tty.output?.length>0){out(UTF8ArrayToString(tty.output));tty.output=[]}},ioctl_tcgets(tty){return{c_iflag:25856,c_oflag:5,c_cflag:191,c_lflag:35387,c_cc:[3,28,127,21,4,0,1,0,17,19,26,0,18,15,23,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},ioctl_tcsets(tty,optional_actions,data){return 0},ioctl_tiocgwinsz(tty){return[24,80]}},default_tty1_ops:{put_char(tty,val){if(val===null||val===10){err(UTF8ArrayToString(tty.output));tty.output=[]}else{if(val!=0)tty.output.push(val)}},fsync(tty){if(tty.output?.length>0){err(UTF8ArrayToString(tty.output));tty.output=[]}}}};var zeroMemory=(ptr,size)=>HEAPU8.fill(0,ptr,ptr+size);var alignMemory=(size,alignment)=>Math.ceil(size/alignment)*alignment;var mmapAlloc=size=>{size=alignMemory(size,65536);var ptr=_emscripten_builtin_memalign(65536,size);if(ptr)zeroMemory(ptr,size);return ptr};var MEMFS={ops_table:null,mount(mount){return MEMFS.createNode(null,"/",16895,0)},createNode(parent,name,mode,dev){if(FS.isBlkdev(mode)||FS.isFIFO(mode)){throw new FS.ErrnoError(63)}MEMFS.ops_table||={dir:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr,lookup:MEMFS.node_ops.lookup,mknod:MEMFS.node_ops.mknod,rename:MEMFS.node_ops.rename,unlink:MEMFS.node_ops.unlink,rmdir:MEMFS.node_ops.rmdir,readdir:MEMFS.node_ops.readdir,symlink:MEMFS.node_ops.symlink},stream:{llseek:MEMFS.stream_ops.llseek}},file:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr},stream:{llseek:MEMFS.stream_ops.llseek,read:MEMFS.stream_ops.read,write:MEMFS.stream_ops.write,mmap:MEMFS.stream_ops.mmap,msync:MEMFS.stream_ops.msync}},link:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr,readlink:MEMFS.node_ops.readlink},stream:{}},chrdev:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr},stream:FS.chrdev_stream_ops}};var node=FS.createNode(parent,name,mode,dev);if(FS.isDir(node.mode)){node.node_ops=MEMFS.ops_table.dir.node;node.stream_ops=MEMFS.ops_table.dir.stream;node.contents={}}else if(FS.isFile(node.mode)){node.node_ops=MEMFS.ops_table.file.node;node.stream_ops=MEMFS.ops_table.file.stream;node.usedBytes=0;node.contents=null}else if(FS.isLink(node.mode)){node.node_ops=MEMFS.ops_table.link.node;node.stream_ops=MEMFS.ops_table.link.stream}else if(FS.isChrdev(node.mode)){node.node_ops=MEMFS.ops_table.chrdev.node;node.stream_ops=MEMFS.ops_table.chrdev.stream}node.atime=node.mtime=node.ctime=Date.now();if(parent){parent.contents[name]=node;parent.atime=parent.mtime=parent.ctime=node.atime}return node},getFileDataAsTypedArray(node){if(!node.contents)return new Uint8Array(0);if(node.contents.subarray)return node.contents.subarray(0,node.usedBytes);return new Uint8Array(node.contents)},expandFileStorage(node,newCapacity){var prevCapacity=node.contents?node.contents.length:0;if(prevCapacity>=newCapacity)return;var CAPACITY_DOUBLING_MAX=1024*1024;newCapacity=Math.max(newCapacity,prevCapacity*(prevCapacity<CAPACITY_DOUBLING_MAX?2:1.125)>>>0);if(prevCapacity!=0)newCapacity=Math.max(newCapacity,256);var oldContents=node.contents;node.contents=new Uint8Array(newCapacity);if(node.usedBytes>0)node.contents.set(oldContents.subarray(0,node.usedBytes),0)},resizeFileStorage(node,newSize){if(node.usedBytes==newSize)return;if(newSize==0){node.contents=null;node.usedBytes=0}else{var oldContents=node.contents;node.contents=new Uint8Array(newSize);if(oldContents){node.contents.set(oldContents.subarray(0,Math.min(newSize,node.usedBytes)))}node.usedBytes=newSize}},node_ops:{getattr(node){var attr={};attr.dev=FS.isChrdev(node.mode)?node.id:1;attr.ino=node.id;attr.mode=node.mode;attr.nlink=1;attr.uid=0;attr.gid=0;attr.rdev=node.rdev;if(FS.isDir(node.mode)){attr.size=4096}else if(FS.isFile(node.mode)){attr.size=node.usedBytes}else if(FS.isLink(node.mode)){attr.size=node.link.length}else{attr.size=0}attr.atime=new Date(node.atime);attr.mtime=new Date(node.mtime);attr.ctime=new Date(node.ctime);attr.blksize=4096;attr.blocks=Math.ceil(attr.size/attr.blksize);return attr},setattr(node,attr){for(const key of["mode","atime","mtime","ctime"]){if(attr[key]!=null){node[key]=attr[key]}}if(attr.size!==undefined){MEMFS.resizeFileStorage(node,attr.size)}},lookup(parent,name){throw MEMFS.doesNotExistError},mknod(parent,name,mode,dev){return MEMFS.createNode(parent,name,mode,dev)},rename(old_node,new_dir,new_name){var new_node;try{new_node=FS.lookupNode(new_dir,new_name)}catch(e){}if(new_node){if(FS.isDir(old_node.mode)){for(var i in new_node.contents){throw new FS.ErrnoError(55)}}FS.hashRemoveNode(new_node)}delete old_node.parent.contents[old_node.name];new_dir.contents[new_name]=old_node;old_node.name=new_name;new_dir.ctime=new_dir.mtime=old_node.parent.ctime=old_node.parent.mtime=Date.now()},unlink(parent,name){delete parent.contents[name];parent.ctime=parent.mtime=Date.now()},rmdir(parent,name){var node=FS.lookupNode(parent,name);for(var i in node.contents){throw new FS.ErrnoError(55)}delete parent.contents[name];parent.ctime=parent.mtime=Date.now()},readdir(node){return[".","..",...Object.keys(node.contents)]},symlink(parent,newname,oldpath){var node=MEMFS.createNode(parent,newname,511|40960,0);node.link=oldpath;return node},readlink(node){if(!FS.isLink(node.mode)){throw new FS.ErrnoError(28)}return node.link}},stream_ops:{read(stream,buffer,offset,length,position){var contents=stream.node.contents;if(position>=stream.node.usedBytes)return 0;var size=Math.min(stream.node.usedBytes-position,length);if(size>8&&contents.subarray){buffer.set(contents.subarray(position,position+size),offset)}else{for(var i=0;i<size;i++)buffer[offset+i]=contents[position+i]}return size},write(stream,buffer,offset,length,position,canOwn){if(buffer.buffer===HEAP8.buffer){canOwn=false}if(!length)return 0;var node=stream.node;node.mtime=node.ctime=Date.now();if(buffer.subarray&&(!node.contents||node.contents.subarray)){if(canOwn){node.contents=buffer.subarray(offset,offset+length);node.usedBytes=length;return length}else if(node.usedBytes===0&&position===0){node.contents=buffer.slice(offset,offset+length);node.usedBytes=length;return length}else if(position+length<=node.usedBytes){node.contents.set(buffer.subarray(offset,offset+length),position);return length}}MEMFS.expandFileStorage(node,position+length);if(node.contents.subarray&&buffer.subarray){node.contents.set(buffer.subarray(offset,offset+length),position)}else{for(var i=0;i<length;i++){node.contents[position+i]=buffer[offset+i]}}node.usedBytes=Math.max(node.usedBytes,position+length);return length},llseek(stream,offset,whence){var position=offset;if(whence===1){position+=stream.position}else if(whence===2){if(FS.isFile(stream.node.mode)){position+=stream.node.usedBytes}}if(position<0){throw new FS.ErrnoError(28)}return position},mmap(stream,length,position,prot,flags){if(!FS.isFile(stream.node.mode)){throw new FS.ErrnoError(43)}var ptr;var allocated;var contents=stream.node.contents;if(!(flags&2)&&contents&&contents.buffer===HEAP8.buffer){allocated=false;ptr=contents.byteOffset}else{allocated=true;ptr=mmapAlloc(length);if(!ptr){throw new FS.ErrnoError(48)}if(contents){if(position>0||position+length<contents.length){if(contents.subarray){contents=contents.subarray(position,position+length)}else{contents=Array.prototype.slice.call(contents,position,position+length)}}HEAP8.set(contents,ptr)}}return{ptr,allocated}},msync(stream,buffer,offset,length,mmapFlags){MEMFS.stream_ops.write(stream,buffer,0,length,offset,false);return 0}}};var asyncLoad=async url=>{var arrayBuffer=await readAsync(url);return new Uint8Array(arrayBuffer)};var FS_createDataFile=(parent,name,fileData,canRead,canWrite,canOwn)=>{FS.createDataFile(parent,name,fileData,canRead,canWrite,canOwn)};var preloadPlugins=Module["preloadPlugins"]||[];var FS_handledByPreloadPlugin=(byteArray,fullname,finish,onerror)=>{if(typeof Browser!="undefined")Browser.init();var handled=false;preloadPlugins.forEach(plugin=>{if(handled)return;if(plugin["canHandle"](fullname)){plugin["handle"](byteArray,fullname,finish,onerror);handled=true}});return handled};var FS_createPreloadedFile=(parent,name,url,canRead,canWrite,onload,onerror,dontCreateFile,canOwn,preFinish)=>{var fullname=name?PATH_FS.resolve(PATH.join2(parent,name)):parent;var dep=getUniqueRunDependency(`cp ${fullname}`);function processData(byteArray){function finish(byteArray){preFinish?.();if(!dontCreateFile){FS_createDataFile(parent,name,byteArray,canRead,canWrite,canOwn)}onload?.();removeRunDependency(dep)}if(FS_handledByPreloadPlugin(byteArray,fullname,finish,()=>{onerror?.();removeRunDependency(dep)})){return}finish(byteArray)}addRunDependency(dep);if(typeof url=="string"){asyncLoad(url).then(processData,onerror)}else{processData(url)}};var FS_modeStringToFlags=str=>{var flagModes={r:0,"r+":2,w:512|64|1,"w+":512|64|2,a:1024|64|1,"a+":1024|64|2};var flags=flagModes[str];if(typeof flags=="undefined"){throw new Error(`Unknown file open mode: ${str}`)}return flags};var FS_getMode=(canRead,canWrite)=>{var mode=0;if(canRead)mode|=292|73;if(canWrite)mode|=146;return mode};var FS={root:null,mounts:[],devices:{},streams:[],nextInode:1,nameTable:null,currentPath:"/",initialized:false,ignorePermissions:true,filesystems:null,syncFSRequests:0,readFiles:{},ErrnoError:class{name="ErrnoError";constructor(errno){this.errno=errno}},FSStream:class{shared={};get object(){return this.node}set object(val){this.node=val}get isRead(){return(this.flags&2097155)!==1}get isWrite(){return(this.flags&2097155)!==0}get isAppend(){return this.flags&1024}get flags(){return this.shared.flags}set flags(val){this.shared.flags=val}get position(){return this.shared.position}set position(val){this.shared.position=val}},FSNode:class{node_ops={};stream_ops={};readMode=292|73;writeMode=146;mounted=null;constructor(parent,name,mode,rdev){if(!parent){parent=this}this.parent=parent;this.mount=parent.mount;this.id=FS.nextInode++;this.name=name;this.mode=mode;this.rdev=rdev;this.atime=this.mtime=this.ctime=Date.now()}get read(){return(this.mode&this.readMode)===this.readMode}set read(val){val?this.mode|=this.readMode:this.mode&=~this.readMode}get write(){return(this.mode&this.writeMode)===this.writeMode}set write(val){val?this.mode|=this.writeMode:this.mode&=~this.writeMode}get isFolder(){return FS.isDir(this.mode)}get isDevice(){return FS.isChrdev(this.mode)}},lookupPath(path,opts={}){if(!path){throw new FS.ErrnoError(44)}opts.follow_mount??=true;if(!PATH.isAbs(path)){path=FS.cwd()+"/"+path}linkloop:for(var nlinks=0;nlinks<40;nlinks++){var parts=path.split("/").filter(p=>!!p);var current=FS.root;var current_path="/";for(var i=0;i<parts.length;i++){var islast=i===parts.length-1;if(islast&&opts.parent){break}if(parts[i]==="."){continue}if(parts[i]===".."){current_path=PATH.dirname(current_path);current=current.parent;continue}current_path=PATH.join2(current_path,parts[i]);try{current=FS.lookupNode(current,parts[i])}catch(e){if(e?.errno===44&&islast&&opts.noent_okay){return{path:current_path}}throw e}if(FS.isMountpoint(current)&&(!islast||opts.follow_mount)){current=current.mounted.root}if(FS.isLink(current.mode)&&(!islast||opts.follow)){if(!current.node_ops.readlink){throw new FS.ErrnoError(52)}var link=current.node_ops.readlink(current);if(!PATH.isAbs(link)){link=PATH.dirname(current_path)+"/"+link}path=link+"/"+parts.slice(i+1).join("/");continue linkloop}}return{path:current_path,node:current}}throw new FS.ErrnoError(32)},getPath(node){var path;while(true){if(FS.isRoot(node)){var mount=node.mount.mountpoint;if(!path)return mount;return mount[mount.length-1]!=="/"?`${mount}/${path}`:mount+path}path=path?`${node.name}/${path}`:node.name;node=node.parent}},hashName(parentid,name){var hash=0;for(var i=0;i<name.length;i++){hash=(hash<<5)-hash+name.charCodeAt(i)|0}return(parentid+hash>>>0)%FS.nameTable.length},hashAddNode(node){var hash=FS.hashName(node.parent.id,node.name);node.name_next=FS.nameTable[hash];FS.nameTable[hash]=node},hashRemoveNode(node){var hash=FS.hashName(node.parent.id,node.name);if(FS.nameTable[hash]===node){FS.nameTable[hash]=node.name_next}else{var current=FS.nameTable[hash];while(current){if(current.name_next===node){current.name_next=node.name_next;break}current=current.name_next}}},lookupNode(parent,name){var errCode=FS.mayLookup(parent);if(errCode){throw new FS.ErrnoError(errCode)}var hash=FS.hashName(parent.id,name);for(var node=FS.nameTable[hash];node;node=node.name_next){var nodeName=node.name;if(node.parent.id===parent.id&&nodeName===name){return node}}return FS.lookup(parent,name)},createNode(parent,name,mode,rdev){var node=new FS.FSNode(parent,name,mode,rdev);FS.hashAddNode(node);return node},destroyNode(node){FS.hashRemoveNode(node)},isRoot(node){return node===node.parent},isMountpoint(node){return!!node.mounted},isFile(mode){return(mode&61440)===32768},isDir(mode){return(mode&61440)===16384},isLink(mode){return(mode&61440)===40960},isChrdev(mode){return(mode&61440)===8192},isBlkdev(mode){return(mode&61440)===24576},isFIFO(mode){return(mode&61440)===4096},isSocket(mode){return(mode&49152)===49152},flagsToPermissionString(flag){var perms=["r","w","rw"][flag&3];if(flag&512){perms+="w"}return perms},nodePermissions(node,perms){if(FS.ignorePermissions){return 0}if(perms.includes("r")&&!(node.mode&292)){return 2}else if(perms.includes("w")&&!(node.mode&146)){return 2}else if(perms.includes("x")&&!(node.mode&73)){return 2}return 0},mayLookup(dir){if(!FS.isDir(dir.mode))return 54;var errCode=FS.nodePermissions(dir,"x");if(errCode)return errCode;if(!dir.node_ops.lookup)return 2;return 0},mayCreate(dir,name){if(!FS.isDir(dir.mode)){return 54}try{var node=FS.lookupNode(dir,name);return 20}catch(e){}return FS.nodePermissions(dir,"wx")},mayDelete(dir,name,isdir){var node;try{node=FS.lookupNode(dir,name)}catch(e){return e.errno}var errCode=FS.nodePermissions(dir,"wx");if(errCode){return errCode}if(isdir){if(!FS.isDir(node.mode)){return 54}if(FS.isRoot(node)||FS.getPath(node)===FS.cwd()){return 10}}else{if(FS.isDir(node.mode)){return 31}}return 0},mayOpen(node,flags){if(!node){return 44}if(FS.isLink(node.mode)){return 32}else if(FS.isDir(node.mode)){if(FS.flagsToPermissionString(flags)!=="r"||flags&(512|64)){return 31}}return FS.nodePermissions(node,FS.flagsToPermissionString(flags))},checkOpExists(op,err){if(!op){throw new FS.ErrnoError(err)}return op},MAX_OPEN_FDS:4096,nextfd(){for(var fd=0;fd<=FS.MAX_OPEN_FDS;fd++){if(!FS.streams[fd]){return fd}}throw new FS.ErrnoError(33)},getStreamChecked(fd){var stream=FS.getStream(fd);if(!stream){throw new FS.ErrnoError(8)}return stream},getStream:fd=>FS.streams[fd],createStream(stream,fd=-1){stream=Object.assign(new FS.FSStream,stream);if(fd==-1){fd=FS.nextfd()}stream.fd=fd;FS.streams[fd]=stream;return stream},closeStream(fd){FS.streams[fd]=null},dupStream(origStream,fd=-1){var stream=FS.createStream(origStream,fd);stream.stream_ops?.dup?.(stream);return stream},doSetAttr(stream,node,attr){var setattr=stream?.stream_ops.setattr;var arg=setattr?stream:node;setattr??=node.node_ops.setattr;FS.checkOpExists(setattr,63);setattr(arg,attr)},chrdev_stream_ops:{open(stream){var device=FS.getDevice(stream.node.rdev);stream.stream_ops=device.stream_ops;stream.stream_ops.open?.(stream)},llseek(){throw new FS.ErrnoError(70)}},major:dev=>dev>>8,minor:dev=>dev&255,makedev:(ma,mi)=>ma<<8|mi,registerDevice(dev,ops){FS.devices[dev]={stream_ops:ops}},getDevice:dev=>FS.devices[dev],getMounts(mount){var mounts=[];var check=[mount];while(check.length){var m=check.pop();mounts.push(m);check.push(...m.mounts)}return mounts},syncfs(populate,callback){if(typeof populate=="function"){callback=populate;populate=false}FS.syncFSRequests++;if(FS.syncFSRequests>1){err(`warning: ${FS.syncFSRequests} FS.syncfs operations in flight at once, probably just doing extra work`)}var mounts=FS.getMounts(FS.root.mount);var completed=0;function doCallback(errCode){FS.syncFSRequests--;return callback(errCode)}function done(errCode){if(errCode){if(!done.errored){done.errored=true;return doCallback(errCode)}return}if(++completed>=mounts.length){doCallback(null)}}mounts.forEach(mount=>{if(!mount.type.syncfs){return done(null)}mount.type.syncfs(mount,populate,done)})},mount(type,opts,mountpoint){var root=mountpoint==="/";var pseudo=!mountpoint;var node;if(root&&FS.root){throw new FS.ErrnoError(10)}else if(!root&&!pseudo){var lookup=FS.lookupPath(mountpoint,{follow_mount:false});mountpoint=lookup.path;node=lookup.node;if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}if(!FS.isDir(node.mode)){throw new FS.ErrnoError(54)}}var mount={type,opts,mountpoint,mounts:[]};var mountRoot=type.mount(mount);mountRoot.mount=mount;mount.root=mountRoot;if(root){FS.root=mountRoot}else if(node){node.mounted=mount;if(node.mount){node.mount.mounts.push(mount)}}return mountRoot},unmount(mountpoint){var lookup=FS.lookupPath(mountpoint,{follow_mount:false});if(!FS.isMountpoint(lookup.node)){throw new FS.ErrnoError(28)}var node=lookup.node;var mount=node.mounted;var mounts=FS.getMounts(mount);Object.keys(FS.nameTable).forEach(hash=>{var current=FS.nameTable[hash];while(current){var next=current.name_next;if(mounts.includes(current.mount)){FS.destroyNode(current)}current=next}});node.mounted=null;var idx=node.mount.mounts.indexOf(mount);node.mount.mounts.splice(idx,1)},lookup(parent,name){return parent.node_ops.lookup(parent,name)},mknod(path,mode,dev){var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;var name=PATH.basename(path);if(!name){throw new FS.ErrnoError(28)}if(name==="."||name===".."){throw new FS.ErrnoError(20)}var errCode=FS.mayCreate(parent,name);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.mknod){throw new FS.ErrnoError(63)}return parent.node_ops.mknod(parent,name,mode,dev)},statfs(path){return FS.statfsNode(FS.lookupPath(path,{follow:true}).node)},statfsStream(stream){return FS.statfsNode(stream.node)},statfsNode(node){var rtn={bsize:4096,frsize:4096,blocks:1e6,bfree:5e5,bavail:5e5,files:FS.nextInode,ffree:FS.nextInode-1,fsid:42,flags:2,namelen:255};if(node.node_ops.statfs){Object.assign(rtn,node.node_ops.statfs(node.mount.opts.root))}return rtn},create(path,mode=438){mode&=4095;mode|=32768;return FS.mknod(path,mode,0)},mkdir(path,mode=511){mode&=511|512;mode|=16384;return FS.mknod(path,mode,0)},mkdirTree(path,mode){var dirs=path.split("/");var d="";for(var dir of dirs){if(!dir)continue;if(d||PATH.isAbs(path))d+="/";d+=dir;try{FS.mkdir(d,mode)}catch(e){if(e.errno!=20)throw e}}},mkdev(path,mode,dev){if(typeof dev=="undefined"){dev=mode;mode=438}mode|=8192;return FS.mknod(path,mode,dev)},symlink(oldpath,newpath){if(!PATH_FS.resolve(oldpath)){throw new FS.ErrnoError(44)}var lookup=FS.lookupPath(newpath,{parent:true});var parent=lookup.node;if(!parent){throw new FS.ErrnoError(44)}var newname=PATH.basename(newpath);var errCode=FS.mayCreate(parent,newname);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.symlink){throw new FS.ErrnoError(63)}return parent.node_ops.symlink(parent,newname,oldpath)},rename(old_path,new_path){var old_dirname=PATH.dirname(old_path);var new_dirname=PATH.dirname(new_path);var old_name=PATH.basename(old_path);var new_name=PATH.basename(new_path);var lookup,old_dir,new_dir;lookup=FS.lookupPath(old_path,{parent:true});old_dir=lookup.node;lookup=FS.lookupPath(new_path,{parent:true});new_dir=lookup.node;if(!old_dir||!new_dir)throw new FS.ErrnoError(44);if(old_dir.mount!==new_dir.mount){throw new FS.ErrnoError(75)}var old_node=FS.lookupNode(old_dir,old_name);var relative=PATH_FS.relative(old_path,new_dirname);if(relative.charAt(0)!=="."){throw new FS.ErrnoError(28)}relative=PATH_FS.relative(new_path,old_dirname);if(relative.charAt(0)!=="."){throw new FS.ErrnoError(55)}var new_node;try{new_node=FS.lookupNode(new_dir,new_name)}catch(e){}if(old_node===new_node){return}var isdir=FS.isDir(old_node.mode);var errCode=FS.mayDelete(old_dir,old_name,isdir);if(errCode){throw new FS.ErrnoError(errCode)}errCode=new_node?FS.mayDelete(new_dir,new_name,isdir):FS.mayCreate(new_dir,new_name);if(errCode){throw new FS.ErrnoError(errCode)}if(!old_dir.node_ops.rename){throw new FS.ErrnoError(63)}if(FS.isMountpoint(old_node)||new_node&&FS.isMountpoint(new_node)){throw new FS.ErrnoError(10)}if(new_dir!==old_dir){errCode=FS.nodePermissions(old_dir,"w");if(errCode){throw new FS.ErrnoError(errCode)}}FS.hashRemoveNode(old_node);try{old_dir.node_ops.rename(old_node,new_dir,new_name);old_node.parent=new_dir}catch(e){throw e}finally{FS.hashAddNode(old_node)}},rmdir(path){var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;var name=PATH.basename(path);var node=FS.lookupNode(parent,name);var errCode=FS.mayDelete(parent,name,true);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.rmdir){throw new FS.ErrnoError(63)}if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}parent.node_ops.rmdir(parent,name);FS.destroyNode(node)},readdir(path){var lookup=FS.lookupPath(path,{follow:true});var node=lookup.node;var readdir=FS.checkOpExists(node.node_ops.readdir,54);return readdir(node)},unlink(path){var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;if(!parent){throw new FS.ErrnoError(44)}var name=PATH.basename(path);var node=FS.lookupNode(parent,name);var errCode=FS.mayDelete(parent,name,false);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.unlink){throw new FS.ErrnoError(63)}if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}parent.node_ops.unlink(parent,name);FS.destroyNode(node)},readlink(path){var lookup=FS.lookupPath(path);var link=lookup.node;if(!link){throw new FS.ErrnoError(44)}if(!link.node_ops.readlink){throw new FS.ErrnoError(28)}return link.node_ops.readlink(link)},stat(path,dontFollow){var lookup=FS.lookupPath(path,{follow:!dontFollow});var node=lookup.node;var getattr=FS.checkOpExists(node.node_ops.getattr,63);return getattr(node)},fstat(fd){var stream=FS.getStreamChecked(fd);var node=stream.node;var getattr=stream.stream_ops.getattr;var arg=getattr?stream:node;getattr??=node.node_ops.getattr;FS.checkOpExists(getattr,63);return getattr(arg)},lstat(path){return FS.stat(path,true)},doChmod(stream,node,mode,dontFollow){FS.doSetAttr(stream,node,{mode:mode&4095|node.mode&~4095,ctime:Date.now(),dontFollow})},chmod(path,mode,dontFollow){var node;if(typeof path=="string"){var lookup=FS.lookupPath(path,{follow:!dontFollow});node=lookup.node}else{node=path}FS.doChmod(null,node,mode,dontFollow)},lchmod(path,mode){FS.chmod(path,mode,true)},fchmod(fd,mode){var stream=FS.getStreamChecked(fd);FS.doChmod(stream,stream.node,mode,false)},doChown(stream,node,dontFollow){FS.doSetAttr(stream,node,{timestamp:Date.now(),dontFollow})},chown(path,uid,gid,dontFollow){var node;if(typeof path=="string"){var lookup=FS.lookupPath(path,{follow:!dontFollow});node=lookup.node}else{node=path}FS.doChown(null,node,dontFollow)},lchown(path,uid,gid){FS.chown(path,uid,gid,true)},fchown(fd,uid,gid){var stream=FS.getStreamChecked(fd);FS.doChown(stream,stream.node,false)},doTruncate(stream,node,len){if(FS.isDir(node.mode)){throw new FS.ErrnoError(31)}if(!FS.isFile(node.mode)){throw new FS.ErrnoError(28)}var errCode=FS.nodePermissions(node,"w");if(errCode){throw new FS.ErrnoError(errCode)}FS.doSetAttr(stream,node,{size:len,timestamp:Date.now()})},truncate(path,len){if(len<0){throw new FS.ErrnoError(28)}var node;if(typeof path=="string"){var lookup=FS.lookupPath(path,{follow:true});node=lookup.node}else{node=path}FS.doTruncate(null,node,len)},ftruncate(fd,len){var stream=FS.getStreamChecked(fd);if(len<0||(stream.flags&2097155)===0){throw new FS.ErrnoError(28)}FS.doTruncate(stream,stream.node,len)},utime(path,atime,mtime){var lookup=FS.lookupPath(path,{follow:true});var node=lookup.node;var setattr=FS.checkOpExists(node.node_ops.setattr,63);setattr(node,{atime,mtime})},open(path,flags,mode=438){if(path===""){throw new FS.ErrnoError(44)}flags=typeof flags=="string"?FS_modeStringToFlags(flags):flags;if(flags&64){mode=mode&4095|32768}else{mode=0}var node;var isDirPath;if(typeof path=="object"){node=path}else{isDirPath=path.endsWith("/");var lookup=FS.lookupPath(path,{follow:!(flags&131072),noent_okay:true});node=lookup.node;path=lookup.path}var created=false;if(flags&64){if(node){if(flags&128){throw new FS.ErrnoError(20)}}else if(isDirPath){throw new FS.ErrnoError(31)}else{node=FS.mknod(path,mode|511,0);created=true}}if(!node){throw new FS.ErrnoError(44)}if(FS.isChrdev(node.mode)){flags&=~512}if(flags&65536&&!FS.isDir(node.mode)){throw new FS.ErrnoError(54)}if(!created){var errCode=FS.mayOpen(node,flags);if(errCode){throw new FS.ErrnoError(errCode)}}if(flags&512&&!created){FS.truncate(node,0)}flags&=~(128|512|131072);var stream=FS.createStream({node,path:FS.getPath(node),flags,seekable:true,position:0,stream_ops:node.stream_ops,ungotten:[],error:false});if(stream.stream_ops.open){stream.stream_ops.open(stream)}if(created){FS.chmod(node,mode&511)}if(Module["logReadFiles"]&&!(flags&1)){if(!(path in FS.readFiles)){FS.readFiles[path]=1}}return stream},close(stream){if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if(stream.getdents)stream.getdents=null;try{if(stream.stream_ops.close){stream.stream_ops.close(stream)}}catch(e){throw e}finally{FS.closeStream(stream.fd)}stream.fd=null},isClosed(stream){return stream.fd===null},llseek(stream,offset,whence){if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if(!stream.seekable||!stream.stream_ops.llseek){throw new FS.ErrnoError(70)}if(whence!=0&&whence!=1&&whence!=2){throw new FS.ErrnoError(28)}stream.position=stream.stream_ops.llseek(stream,offset,whence);stream.ungotten=[];return stream.position},read(stream,buffer,offset,length,position){if(length<0||position<0){throw new FS.ErrnoError(28)}if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if((stream.flags&2097155)===1){throw new FS.ErrnoError(8)}if(FS.isDir(stream.node.mode)){throw new FS.ErrnoError(31)}if(!stream.stream_ops.read){throw new FS.ErrnoError(28)}var seeking=typeof position!="undefined";if(!seeking){position=stream.position}else if(!stream.seekable){throw new FS.ErrnoError(70)}var bytesRead=stream.stream_ops.read(stream,buffer,offset,length,position);if(!seeking)stream.position+=bytesRead;return bytesRead},write(stream,buffer,offset,length,position,canOwn){if(length<0||position<0){throw new FS.ErrnoError(28)}if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if((stream.flags&2097155)===0){throw new FS.ErrnoError(8)}if(FS.isDir(stream.node.mode)){throw new FS.ErrnoError(31)}if(!stream.stream_ops.write){throw new FS.ErrnoError(28)}if(stream.seekable&&stream.flags&1024){FS.llseek(stream,0,2)}var seeking=typeof position!="undefined";if(!seeking){position=stream.position}else if(!stream.seekable){throw new FS.ErrnoError(70)}var bytesWritten=stream.stream_ops.write(stream,buffer,offset,length,position,canOwn);if(!seeking)stream.position+=bytesWritten;return bytesWritten},mmap(stream,length,position,prot,flags){if((prot&2)!==0&&(flags&2)===0&&(stream.flags&2097155)!==2){throw new FS.ErrnoError(2)}if((stream.flags&2097155)===1){throw new FS.ErrnoError(2)}if(!stream.stream_ops.mmap){throw new FS.ErrnoError(43)}if(!length){throw new FS.ErrnoError(28)}return stream.stream_ops.mmap(stream,length,position,prot,flags)},msync(stream,buffer,offset,length,mmapFlags){if(!stream.stream_ops.msync){return 0}return stream.stream_ops.msync(stream,buffer,offset,length,mmapFlags)},ioctl(stream,cmd,arg){if(!stream.stream_ops.ioctl){throw new FS.ErrnoError(59)}return stream.stream_ops.ioctl(stream,cmd,arg)},readFile(path,opts={}){opts.flags=opts.flags||0;opts.encoding=opts.encoding||"binary";if(opts.encoding!=="utf8"&&opts.encoding!=="binary"){throw new Error(`Invalid encoding type "${opts.encoding}"`)}var ret;var stream=FS.open(path,opts.flags);var stat=FS.stat(path);var length=stat.size;var buf=new Uint8Array(length);FS.read(stream,buf,0,length,0);if(opts.encoding==="utf8"){ret=UTF8ArrayToString(buf)}else if(opts.encoding==="binary"){ret=buf}FS.close(stream);return ret},writeFile(path,data,opts={}){opts.flags=opts.flags||577;var stream=FS.open(path,opts.flags,opts.mode);if(typeof data=="string"){var buf=new Uint8Array(lengthBytesUTF8(data)+1);var actualNumBytes=stringToUTF8Array(data,buf,0,buf.length);FS.write(stream,buf,0,actualNumBytes,undefined,opts.canOwn)}else if(ArrayBuffer.isView(data)){FS.write(stream,data,0,data.byteLength,undefined,opts.canOwn)}else{throw new Error("Unsupported data type")}FS.close(stream)},cwd:()=>FS.currentPath,chdir(path){var lookup=FS.lookupPath(path,{follow:true});if(lookup.node===null){throw new FS.ErrnoError(44)}if(!FS.isDir(lookup.node.mode)){throw new FS.ErrnoError(54)}var errCode=FS.nodePermissions(lookup.node,"x");if(errCode){throw new FS.ErrnoError(errCode)}FS.currentPath=lookup.path},createDefaultDirectories(){FS.mkdir("/tmp");FS.mkdir("/home");FS.mkdir("/home/web_user")},createDefaultDevices(){FS.mkdir("/dev");FS.registerDevice(FS.makedev(1,3),{read:()=>0,write:(stream,buffer,offset,length,pos)=>length,llseek:()=>0});FS.mkdev("/dev/null",FS.makedev(1,3));TTY.register(FS.makedev(5,0),TTY.default_tty_ops);TTY.register(FS.makedev(6,0),TTY.default_tty1_ops);FS.mkdev("/dev/tty",FS.makedev(5,0));FS.mkdev("/dev/tty1",FS.makedev(6,0));var randomBuffer=new Uint8Array(1024),randomLeft=0;var randomByte=()=>{if(randomLeft===0){randomFill(randomBuffer);randomLeft=randomBuffer.byteLength}return randomBuffer[--randomLeft]};FS.createDevice("/dev","random",randomByte);FS.createDevice("/dev","urandom",randomByte);FS.mkdir("/dev/shm");FS.mkdir("/dev/shm/tmp")},createSpecialDirectories(){FS.mkdir("/proc");var proc_self=FS.mkdir("/proc/self");FS.mkdir("/proc/self/fd");FS.mount({mount(){var node=FS.createNode(proc_self,"fd",16895,73);node.stream_ops={llseek:MEMFS.stream_ops.llseek};node.node_ops={lookup(parent,name){var fd=+name;var stream=FS.getStreamChecked(fd);var ret={parent:null,mount:{mountpoint:"fake"},node_ops:{readlink:()=>stream.path},id:fd+1};ret.parent=ret;return ret},readdir(){return Array.from(FS.streams.entries()).filter(([k,v])=>v).map(([k,v])=>k.toString())}};return node}},{},"/proc/self/fd")},createStandardStreams(input,output,error){if(input){FS.createDevice("/dev","stdin",input)}else{FS.symlink("/dev/tty","/dev/stdin")}if(output){FS.createDevice("/dev","stdout",null,output)}else{FS.symlink("/dev/tty","/dev/stdout")}if(error){FS.createDevice("/dev","stderr",null,error)}else{FS.symlink("/dev/tty1","/dev/stderr")}var stdin=FS.open("/dev/stdin",0);var stdout=FS.open("/dev/stdout",1);var stderr=FS.open("/dev/stderr",1)},staticInit(){FS.nameTable=new Array(4096);FS.mount(MEMFS,{},"/");FS.createDefaultDirectories();FS.createDefaultDevices();FS.createSpecialDirectories();FS.filesystems={MEMFS}},init(input,output,error){FS.initialized=true;input??=Module["stdin"];output??=Module["stdout"];error??=Module["stderr"];FS.createStandardStreams(input,output,error)},quit(){FS.initialized=false;for(var stream of FS.streams){if(stream){FS.close(stream)}}},findObject(path,dontResolveLastLink){var ret=FS.analyzePath(path,dontResolveLastLink);if(!ret.exists){return null}return ret.object},analyzePath(path,dontResolveLastLink){try{var lookup=FS.lookupPath(path,{follow:!dontResolveLastLink});path=lookup.path}catch(e){}var ret={isRoot:false,exists:false,error:0,name:null,path:null,object:null,parentExists:false,parentPath:null,parentObject:null};try{var lookup=FS.lookupPath(path,{parent:true});ret.parentExists=true;ret.parentPath=lookup.path;ret.parentObject=lookup.node;ret.name=PATH.basename(path);lookup=FS.lookupPath(path,{follow:!dontResolveLastLink});ret.exists=true;ret.path=lookup.path;ret.object=lookup.node;ret.name=lookup.node.name;ret.isRoot=lookup.path==="/"}catch(e){ret.error=e.errno}return ret},createPath(parent,path,canRead,canWrite){parent=typeof parent=="string"?parent:FS.getPath(parent);var parts=path.split("/").reverse();while(parts.length){var part=parts.pop();if(!part)continue;var current=PATH.join2(parent,part);try{FS.mkdir(current)}catch(e){if(e.errno!=20)throw e}parent=current}return current},createFile(parent,name,properties,canRead,canWrite){var path=PATH.join2(typeof parent=="string"?parent:FS.getPath(parent),name);var mode=FS_getMode(canRead,canWrite);return FS.create(path,mode)},createDataFile(parent,name,data,canRead,canWrite,canOwn){var path=name;if(parent){parent=typeof parent=="string"?parent:FS.getPath(parent);path=name?PATH.join2(parent,name):parent}var mode=FS_getMode(canRead,canWrite);var node=FS.create(path,mode);if(data){if(typeof data=="string"){var arr=new Array(data.length);for(var i=0,len=data.length;i<len;++i)arr[i]=data.charCodeAt(i);data=arr}FS.chmod(node,mode|146);var stream=FS.open(node,577);FS.write(stream,data,0,data.length,0,canOwn);FS.close(stream);FS.chmod(node,mode)}},createDevice(parent,name,input,output){var path=PATH.join2(typeof parent=="string"?parent:FS.getPath(parent),name);var mode=FS_getMode(!!input,!!output);FS.createDevice.major??=64;var dev=FS.makedev(FS.createDevice.major++,0);FS.registerDevice(dev,{open(stream){stream.seekable=false},close(stream){if(output?.buffer?.length){output(10)}},read(stream,buffer,offset,length,pos){var bytesRead=0;for(var i=0;i<length;i++){var result;try{result=input()}catch(e){throw new FS.ErrnoError(29)}if(result===undefined&&bytesRead===0){throw new FS.ErrnoError(6)}if(result===null||result===undefined)break;bytesRead++;buffer[offset+i]=result}if(bytesRead){stream.node.atime=Date.now()}return bytesRead},write(stream,buffer,offset,length,pos){for(var i=0;i<length;i++){try{output(buffer[offset+i])}catch(e){throw new FS.ErrnoError(29)}}if(length){stream.node.mtime=stream.node.ctime=Date.now()}return i}});return FS.mkdev(path,mode,dev)},forceLoadFile(obj){if(obj.isDevice||obj.isFolder||obj.link||obj.contents)return true;if(typeof XMLHttpRequest!="undefined"){throw new Error("Lazy loading should have been performed (contents set) in createLazyFile, but it was not. Lazy loading only works in web workers. Use --embed-file or --preload-file in emcc on the main thread.")}else{try{obj.contents=readBinary(obj.url);obj.usedBytes=obj.contents.length}catch(e){throw new FS.ErrnoError(29)}}},createLazyFile(parent,name,url,canRead,canWrite){class LazyUint8Array{lengthKnown=false;chunks=[];get(idx){if(idx>this.length-1||idx<0){return undefined}var chunkOffset=idx%this.chunkSize;var chunkNum=idx/this.chunkSize|0;return this.getter(chunkNum)[chunkOffset]}setDataGetter(getter){this.getter=getter}cacheLength(){var xhr=new XMLHttpRequest;xhr.open("HEAD",url,false);xhr.send(null);if(!(xhr.status>=200&&xhr.status<300||xhr.status===304))throw new Error("Couldn't load "+url+". Status: "+xhr.status);var datalength=Number(xhr.getResponseHeader("Content-length"));var header;var hasByteServing=(header=xhr.getResponseHeader("Accept-Ranges"))&&header==="bytes";var usesGzip=(header=xhr.getResponseHeader("Content-Encoding"))&&header==="gzip";var chunkSize=1024*1024;if(!hasByteServing)chunkSize=datalength;var doXHR=(from,to)=>{if(from>to)throw new Error("invalid range ("+from+", "+to+") or no bytes requested!");if(to>datalength-1)throw new Error("only "+datalength+" bytes available! programmer error!");var xhr=new XMLHttpRequest;xhr.open("GET",url,false);if(datalength!==chunkSize)xhr.setRequestHeader("Range","bytes="+from+"-"+to);xhr.responseType="arraybuffer";if(xhr.overrideMimeType){xhr.overrideMimeType("text/plain; charset=x-user-defined")}xhr.send(null);if(!(xhr.status>=200&&xhr.status<300||xhr.status===304))throw new Error("Couldn't load "+url+". Status: "+xhr.status);if(xhr.response!==undefined){return new Uint8Array(xhr.response||[])}return intArrayFromString(xhr.responseText||"",true)};var lazyArray=this;lazyArray.setDataGetter(chunkNum=>{var start=chunkNum*chunkSize;var end=(chunkNum+1)*chunkSize-1;end=Math.min(end,datalength-1);if(typeof lazyArray.chunks[chunkNum]=="undefined"){lazyArray.chunks[chunkNum]=doXHR(start,end)}if(typeof lazyArray.chunks[chunkNum]=="undefined")throw new Error("doXHR failed!");return lazyArray.chunks[chunkNum]});if(usesGzip||!datalength){chunkSize=datalength=1;datalength=this.getter(0).length;chunkSize=datalength;out("LazyFiles on gzip forces download of the whole file when length is accessed")}this._length=datalength;this._chunkSize=chunkSize;this.lengthKnown=true}get length(){if(!this.lengthKnown){this.cacheLength()}return this._length}get chunkSize(){if(!this.lengthKnown){this.cacheLength()}return this._chunkSize}}if(typeof XMLHttpRequest!="undefined"){if(!ENVIRONMENT_IS_WORKER)throw"Cannot do synchronous binary XHRs outside webworkers in modern browsers. Use --embed-file or --preload-file in emcc";var lazyArray=new LazyUint8Array;var properties={isDevice:false,contents:lazyArray}}else{var properties={isDevice:false,url}}var node=FS.createFile(parent,name,properties,canRead,canWrite);if(properties.contents){node.contents=properties.contents}else if(properties.url){node.contents=null;node.url=properties.url}Object.defineProperties(node,{usedBytes:{get:function(){return this.contents.length}}});var stream_ops={};var keys=Object.keys(node.stream_ops);keys.forEach(key=>{var fn=node.stream_ops[key];stream_ops[key]=(...args)=>{FS.forceLoadFile(node);return fn(...args)}});function writeChunks(stream,buffer,offset,length,position){var contents=stream.node.contents;if(position>=contents.length)return 0;var size=Math.min(contents.length-position,length);if(contents.slice){for(var i=0;i<size;i++){buffer[offset+i]=contents[position+i]}}else{for(var i=0;i<size;i++){buffer[offset+i]=contents.get(position+i)}}return size}stream_ops.read=(stream,buffer,offset,length,position)=>{FS.forceLoadFile(node);return writeChunks(stream,buffer,offset,length,position)};stream_ops.mmap=(stream,length,position,prot,flags)=>{FS.forceLoadFile(node);var ptr=mmapAlloc(length);if(!ptr){throw new FS.ErrnoError(48)}writeChunks(stream,HEAP8,ptr,length,position);return{ptr,allocated:true}};node.stream_ops=stream_ops;return node}};var UTF8ToString=(ptr,maxBytesToRead)=>ptr?UTF8ArrayToString(HEAPU8,ptr,maxBytesToRead):"";var SYSCALLS={DEFAULT_POLLMASK:5,calculateAt(dirfd,path,allowEmpty){if(PATH.isAbs(path)){return path}var dir;if(dirfd===-100){dir=FS.cwd()}else{var dirstream=SYSCALLS.getStreamFromFD(dirfd);dir=dirstream.path}if(path.length==0){if(!allowEmpty){throw new FS.ErrnoError(44)}return dir}return dir+"/"+path},writeStat(buf,stat){HEAP32[buf>>2]=stat.dev;HEAP32[buf+4>>2]=stat.mode;HEAPU32[buf+8>>2]=stat.nlink;HEAP32[buf+12>>2]=stat.uid;HEAP32[buf+16>>2]=stat.gid;HEAP32[buf+20>>2]=stat.rdev;HEAP64[buf+24>>3]=BigInt(stat.size);HEAP32[buf+32>>2]=4096;HEAP32[buf+36>>2]=stat.blocks;var atime=stat.atime.getTime();var mtime=stat.mtime.getTime();var ctime=stat.ctime.getTime();HEAP64[buf+40>>3]=BigInt(Math.floor(atime/1e3));HEAPU32[buf+48>>2]=atime%1e3*1e3*1e3;HEAP64[buf+56>>3]=BigInt(Math.floor(mtime/1e3));HEAPU32[buf+64>>2]=mtime%1e3*1e3*1e3;HEAP64[buf+72>>3]=BigInt(Math.floor(ctime/1e3));HEAPU32[buf+80>>2]=ctime%1e3*1e3*1e3;HEAP64[buf+88>>3]=BigInt(stat.ino);return 0},writeStatFs(buf,stats){HEAP32[buf+4>>2]=stats.bsize;HEAP32[buf+40>>2]=stats.bsize;HEAP32[buf+8>>2]=stats.blocks;HEAP32[buf+12>>2]=stats.bfree;HEAP32[buf+16>>2]=stats.bavail;HEAP32[buf+20>>2]=stats.files;HEAP32[buf+24>>2]=stats.ffree;HEAP32[buf+28>>2]=stats.fsid;HEAP32[buf+44>>2]=stats.flags;HEAP32[buf+36>>2]=stats.namelen},doMsync(addr,stream,len,flags,offset){if(!FS.isFile(stream.node.mode)){throw new FS.ErrnoError(43)}if(flags&2){return 0}var buffer=HEAPU8.slice(addr,addr+len);FS.msync(stream,buffer,offset,len,flags)},getStreamFromFD(fd){var stream=FS.getStreamChecked(fd);return stream},varargs:undefined,getStr(ptr){var ret=UTF8ToString(ptr);return ret}};function ___syscall_fcntl64(fd,cmd,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(fd);switch(cmd){case 0:{var arg=syscallGetVarargI();if(arg<0){return-28}while(FS.streams[arg]){arg++}var newStream;newStream=FS.dupStream(stream,arg);return newStream.fd}case 1:case 2:return 0;case 3:return stream.flags;case 4:{var arg=syscallGetVarargI();stream.flags|=arg;return 0}case 12:{var arg=syscallGetVarargP();var offset=0;HEAP16[arg+offset>>1]=2;return 0}case 13:case 14:return 0}return-28}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_unlinkat(dirfd,path,flags){try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);if(flags===0){FS.unlink(path)}else if(flags===512){FS.rmdir(path)}else{abort("Invalid flags passed to unlinkat")}return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}var __abort_js=()=>abort("");var _emscripten_get_now=()=>performance.now();var _emscripten_date_now=()=>Date.now();var nowIsMonotonic=1;var checkWasiClock=clock_id=>clock_id>=0&&clock_id<=3;var INT53_MAX=9007199254740992;var INT53_MIN=-9007199254740992;var bigintToI53Checked=num=>num<INT53_MIN||num>INT53_MAX?NaN:Number(num);function _clock_time_get(clk_id,ignored_precision,ptime){ignored_precision=bigintToI53Checked(ignored_precision);if(!checkWasiClock(clk_id)){return 28}var now;if(clk_id===0){now=_emscripten_date_now()}else if(nowIsMonotonic){now=_emscripten_get_now()}else{return 52}var nsec=Math.round(now*1e3*1e3);HEAP64[ptime>>3]=BigInt(nsec);return 0}var handleException=e=>{if(e instanceof ExitStatus||e=="unwind"){return EXITSTATUS}quit_(1,e)};var runtimeKeepaliveCounter=0;var keepRuntimeAlive=()=>noExitRuntime||runtimeKeepaliveCounter>0;var _proc_exit=code=>{EXITSTATUS=code;if(!keepRuntimeAlive()){Module["onExit"]?.(code);ABORT=true}quit_(code,new ExitStatus(code))};var exitJS=(status,implicit)=>{EXITSTATUS=status;_proc_exit(status)};var _exit=exitJS;var maybeExit=()=>{if(!keepRuntimeAlive()){try{_exit(EXITSTATUS)}catch(e){handleException(e)}}};var callUserCallback=func=>{if(ABORT){return}try{func();maybeExit()}catch(e){handleException(e)}};var safeSetTimeout=(func,timeout)=>setTimeout(()=>{callUserCallback(func)},timeout);var _emscripten_set_main_loop_timing=(mode,value)=>{MainLoop.timingMode=mode;MainLoop.timingValue=value;if(!MainLoop.func){return 1}if(!MainLoop.running){MainLoop.running=true}if(mode==0){MainLoop.scheduler=function MainLoop_scheduler_setTimeout(){var timeUntilNextTick=Math.max(0,MainLoop.tickStartTime+value-_emscripten_get_now())|0;setTimeout(MainLoop.runner,timeUntilNextTick)};MainLoop.method="timeout"}else if(mode==1){MainLoop.scheduler=function MainLoop_scheduler_rAF(){MainLoop.requestAnimationFrame(MainLoop.runner)};MainLoop.method="rAF"}else if(mode==2){if(typeof MainLoop.setImmediate=="undefined"){if(typeof setImmediate=="undefined"){var setImmediates=[];var emscriptenMainLoopMessageId="setimmediate";var MainLoop_setImmediate_messageHandler=event=>{if(event.data===emscriptenMainLoopMessageId||event.data.target===emscriptenMainLoopMessageId){event.stopPropagation();setImmediates.shift()()}};addEventListener("message",MainLoop_setImmediate_messageHandler,true);MainLoop.setImmediate=func=>{setImmediates.push(func);if(ENVIRONMENT_IS_WORKER){Module["setImmediates"]??=[];Module["setImmediates"].push(func);postMessage({target:emscriptenMainLoopMessageId})}else postMessage(emscriptenMainLoopMessageId,"*")}}else{MainLoop.setImmediate=setImmediate}}MainLoop.scheduler=function MainLoop_scheduler_setImmediate(){MainLoop.setImmediate(MainLoop.runner)};MainLoop.method="immediate"}return 0};var setMainLoop=(iterFunc,fps,simulateInfiniteLoop,arg,noSetTiming)=>{MainLoop.func=iterFunc;MainLoop.arg=arg;var thisMainLoopId=MainLoop.currentlyRunningMainloop;function checkIsRunning(){if(thisMainLoopId<MainLoop.currentlyRunningMainloop){maybeExit();return false}return true}MainLoop.running=false;MainLoop.runner=function MainLoop_runner(){if(ABORT)return;if(MainLoop.queue.length>0){var start=Date.now();var blocker=MainLoop.queue.shift();blocker.func(blocker.arg);if(MainLoop.remainingBlockers){var remaining=MainLoop.remainingBlockers;var next=remaining%1==0?remaining-1:Math.floor(remaining);if(blocker.counted){MainLoop.remainingBlockers=next}else{next=next+.5;MainLoop.remainingBlockers=(8*remaining+next)/9}}MainLoop.updateStatus();if(!checkIsRunning())return;setTimeout(MainLoop.runner,0);return}if(!checkIsRunning())return;MainLoop.currentFrameNumber=MainLoop.currentFrameNumber+1|0;if(MainLoop.timingMode==1&&MainLoop.timingValue>1&&MainLoop.currentFrameNumber%MainLoop.timingValue!=0){MainLoop.scheduler();return}else if(MainLoop.timingMode==0){MainLoop.tickStartTime=_emscripten_get_now()}MainLoop.runIter(iterFunc);if(!checkIsRunning())return;MainLoop.scheduler()};if(!noSetTiming){if(fps>0){_emscripten_set_main_loop_timing(0,1e3/fps)}else{_emscripten_set_main_loop_timing(1,1)}MainLoop.scheduler()}if(simulateInfiniteLoop){throw"unwind"}};var MainLoop={running:false,scheduler:null,method:"",currentlyRunningMainloop:0,func:null,arg:0,timingMode:0,timingValue:0,currentFrameNumber:0,queue:[],preMainLoop:[],postMainLoop:[],pause(){MainLoop.scheduler=null;MainLoop.currentlyRunningMainloop++},resume(){MainLoop.currentlyRunningMainloop++;var timingMode=MainLoop.timingMode;var timingValue=MainLoop.timingValue;var func=MainLoop.func;MainLoop.func=null;setMainLoop(func,0,false,MainLoop.arg,true);_emscripten_set_main_loop_timing(timingMode,timingValue);MainLoop.scheduler()},updateStatus(){if(Module["setStatus"]){var message=Module["statusMessage"]||"Please wait...";var remaining=MainLoop.remainingBlockers??0;var expected=MainLoop.expectedBlockers??0;if(remaining){if(remaining<expected){Module["setStatus"](`{message} ({expected - remaining}/{expected})`)}else{Module["setStatus"](message)}}else{Module["setStatus"]("")}}},init(){Module["preMainLoop"]&&MainLoop.preMainLoop.push(Module["preMainLoop"]);Module["postMainLoop"]&&MainLoop.postMainLoop.push(Module["postMainLoop"])},runIter(func){if(ABORT)return;for(var pre of MainLoop.preMainLoop){if(pre()===false){return}}callUserCallback(func);for(var post of MainLoop.postMainLoop){post()}},nextRAF:0,fakeRequestAnimationFrame(func){var now=Date.now();if(MainLoop.nextRAF===0){MainLoop.nextRAF=now+1e3/60}else{while(now+2>=MainLoop.nextRAF){MainLoop.nextRAF+=1e3/60}}var delay=Math.max(MainLoop.nextRAF-now,0);setTimeout(func,delay)},requestAnimationFrame(func){if(typeof requestAnimationFrame=="function"){requestAnimationFrame(func);return}var RAF=MainLoop.fakeRequestAnimationFrame;RAF(func)}};var safeRequestAnimationFrame=func=>MainLoop.requestAnimationFrame(()=>{callUserCallback(func)});var wasmTableMirror=[];var wasmTable;var getWasmTableEntry=funcPtr=>{var func=wasmTableMirror[funcPtr];if(!func){wasmTableMirror[funcPtr]=func=wasmTable.get(funcPtr)}return func};var _emscripten_async_call=(func,arg,millis)=>{var wrapper=()=>getWasmTableEntry(func)(arg);if(millis>=0||ENVIRONMENT_IS_NODE){safeSetTimeout(wrapper,millis)}else{safeRequestAnimationFrame(wrapper)}};var getHeapMax=()=>2147483648;var _emscripten_get_heap_max=()=>getHeapMax();var growMemory=size=>{var b=wasmMemory.buffer;var pages=(size-b.byteLength+65535)/65536|0;try{wasmMemory.grow(pages);updateMemoryViews();return 1}catch(e){}};var _emscripten_resize_heap=requestedSize=>{var oldSize=HEAPU8.length;requestedSize>>>=0;var maxHeapSize=getHeapMax();if(requestedSize>maxHeapSize){return false}for(var cutDown=1;cutDown<=4;cutDown*=2){var overGrownHeapSize=oldSize*(1+.2/cutDown);overGrownHeapSize=Math.min(overGrownHeapSize,requestedSize+100663296);var newSize=Math.min(maxHeapSize,alignMemory(Math.max(requestedSize,overGrownHeapSize),65536));var replacement=growMemory(newSize);if(replacement){return true}}return false};var ENV={};var getExecutableName=()=>thisProgram||"./this.program";var getEnvStrings=()=>{if(!getEnvStrings.strings){var lang=(typeof navigator=="object"&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8";var env={USER:"web_user",LOGNAME:"web_user",PATH:"/",PWD:"/",HOME:"/home/web_user",LANG:lang,_:getExecutableName()};for(var x in ENV){if(ENV[x]===undefined)delete env[x];else env[x]=ENV[x]}var strings=[];for(var x in env){strings.push(`${x}=${env[x]}`)}getEnvStrings.strings=strings}return getEnvStrings.strings};var stringToAscii=(str,buffer)=>{for(var i=0;i<str.length;++i){HEAP8[buffer++]=str.charCodeAt(i)}HEAP8[buffer]=0};var _environ_get=(__environ,environ_buf)=>{var bufSize=0;getEnvStrings().forEach((string,i)=>{var ptr=environ_buf+bufSize;HEAPU32[__environ+i*4>>2]=ptr;stringToAscii(string,ptr);bufSize+=string.length+1});return 0};var _environ_sizes_get=(penviron_count,penviron_buf_size)=>{var strings=getEnvStrings();HEAPU32[penviron_count>>2]=strings.length;var bufSize=0;strings.forEach(string=>bufSize+=string.length+1);HEAPU32[penviron_buf_size>>2]=bufSize;return 0};function _fd_close(fd){try{var stream=SYSCALLS.getStreamFromFD(fd);FS.close(stream);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}function _fd_seek(fd,offset,whence,newOffset){offset=bigintToI53Checked(offset);try{if(isNaN(offset))return 61;var stream=SYSCALLS.getStreamFromFD(fd);FS.llseek(stream,offset,whence);HEAP64[newOffset>>3]=BigInt(stream.position);if(stream.getdents&&offset===0&&whence===0)stream.getdents=null;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}var doWritev=(stream,iov,iovcnt,offset)=>{var ret=0;for(var i=0;i<iovcnt;i++){var ptr=HEAPU32[iov>>2];var len=HEAPU32[iov+4>>2];iov+=8;var curr=FS.write(stream,HEAP8,ptr,len,offset);if(curr<0)return-1;ret+=curr;if(curr<len){break}if(typeof offset!="undefined"){offset+=curr}}return ret};function _fd_write(fd,iov,iovcnt,pnum){try{var stream=SYSCALLS.getStreamFromFD(fd);var num=doWritev(stream,iov,iovcnt);HEAPU32[pnum>>2]=num;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}var getCFunc=ident=>{var func=Module["_"+ident];return func};var writeArrayToMemory=(array,buffer)=>{HEAP8.set(array,buffer)};var stringToUTF8=(str,outPtr,maxBytesToWrite)=>stringToUTF8Array(str,HEAPU8,outPtr,maxBytesToWrite);var stackAlloc=sz=>__emscripten_stack_alloc(sz);Module["stackAlloc"]=stackAlloc;var stringToUTF8OnStack=str=>{var size=lengthBytesUTF8(str)+1;var ret=stackAlloc(size);stringToUTF8(str,ret,size);return ret};var ccall=(ident,returnType,argTypes,args,opts)=>{var toC={string:str=>{var ret=0;if(str!==null&&str!==undefined&&str!==0){ret=stringToUTF8OnStack(str)}return ret},array:arr=>{var ret=stackAlloc(arr.length);writeArrayToMemory(arr,ret);return ret}};function convertReturnValue(ret){if(returnType==="string"){return UTF8ToString(ret)}if(returnType==="boolean")return Boolean(ret);return ret}var func=getCFunc(ident);var cArgs=[];var stack=0;if(args){for(var i=0;i<args.length;i++){var converter=toC[argTypes[i]];if(converter){if(stack===0)stack=stackSave();cArgs[i]=converter(args[i])}else{cArgs[i]=args[i]}}}var ret=func(...cArgs);function onDone(ret){if(stack!==0)stackRestore(stack);return convertReturnValue(ret)}ret=onDone(ret);return ret};var cwrap=(ident,returnType,argTypes,opts)=>{var numericArgs=!argTypes||argTypes.every(type=>type==="number"||type==="boolean");var numericRet=returnType!=="string";if(numericRet&&numericArgs&&!opts){return getCFunc(ident)}return(...args)=>ccall(ident,returnType,argTypes,args,opts)};var uleb128Encode=(n,target)=>{if(n<128){target.push(n)}else{target.push(n%128|128,n>>7)}};var sigToWasmTypes=sig=>{var typeNames={i:"i32",j:"i64",f:"f32",d:"f64",e:"externref",p:"i32"};var type={parameters:[],results:sig[0]=="v"?[]:[typeNames[sig[0]]]};for(var i=1;i<sig.length;++i){type.parameters.push(typeNames[sig[i]])}return type};var generateFuncType=(sig,target)=>{var sigRet=sig.slice(0,1);var sigParam=sig.slice(1);var typeCodes={i:127,p:127,j:126,f:125,d:124,e:111};target.push(96);uleb128Encode(sigParam.length,target);for(var paramType of sigParam){target.push(typeCodes[paramType])}if(sigRet=="v"){target.push(0)}else{target.push(1,typeCodes[sigRet])}};var convertJsFunctionToWasm=(func,sig)=>{if(typeof WebAssembly.Function=="function"){return new WebAssembly.Function(sigToWasmTypes(sig),func)}var typeSectionBody=[1];generateFuncType(sig,typeSectionBody);var bytes=[0,97,115,109,1,0,0,0,1];uleb128Encode(typeSectionBody.length,bytes);bytes.push(...typeSectionBody);bytes.push(2,7,1,1,101,1,102,0,0,7,5,1,1,102,0,0);var module=new WebAssembly.Module(new Uint8Array(bytes));var instance=new WebAssembly.Instance(module,{e:{f:func}});var wrappedFunc=instance.exports["f"];return wrappedFunc};var updateTableMap=(offset,count)=>{if(functionsInTableMap){for(var i=offset;i<offset+count;i++){var item=getWasmTableEntry(i);if(item){functionsInTableMap.set(item,i)}}}};var functionsInTableMap;var getFunctionAddress=func=>{if(!functionsInTableMap){functionsInTableMap=new WeakMap;updateTableMap(0,wasmTable.length)}return functionsInTableMap.get(func)||0};var freeTableIndexes=[];var getEmptyTableSlot=()=>{if(freeTableIndexes.length){return freeTableIndexes.pop()}try{wasmTable.grow(1)}catch(err){if(!(err instanceof RangeError)){throw err}throw"Unable to grow wasm table. Set ALLOW_TABLE_GROWTH."}return wasmTable.length-1};var setWasmTableEntry=(idx,func)=>{wasmTable.set(idx,func);wasmTableMirror[idx]=wasmTable.get(idx)};var addFunction=(func,sig)=>{var rtn=getFunctionAddress(func);if(rtn){return rtn}var ret=getEmptyTableSlot();try{setWasmTableEntry(ret,func)}catch(err){if(!(err instanceof TypeError)){throw err}var wrapped=convertJsFunctionToWasm(func,sig);setWasmTableEntry(ret,wrapped)}functionsInTableMap.set(func,ret);return ret};var FS_createPath=FS.createPath;var runtimeKeepalivePush=()=>{runtimeKeepaliveCounter+=1};var runtimeKeepalivePop=()=>{runtimeKeepaliveCounter-=1};var FS_unlink=path=>FS.unlink(path);var FS_createLazyFile=FS.createLazyFile;var FS_createDevice=FS.createDevice;DOTNET.setup({wasmEnableSIMD:false,wasmEnableEH:true,enableAotProfiler:false,enableDevToolsProfiler:false,enableLogProfiler:false,enableEventPipe:false,runAOTCompilation:false,wasmEnableThreads:false,gitHash:"430bff23a1a0b566d103fcbea797880ef1c0eb28"});FS.createPreloadedFile=FS_createPreloadedFile;FS.staticInit();Module["FS_createPath"]=FS.createPath;Module["FS_createDataFile"]=FS.createDataFile;Module["FS_createPath"]=FS.createPath;Module["FS_createDataFile"]=FS.createDataFile;Module["FS_createPreloadedFile"]=FS.createPreloadedFile;Module["FS_unlink"]=FS.unlink;Module["FS_createLazyFile"]=FS.createLazyFile;Module["FS_createDevice"]=FS.createDevice;MEMFS.doesNotExistError=new FS.ErrnoError(44);MEMFS.doesNotExistError.stack="<generic error, no stack>";Module["requestAnimationFrame"]=MainLoop.requestAnimationFrame;Module["pauseMainLoop"]=MainLoop.pause;Module["resumeMainLoop"]=MainLoop.resume;MainLoop.init();function RhpGetCurrentBrowserThreadStackTrace(pShadowStack,pOutputBuffer,allFramesAsJS){const POINTER_SIZE=4;const POINTER_LOG2=2;const WASM_FUNCTION_TEXT="wasm-function[";const WASM_OFFSET_TEXT="]:0x";const isMeasurementPhase=pOutputBuffer===0;const jsStackTrace=isMeasurementPhase?(new Error).stack:Module.RhpGetCurrentBrowserThreadStackTraceValue;let actualBufferLength=0;let callerModuleId="";for(let currentIndex=0,currentFrameEndIndex;currentIndex<jsStackTrace.length;currentIndex=currentFrameEndIndex+1){currentFrameEndIndex=jsStackTrace.indexOf("\n",currentIndex);if(currentFrameEndIndex<0)currentFrameEndIndex=jsStackTrace.length;const currentFrame=jsStackTrace.slice(currentIndex,currentFrameEndIndex);let wasmFuncStartIndex=currentFrame.indexOf(WASM_FUNCTION_TEXT);if(wasmFuncStartIndex<0&&actualBufferLength===0)continue;if(wasmFuncStartIndex>=0&¤tFrame.endsWith(callerModuleId,wasmFuncStartIndex)&&!allFramesAsJS){if(actualBufferLength===0){let idIndex=currentFrame.lastIndexOf("//",wasmFuncStartIndex);if(idIndex<0)idIndex=0;callerModuleId=currentFrame.slice(idIndex,wasmFuncStartIndex)}if(!isMeasurementPhase){let wasmFunctionIndex=0;let wasmFunctionOffset=0;wasmFuncStartIndex+=WASM_FUNCTION_TEXT.length;let wasmFuncEndIndex=currentFrame.indexOf("]",wasmFuncStartIndex);if(wasmFuncEndIndex>=0){wasmFunctionIndex=parseInt(currentFrame.slice(wasmFuncStartIndex,wasmFuncEndIndex),10)+2;if(!isNaN(wasmFunctionIndex)&¤tFrame.startsWith(WASM_OFFSET_TEXT,wasmFuncEndIndex)){wasmFunctionOffset=parseInt(currentFrame.slice(wasmFuncEndIndex+WASM_OFFSET_TEXT.length),16)}}Module.HEAP32[pOutputBuffer>>>2]=wasmFunctionIndex;pOutputBuffer+=POINTER_SIZE;Module.HEAP32[pOutputBuffer>>>2]=wasmFunctionOffset;pOutputBuffer+=POINTER_SIZE}actualBufferLength+=2}else{const lengthInChunks=2*currentFrame.length+(POINTER_SIZE-1)>>POINTER_LOG2;if(!isMeasurementPhase){Module.HEAP32[pOutputBuffer>>>2]=-currentFrame.length;pOutputBuffer+=POINTER_SIZE;for(let i=0;i<currentFrame.length;i++){Module.HEAP16[(pOutputBuffer>>>1)+i]=currentFrame.charCodeAt(i)}pOutputBuffer+=lengthInChunks*POINTER_SIZE}actualBufferLength+=1+lengthInChunks}}Module.RhpGetCurrentBrowserThreadStackTraceValue=isMeasurementPhase?jsStackTrace:null;return actualBufferLength}function RhpInitializeStackTraceIpMap(pEntries,count){const POINTER_SIZE=4;for(let i=0;i<count;i++){const fptr=Module.HEAP32[pEntries>>>2];const func=wasmTable.get(fptr);let wasmFuncIndex=parseInt(func.name)+2;if(isNaN(wasmFuncIndex))wasmFuncIndex=0;pEntries+=POINTER_SIZE;Module.HEAP32[pEntries>>>2]=wasmFuncIndex;pEntries+=POINTER_SIZE}}function RhpGetBiasedWasmFunctionIndexForFunctionPointer(fptr){const func=wasmTable.get(fptr);let wasmFuncIndex=parseInt(func.name)+2;if(isNaN(wasmFuncIndex))wasmFuncIndex=0;return wasmFuncIndex}var wasmImports={v:RhpGetBiasedWasmFunctionIndexForFunctionPointer,b:RhpGetCurrentBrowserThreadStackTrace,p:RhpInitializeStackTraceIpMap,m:_SystemInteropJS_BindJSImportST,l:_SystemInteropJS_InvokeJSImportST,k:_SystemInteropJS_ReleaseCSOwnedObject,j:_SystemInteropJS_ResolveOrRejectPromise,i:_SystemJS_RandomBytes,e:___syscall_fcntl64,o:___syscall_unlinkat,s:__abort_js,r:_clock_time_get,h:_emscripten_async_call,g:_emscripten_date_now,c:_emscripten_get_heap_max,a:_emscripten_get_now,n:_emscripten_resize_heap,t:_environ_get,u:_environ_sizes_get,f:_fd_close,q:_fd_seek,d:_fd_write};var wasmExports=await createWasm();var ___wasm_call_ctors=wasmExports["x"];var _free=Module["_free"]=wasmExports["z"];var _malloc=Module["_malloc"]=wasmExports["A"];var _memset=Module["_memset"]=wasmExports["B"];var _System_Runtime_InteropServices_JavaScript_JavaScriptExports_CompleteTask=Module["_System_Runtime_InteropServices_JavaScript_JavaScriptExports_CompleteTask"]=wasmExports["C"];var _System_Runtime_InteropServices_JavaScript_JavaScriptExports_CallDelegate=Module["_System_Runtime_InteropServices_JavaScript_JavaScriptExports_CallDelegate"]=wasmExports["D"];var _System_Runtime_InteropServices_JavaScript_JavaScriptExports_ReleaseJSOwnedObjectByGCHandle=Module["_System_Runtime_InteropServices_JavaScript_JavaScriptExports_ReleaseJSOwnedObjectByGCHandle"]=wasmExports["E"];var _Motely_Wasm__GeneratedInitializer__Register_=Module["_Motely_Wasm__GeneratedInitializer__Register_"]=wasmExports["F"];var _System_Runtime_InteropServices_JavaScript_JavaScriptExports_CallEntrypoint=Module["_System_Runtime_InteropServices_JavaScript_JavaScriptExports_CallEntrypoint"]=wasmExports["G"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Import_System_Threading_CancellationToken_InvokeOnCancellationRequested_1521571026=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Import_System_Threading_CancellationToken_InvokeOnCancellationRequested_1521571026"]=wasmExports["H"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_Cancel_1521571026=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_Cancel_1521571026"]=wasmExports["I"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_WaitForCompletionAsync_1733779974=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_WaitForCompletionAsync_1733779974"]=wasmExports["J"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_AwaitCompletion_1521571026=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_AwaitCompletion_1521571026"]=wasmExports["K"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_RunSearchUntilCompletion_1521571026=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_RunSearchUntilCompletion_1521571026"]=wasmExports["L"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_RunSearchAsync_1733779974=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_RunSearchAsync_1733779974"]=wasmExports["M"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_Start_1568108894=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_Start_1568108894"]=wasmExports["N"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetCompletedBatchCount_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetCompletedBatchCount_1521273274"]=wasmExports["O"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetBatchIndex_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetBatchIndex_1521273274"]=wasmExports["P"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetIsSequentialBatchSearch_1520975400=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetIsSequentialBatchSearch_1520975400"]=wasmExports["Q"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetIsCompleted_1520975400=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetIsCompleted_1520975400"]=wasmExports["R"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetFilteredSeeds_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetFilteredSeeds_1521273274"]=wasmExports["S"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetMatchingSeeds_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetMatchingSeeds_1521273274"]=wasmExports["T"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetTotalSeedsSearched_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetTotalSeedsSearched_1521273274"]=wasmExports["U"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetElapsedMs_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetElapsedMs_1521273274"]=wasmExports["V"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_IJamlClause_Describe_1859881935=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_IJamlClause_Describe_1859881935"]=wasmExports["W"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_IJamlClause_GetEstimatedCost_1018901745=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_IJamlClause_GetEstimatedCost_1018901745"]=wasmExports["X"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_IJamlClause_GetScore_1018901745=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_IJamlClause_GetScore_1018901745"]=wasmExports["Y"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_IJamlClause_GetMax_1521183086=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_IJamlClause_GetMax_1521183086"]=wasmExports["Z"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_IJamlClause_GetMin_1018901745=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_IJamlClause_GetMin_1018901745"]=wasmExports["_"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_IJamlClause_GetLabel_1859881935=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_IJamlClause_GetLabel_1859881935"]=wasmExports["$"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetMustNot_1066708558=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetMustNot_1066708558"]=wasmExports["aa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetMustNot_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetMustNot_1521273274"]=wasmExports["ba"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetShould_1066708558=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetShould_1066708558"]=wasmExports["ca"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetShould_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetShould_1521273274"]=wasmExports["da"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetMust_1066708558=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetMust_1066708558"]=wasmExports["ea"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetMust_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetMust_1521273274"]=wasmExports["fa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetSeeds_1066708558=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetSeeds_1066708558"]=wasmExports["ga"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetSeeds_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetSeeds_1521273274"]=wasmExports["ha"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetStake_1066708558=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetStake_1066708558"]=wasmExports["ia"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetStake_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetStake_1521273274"]=wasmExports["ja"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetDeck_1066708558=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetDeck_1066708558"]=wasmExports["ka"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetDeck_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetDeck_1521273274"]=wasmExports["la"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetAuthor_1002069475=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetAuthor_1002069475"]=wasmExports["ma"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetAuthor_1859881935=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetAuthor_1859881935"]=wasmExports["na"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetDescription_1002069475=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetDescription_1002069475"]=wasmExports["oa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetDescription_1859881935=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetDescription_1859881935"]=wasmExports["pa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetName_1002069475=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetName_1002069475"]=wasmExports["qa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetName_1859881935=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetName_1859881935"]=wasmExports["ra"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetId_1002069475=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetId_1002069475"]=wasmExports["sa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetId_1859881935=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetId_1859881935"]=wasmExports["ta"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_GetAnteFirstVoucher_1145647191=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_GetAnteFirstVoucher_1145647191"]=wasmExports["ua"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateVoucherStream_1145647191=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateVoucherStream_1145647191"]=wasmExports["va"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreatePurpleSealTarotStream_1145647191=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreatePurpleSealTarotStream_1145647191"]=wasmExports["wa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateEmperorTarotStream_1145647191=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateEmperorTarotStream_1145647191"]=wasmExports["xa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateShopTarotStream_1145647191=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateShopTarotStream_1145647191"]=wasmExports["ya"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateArcanaPackTarotStream_341672129=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateArcanaPackTarotStream_341672129"]=wasmExports["za"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateTagStream_1145647191=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateTagStream_1145647191"]=wasmExports["Aa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateStandardPackCardStream_128866899=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateStandardPackCardStream_128866899"]=wasmExports["Ba"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateSeanceSpectralStream_1145647191=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateSeanceSpectralStream_1145647191"]=wasmExports["Ca"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateSixthSenseSpectralStream_1145647191=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateSixthSenseSpectralStream_1145647191"]=wasmExports["Da"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateShopSpectralStream_1145647191=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateShopSpectralStream_1145647191"]=wasmExports["Ea"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateSpectralPackSpectralStream_341672129=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateSpectralPackSpectralStream_341672129"]=wasmExports["Fa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateShopItemStream_1614161487=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateShopItemStream_1614161487"]=wasmExports["Ga"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateShopPlanetStream_1145647191=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateShopPlanetStream_1145647191"]=wasmExports["Ha"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateCelestialPackPlanetStream_1145647191=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateCelestialPackPlanetStream_1145647191"]=wasmExports["Ia"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateBoosterPackStreamWithGeneratedFirstPack_341672129=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateBoosterPackStreamWithGeneratedFirstPack_341672129"]=wasmExports["Ja"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateBoosterPackStream_1145647191=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateBoosterPackStream_1145647191"]=wasmExports["Ka"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateErraticDeckPrngStream_851423396=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateErraticDeckPrngStream_851423396"]=wasmExports["La"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateTheWheelPrngStream_851423396=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateTheWheelPrngStream_851423396"]=wasmExports["Ma"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateOmenGlobePrngStream_851423396=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateOmenGlobePrngStream_851423396"]=wasmExports["Na"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateGlassPrngStream_851423396=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateGlassPrngStream_851423396"]=wasmExports["Oa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateEightBallPrngStream_851423396=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateEightBallPrngStream_851423396"]=wasmExports["Pa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateParkingPrngStream_851423396=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateParkingPrngStream_851423396"]=wasmExports["Qa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateBloodstonePrngStream_851423396=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateBloodstonePrngStream_851423396"]=wasmExports["Ra"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateBusinessPrngStream_851423396=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateBusinessPrngStream_851423396"]=wasmExports["Sa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateSpacePrngStream_851423396=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateSpacePrngStream_851423396"]=wasmExports["Ta"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateGrosMichelPrngStream_851423396=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateGrosMichelPrngStream_851423396"]=wasmExports["Ua"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateCavendishPrngStream_851423396=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateCavendishPrngStream_851423396"]=wasmExports["Va"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateWheelOfFortuneStream_851423396=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateWheelOfFortuneStream_851423396"]=wasmExports["Wa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateLuckyCardMultStream_851423396=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateLuckyCardMultStream_851423396"]=wasmExports["Xa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateLuckyCardMoneyStream_851423396=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateLuckyCardMoneyStream_851423396"]=wasmExports["Ya"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateMisprintPrngStream_851423396=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateMisprintPrngStream_851423396"]=wasmExports["Za"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateCommonShopJokerStream_128866899=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateCommonShopJokerStream_128866899"]=wasmExports["_a"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateRareShopJokerStream_128866899=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateRareShopJokerStream_128866899"]=wasmExports["$a"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateUncommonShopJokerStream_128866899=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateUncommonShopJokerStream_128866899"]=wasmExports["ab"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateRiffRaffJokerStream_128866899=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateRiffRaffJokerStream_128866899"]=wasmExports["bb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateUncommonTagJokerStream_128866899=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateUncommonTagJokerStream_128866899"]=wasmExports["cb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateRareTagJokerStream_128866899=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateRareTagJokerStream_128866899"]=wasmExports["db"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateLegendaryJokerStream_128866899=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateLegendaryJokerStream_128866899"]=wasmExports["eb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateWraithJokerStream_128866899=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateWraithJokerStream_128866899"]=wasmExports["fb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateJudgementJokerStream_128866899=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateJudgementJokerStream_128866899"]=wasmExports["gb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateBuffoonPackJokerStream_128866899=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateBuffoonPackJokerStream_128866899"]=wasmExports["hb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateShopJokerStream_128866899=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateShopJokerStream_128866899"]=wasmExports["ib"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreatePrngStream_1728825653=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreatePrngStream_1728825653"]=wasmExports["jb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_PseudoHash_1167766602=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_PseudoHash_1167766602"]=wasmExports["kb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_GetSeed_1859881935=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_GetSeed_1859881935"]=wasmExports["lb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateBossStream_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_CreateBossStream_1521273274"]=wasmExports["mb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_GetDeck_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_GetDeck_1521273274"]=wasmExports["nb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_GetStake_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelySingleSearchContext_GetStake_1521273274"]=wasmExports["ob"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetEstimatedTimeRemainingMilliseconds_805131481=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetEstimatedTimeRemainingMilliseconds_805131481"]=wasmExports["pb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetEstimatedTimeRemainingMilliseconds_2062314949=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetEstimatedTimeRemainingMilliseconds_2062314949"]=wasmExports["qb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetElapsedMilliseconds_1066708558=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetElapsedMilliseconds_1066708558"]=wasmExports["rb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetElapsedMilliseconds_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetElapsedMilliseconds_1521273274"]=wasmExports["sb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetPercentComplete_1206426019=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetPercentComplete_1206426019"]=wasmExports["tb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetPercentComplete_1425909647=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetPercentComplete_1425909647"]=wasmExports["ub"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetSeedsPerMillisecond_1206426019=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetSeedsPerMillisecond_1206426019"]=wasmExports["vb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetSeedsPerMillisecond_1425909647=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetSeedsPerMillisecond_1425909647"]=wasmExports["wb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetMatchingSeeds_1066708558=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetMatchingSeeds_1066708558"]=wasmExports["xb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetMatchingSeeds_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetMatchingSeeds_1521273274"]=wasmExports["yb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetSeedsSearched_1066708558=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetSeedsSearched_1066708558"]=wasmExports["zb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetSeedsSearched_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetSeedsSearched_1521273274"]=wasmExports["Ab"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetTotalBatchCount_1066708558=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetTotalBatchCount_1066708558"]=wasmExports["Bb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetTotalBatchCount_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetTotalBatchCount_1521273274"]=wasmExports["Cb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetCompletedBatchCount_1066708558=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetCompletedBatchCount_1066708558"]=wasmExports["Db"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetCompletedBatchCount_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetCompletedBatchCount_1521273274"]=wasmExports["Eb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Bootsharp_FileSystem_IFileWatcher_HandleFileChanges_234918045=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Bootsharp_FileSystem_IFileWatcher_HandleFileChanges_234918045"]=wasmExports["Fb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_RunPassthroughListSearch_2059233986=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_RunPassthroughListSearch_2059233986"]=wasmExports["Gb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_RunNativeListSearch_920022609=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_RunNativeListSearch_920022609"]=wasmExports["Hb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_RunAestheticSearch_1904786421=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_RunAestheticSearch_1904786421"]=wasmExports["Ib"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_RunSeedListSearch_1018901745=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_RunSeedListSearch_1018901745"]=wasmExports["Jb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_RunRandomSearch_1568108894=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_RunRandomSearch_1568108894"]=wasmExports["Kb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_RunSequentialSearch_1184298202=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_RunSequentialSearch_1184298202"]=wasmExports["Lb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_SeedContext_245908821=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_SeedContext_245908821"]=wasmExports["Mb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_NativeFilterNames_19027469=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_NativeFilterNames_19027469"]=wasmExports["Nb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_Jamlyzer_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_Jamlyzer_1521273274"]=wasmExports["Ob"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_CreatePlan_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_CreatePlan_1521273274"]=wasmExports["Pb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_ExplainJaml_1859881935=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_ExplainJaml_1859881935"]=wasmExports["Qb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_ParseJaml_764966221=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_ParseJaml_764966221"]=wasmExports["Rb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_JsonToJaml_304094707=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_JsonToJaml_304094707"]=wasmExports["Sb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_JamlToJson_304094707=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_JamlToJson_304094707"]=wasmExports["Tb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_WriteTextFile_1196577363=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_WriteTextFile_1196577363"]=wasmExports["Ub"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_ReadTextFile_451505237=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_ReadTextFile_451505237"]=wasmExports["Vb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_UnmountRoot_1997859317=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_UnmountRoot_1997859317"]=wasmExports["Wb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_MountRoot_2127097994=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_MountRoot_2127097994"]=wasmExports["Xb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_PickRoot_565635067=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_PickRoot_565635067"]=wasmExports["Yb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_EnableJimmolate_19325221=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_EnableJimmolate_19325221"]=wasmExports["Zb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Instances_3A_DisposeExported_1521571026=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Instances_3A_DisposeExported_1521571026"]=wasmExports["_b"];var _htons=Module["_htons"]=wasmExports["$b"];var _emscripten_builtin_memalign=wasmExports["ac"];var _ntohs=Module["_ntohs"]=wasmExports["bc"];var _memalign=Module["_memalign"]=wasmExports["cc"];var __emscripten_stack_restore=wasmExports["dc"];var __emscripten_stack_alloc=wasmExports["ec"];var _emscripten_stack_get_current=wasmExports["fc"];Module["addRunDependency"]=addRunDependency;Module["removeRunDependency"]=removeRunDependency;Module["out"]=out;Module["err"]=err;Module["runtimeKeepalivePush"]=runtimeKeepalivePush;Module["runtimeKeepalivePop"]=runtimeKeepalivePop;Module["ccall"]=ccall;Module["cwrap"]=cwrap;Module["addFunction"]=addFunction;Module["setValue"]=setValue;Module["getValue"]=getValue;Module["UTF8ArrayToString"]=UTF8ArrayToString;Module["UTF8ToString"]=UTF8ToString;Module["stringToUTF8Array"]=stringToUTF8Array;Module["lengthBytesUTF8"]=lengthBytesUTF8;Module["safeSetTimeout"]=safeSetTimeout;Module["FS_createPreloadedFile"]=FS_createPreloadedFile;Module["FS_unlink"]=FS_unlink;Module["FS_createPath"]=FS_createPath;Module["FS_createDevice"]=FS_createDevice;Module["FS"]=FS;Module["FS_createDataFile"]=FS_createDataFile;Module["FS_createLazyFile"]=FS_createLazyFile;function run(){if(runDependencies>0){dependenciesFulfilled=run;return}preRun();if(runDependencies>0){dependenciesFulfilled=run;return}function doRun(){Module["calledRun"]=true;if(ABORT)return;initRuntime();readyPromiseResolve(Module);Module["onRuntimeInitialized"]?.();postRun()}if(Module["setStatus"]){Module["setStatus"]("Running...");setTimeout(()=>{setTimeout(()=>Module["setStatus"](""),1);doRun()},1)}else{doRun()}}if(Module["preInit"]){if(typeof Module["preInit"]=="function")Module["preInit"]=[Module["preInit"]];while(Module["preInit"].length>0){Module["preInit"].pop()()}}run();moduleRtn=readyPromise;
|
|
8
|
+
var Module=moduleArg;var readyPromiseResolve,readyPromiseReject;var readyPromise=new Promise((resolve,reject)=>{readyPromiseResolve=resolve;readyPromiseReject=reject});var ENVIRONMENT_IS_WEB=typeof window=="object";var ENVIRONMENT_IS_WORKER=typeof WorkerGlobalScope!="undefined";var ENVIRONMENT_IS_NODE=typeof process=="object"&&typeof process.versions=="object"&&typeof process.versions.node=="string"&&process.type!="renderer";var ENVIRONMENT_IS_SHELL=!ENVIRONMENT_IS_WEB&&!ENVIRONMENT_IS_NODE&&!ENVIRONMENT_IS_WORKER;if(ENVIRONMENT_IS_NODE){const{createRequire}=await import(/*@vite-ignore*//*webpackIgnore:true*/"node:module");var require=createRequire("file:///c:/x.js")}if(_nativeModuleLoaded)throw new Error("Native module already loaded");_nativeModuleLoaded=true;createDotnetRuntime=Module=moduleArg(Module);var moduleOverrides={...Module};var arguments_=[];var thisProgram="./this.program";var quit_=(status,toThrow)=>{throw toThrow};var scriptDirectory="";function locateFile(path){if(Module["locateFile"]){return Module["locateFile"](path,scriptDirectory)}return scriptDirectory+path}var readAsync,readBinary;if(ENVIRONMENT_IS_NODE){var fs=require("fs");var nodePath=require("path");if(!"file:///c:/x.js".startsWith("data:")){scriptDirectory=nodePath.dirname(require("url").fileURLToPath("file:///c:/x.js"))+"/"}readBinary=filename=>{filename=isFileURI(filename)?new URL(/*@vite-ignore*//*webpackIgnore:true*/filename):filename;var ret=fs.readFileSync(filename);return ret};readAsync=async(filename,binary=true)=>{filename=isFileURI(filename)?new URL(/*@vite-ignore*//*webpackIgnore:true*/filename):filename;var ret=fs.readFileSync(filename,binary?undefined:"utf8");return ret};if(!Module["thisProgram"]&&process.argv.length>1){thisProgram=process.argv[1].replace(/\\/g,"/")}arguments_=process.argv.slice(2);quit_=(status,toThrow)=>{process.exitCode=status;throw toThrow}}else if(ENVIRONMENT_IS_SHELL){readBinary=f=>{if(typeof readbuffer=="function"){return new Uint8Array(readbuffer(f))}let data=read(f,"binary");assert(typeof data=="object");return data};readAsync=async f=>readBinary(f);globalThis.clearTimeout??=id=>{};globalThis.setTimeout??=f=>f();arguments_=globalThis.arguments||globalThis.scriptArgs;if(typeof quit=="function"){quit_=(status,toThrow)=>{setTimeout(()=>{if(!(toThrow instanceof ExitStatus)){let toLog=toThrow;if(toThrow&&typeof toThrow=="object"&&toThrow.stack){toLog=[toThrow,toThrow.stack]}err(`exiting due to exception: ${toLog}`)}quit(status)});throw toThrow}}if(typeof print!="undefined"){globalThis.console??={};console.log=print;console.warn=console.error=globalThis.printErr??print}}else if(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER){if(ENVIRONMENT_IS_WORKER){scriptDirectory=self.location.href}else if(typeof document!="undefined"&&document.currentScript){scriptDirectory=document.currentScript.src}if(_scriptName){scriptDirectory=_scriptName}if(scriptDirectory.startsWith("blob:")){scriptDirectory=""}else{scriptDirectory=scriptDirectory.slice(0,scriptDirectory.replace(/[?#].*/,"").lastIndexOf("/")+1)}{if(ENVIRONMENT_IS_WORKER){readBinary=url=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.responseType="arraybuffer";xhr.send(null);return new Uint8Array(xhr.response)}}readAsync=async url=>{if(isFileURI(url)){return new Promise((resolve,reject)=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,true);xhr.responseType="arraybuffer";xhr.onload=()=>{if(xhr.status==200||xhr.status==0&&xhr.response){resolve(xhr.response);return}reject(xhr.status)};xhr.onerror=reject;xhr.send(null)})}var response=await fetch(url,{credentials:"same-origin"});if(response.ok){return response.arrayBuffer()}throw new Error(response.status+" : "+response.url)}}}else{}var out=Module["print"]||console.log.bind(console);var err=Module["printErr"]||console.error.bind(console);Object.assign(Module,moduleOverrides);moduleOverrides=null;if(Module["arguments"])arguments_=Module["arguments"];if(Module["thisProgram"])thisProgram=Module["thisProgram"];var wasmBinary=Module["wasmBinary"];var wasmMemory;var ABORT=false;var EXITSTATUS;function assert(condition,text){if(!condition){abort(text)}}var HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAP64,HEAPU64,HEAPF64;var runtimeInitialized=false;var isFileURI=filename=>filename.startsWith("file://");function updateMemoryViews(){var b=wasmMemory.buffer;Module["HEAP8"]=HEAP8=new Int8Array(b);Module["HEAP16"]=HEAP16=new Int16Array(b);Module["HEAPU8"]=HEAPU8=new Uint8Array(b);Module["HEAPU16"]=HEAPU16=new Uint16Array(b);Module["HEAP32"]=HEAP32=new Int32Array(b);Module["HEAPU32"]=HEAPU32=new Uint32Array(b);Module["HEAPF32"]=HEAPF32=new Float32Array(b);Module["HEAPF64"]=HEAPF64=new Float64Array(b);Module["HEAP64"]=HEAP64=new BigInt64Array(b);Module["HEAPU64"]=HEAPU64=new BigUint64Array(b)}function preRun(){if(Module["preRun"]){if(typeof Module["preRun"]=="function")Module["preRun"]=[Module["preRun"]];while(Module["preRun"].length){addOnPreRun(Module["preRun"].shift())}}callRuntimeCallbacks(onPreRuns)}function initRuntime(){runtimeInitialized=true;if(!Module["noFSInit"]&&!FS.initialized)FS.init();TTY.init();wasmExports["x"]();FS.ignorePermissions=false}function postRun(){if(Module["postRun"]){if(typeof Module["postRun"]=="function")Module["postRun"]=[Module["postRun"]];while(Module["postRun"].length){addOnPostRun(Module["postRun"].shift())}}callRuntimeCallbacks(onPostRuns)}var runDependencies=0;var dependenciesFulfilled=null;function getUniqueRunDependency(id){return id}function addRunDependency(id){runDependencies++;Module["monitorRunDependencies"]?.(runDependencies)}function removeRunDependency(id){runDependencies--;Module["monitorRunDependencies"]?.(runDependencies);if(runDependencies==0){if(dependenciesFulfilled){var callback=dependenciesFulfilled;dependenciesFulfilled=null;callback()}}}function abort(what){Module["onAbort"]?.(what);what="Aborted("+what+")";err(what);ABORT=true;what+=". Build with -sASSERTIONS for more info.";var e=new WebAssembly.RuntimeError(what);readyPromiseReject(e);throw e}var wasmBinaryFile;function findWasmBinary(){if(Module["locateFile"]){return locateFile("dotnet.native.wasm")}if(ENVIRONMENT_IS_SHELL){return"dotnet.native.wasm"}return new URL(/*@vite-ignore*//*webpackIgnore:true*/"dotnet.native.wasm","file:///c:/x.js").href}function getBinarySync(file){if(file==wasmBinaryFile&&wasmBinary){return new Uint8Array(wasmBinary)}if(readBinary){return readBinary(file)}throw"both async and sync fetching of the wasm failed"}async function getWasmBinary(binaryFile){if(!wasmBinary){try{var response=await readAsync(binaryFile);return new Uint8Array(response)}catch{}}return getBinarySync(binaryFile)}async function instantiateArrayBuffer(binaryFile,imports){try{var binary=await getWasmBinary(binaryFile);var instance=await WebAssembly.instantiate(binary,imports);return instance}catch(reason){err(`failed to asynchronously prepare wasm: ${reason}`);abort(reason)}}async function instantiateAsync(binary,binaryFile,imports){if(!binary&&typeof WebAssembly.instantiateStreaming=="function"&&!isFileURI(binaryFile)&&!ENVIRONMENT_IS_NODE&&!ENVIRONMENT_IS_SHELL){try{var response=fetch(binaryFile,{credentials:"same-origin"});var instantiationResult=await WebAssembly.instantiateStreaming(response,imports);return instantiationResult}catch(reason){err(`wasm streaming compile failed: ${reason}`);err("falling back to ArrayBuffer instantiation")}}return instantiateArrayBuffer(binaryFile,imports)}function getWasmImports(){return{a:wasmImports}}async function createWasm(){function receiveInstance(instance,module){wasmExports=instance.exports;wasmMemory=wasmExports["w"];updateMemoryViews();wasmTable=wasmExports["y"];removeRunDependency("wasm-instantiate");return wasmExports}addRunDependency("wasm-instantiate");function receiveInstantiationResult(result){return receiveInstance(result["instance"])}var info=getWasmImports();if(Module["instantiateWasm"]){return new Promise((resolve,reject)=>{Module["instantiateWasm"](info,(mod,inst)=>{receiveInstance(mod,inst);resolve(mod.exports)})})}wasmBinaryFile??=findWasmBinary();try{var result=await instantiateAsync(wasmBinary,wasmBinaryFile,info);var exports=receiveInstantiationResult(result);return exports}catch(e){readyPromiseReject(e);return Promise.reject(e)}}class ExitStatus{name="ExitStatus";constructor(status){this.message=`Program terminated with exit(${status})`;this.status=status}}var callRuntimeCallbacks=callbacks=>{while(callbacks.length>0){callbacks.shift()(Module)}};var onPostRuns=[];var addOnPostRun=cb=>onPostRuns.unshift(cb);var onPreRuns=[];var addOnPreRun=cb=>onPreRuns.unshift(cb);function getValue(ptr,type="i8"){if(type.endsWith("*"))type="*";switch(type){case"i1":return HEAP8[ptr];case"i8":return HEAP8[ptr];case"i16":return HEAP16[ptr>>1];case"i32":return HEAP32[ptr>>2];case"i64":return HEAP64[ptr>>3];case"float":return HEAPF32[ptr>>2];case"double":return HEAPF64[ptr>>3];case"*":return HEAPU32[ptr>>2];default:abort(`invalid type for getValue: ${type}`)}}var noExitRuntime=Module["noExitRuntime"]||true;function setValue(ptr,value,type="i8"){if(type.endsWith("*"))type="*";switch(type){case"i1":HEAP8[ptr]=value;break;case"i8":HEAP8[ptr]=value;break;case"i16":HEAP16[ptr>>1]=value;break;case"i32":HEAP32[ptr>>2]=value;break;case"i64":HEAP64[ptr>>3]=BigInt(value);break;case"float":HEAPF32[ptr>>2]=value;break;case"double":HEAPF64[ptr>>3]=value;break;case"*":HEAPU32[ptr>>2]=value;break;default:abort(`invalid type for setValue: ${type}`)}}var stackRestore=val=>__emscripten_stack_restore(val);Module["stackRestore"]=stackRestore;var stackSave=()=>_emscripten_stack_get_current();Module["stackSave"]=stackSave;var DOTNET={setup:function setup(emscriptenBuildOptions){const modulePThread={};const ENVIRONMENT_IS_PTHREAD=false;const dotnet_replacements={fetch:globalThis.fetch,ENVIRONMENT_IS_WORKER,modulePThread,scriptDirectory};ENVIRONMENT_IS_WORKER=dotnet_replacements.ENVIRONMENT_IS_WORKER;Module.__dotnet_runtime.initializeReplacements(dotnet_replacements);noExitRuntime=dotnet_replacements.noExitRuntime;fetch=dotnet_replacements.fetch;scriptDirectory=dotnet_replacements.scriptDirectory;Module.__dotnet_runtime.passEmscriptenInternals({isPThread:ENVIRONMENT_IS_PTHREAD,quit_,ExitStatus,updateMemoryViews,getMemory:()=>wasmMemory,getWasmIndirectFunctionTable:()=>wasmTable},emscriptenBuildOptions);Module.__dotnet_runtime.configureEmscriptenStartup(Module)}};function _SystemInteropJS_BindJSImportST(){return{runtime_idx:22}}function _SystemInteropJS_InvokeJSImportST(){return{runtime_idx:24}}function _SystemInteropJS_ReleaseCSOwnedObject(){return{runtime_idx:21}}function _SystemInteropJS_ResolveOrRejectPromise(){return{runtime_idx:25}}function _SystemJS_RandomBytes(){return{runtime_idx:18}}var syscallGetVarargI=()=>{var ret=HEAP32[+SYSCALLS.varargs>>2];SYSCALLS.varargs+=4;return ret};var syscallGetVarargP=syscallGetVarargI;var PATH={isAbs:path=>path.charAt(0)==="/",splitPath:filename=>{var splitPathRe=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/;return splitPathRe.exec(filename).slice(1)},normalizeArray:(parts,allowAboveRoot)=>{var up=0;for(var i=parts.length-1;i>=0;i--){var last=parts[i];if(last==="."){parts.splice(i,1)}else if(last===".."){parts.splice(i,1);up++}else if(up){parts.splice(i,1);up--}}if(allowAboveRoot){for(;up;up--){parts.unshift("..")}}return parts},normalize:path=>{var isAbsolute=PATH.isAbs(path),trailingSlash=path.slice(-1)==="/";path=PATH.normalizeArray(path.split("/").filter(p=>!!p),!isAbsolute).join("/");if(!path&&!isAbsolute){path="."}if(path&&trailingSlash){path+="/"}return(isAbsolute?"/":"")+path},dirname:path=>{var result=PATH.splitPath(path),root=result[0],dir=result[1];if(!root&&!dir){return"."}if(dir){dir=dir.slice(0,-1)}return root+dir},basename:path=>path&&path.match(/([^\/]+|\/)\/*$/)[1],join:(...paths)=>PATH.normalize(paths.join("/")),join2:(l,r)=>PATH.normalize(l+"/"+r)};var initRandomFill=()=>{if(ENVIRONMENT_IS_NODE){var nodeCrypto=require("crypto");return view=>nodeCrypto.randomFillSync(view)}return view=>crypto.getRandomValues(view)};var randomFill=view=>{(randomFill=initRandomFill())(view)};var PATH_FS={resolve:(...args)=>{var resolvedPath="",resolvedAbsolute=false;for(var i=args.length-1;i>=-1&&!resolvedAbsolute;i--){var path=i>=0?args[i]:FS.cwd();if(typeof path!="string"){throw new TypeError("Arguments to path.resolve must be strings")}else if(!path){return""}resolvedPath=path+"/"+resolvedPath;resolvedAbsolute=PATH.isAbs(path)}resolvedPath=PATH.normalizeArray(resolvedPath.split("/").filter(p=>!!p),!resolvedAbsolute).join("/");return(resolvedAbsolute?"/":"")+resolvedPath||"."},relative:(from,to)=>{from=PATH_FS.resolve(from).slice(1);to=PATH_FS.resolve(to).slice(1);function trim(arr){var start=0;for(;start<arr.length;start++){if(arr[start]!=="")break}var end=arr.length-1;for(;end>=0;end--){if(arr[end]!=="")break}if(start>end)return[];return arr.slice(start,end-start+1)}var fromParts=trim(from.split("/"));var toParts=trim(to.split("/"));var length=Math.min(fromParts.length,toParts.length);var samePartsLength=length;for(var i=0;i<length;i++){if(fromParts[i]!==toParts[i]){samePartsLength=i;break}}var outputParts=[];for(var i=samePartsLength;i<fromParts.length;i++){outputParts.push("..")}outputParts=outputParts.concat(toParts.slice(samePartsLength));return outputParts.join("/")}};var UTF8Decoder=typeof TextDecoder!="undefined"?new TextDecoder:undefined;var UTF8ArrayToString=(heapOrArray,idx=0,maxBytesToRead=NaN)=>{var endIdx=idx+maxBytesToRead;var endPtr=idx;while(heapOrArray[endPtr]&&!(endPtr>=endIdx))++endPtr;if(endPtr-idx>16&&heapOrArray.buffer&&UTF8Decoder){return UTF8Decoder.decode(heapOrArray.subarray(idx,endPtr))}var str="";while(idx<endPtr){var u0=heapOrArray[idx++];if(!(u0&128)){str+=String.fromCharCode(u0);continue}var u1=heapOrArray[idx++]&63;if((u0&224)==192){str+=String.fromCharCode((u0&31)<<6|u1);continue}var u2=heapOrArray[idx++]&63;if((u0&240)==224){u0=(u0&15)<<12|u1<<6|u2}else{u0=(u0&7)<<18|u1<<12|u2<<6|heapOrArray[idx++]&63}if(u0<65536){str+=String.fromCharCode(u0)}else{var ch=u0-65536;str+=String.fromCharCode(55296|ch>>10,56320|ch&1023)}}return str};var FS_stdin_getChar_buffer=[];var lengthBytesUTF8=str=>{var len=0;for(var i=0;i<str.length;++i){var c=str.charCodeAt(i);if(c<=127){len++}else if(c<=2047){len+=2}else if(c>=55296&&c<=57343){len+=4;++i}else{len+=3}}return len};var stringToUTF8Array=(str,heap,outIdx,maxBytesToWrite)=>{if(!(maxBytesToWrite>0))return 0;var startIdx=outIdx;var endIdx=outIdx+maxBytesToWrite-1;for(var i=0;i<str.length;++i){var u=str.charCodeAt(i);if(u>=55296&&u<=57343){var u1=str.charCodeAt(++i);u=65536+((u&1023)<<10)|u1&1023}if(u<=127){if(outIdx>=endIdx)break;heap[outIdx++]=u}else if(u<=2047){if(outIdx+1>=endIdx)break;heap[outIdx++]=192|u>>6;heap[outIdx++]=128|u&63}else if(u<=65535){if(outIdx+2>=endIdx)break;heap[outIdx++]=224|u>>12;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}else{if(outIdx+3>=endIdx)break;heap[outIdx++]=240|u>>18;heap[outIdx++]=128|u>>12&63;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}}heap[outIdx]=0;return outIdx-startIdx};var intArrayFromString=(stringy,dontAddNull,length)=>{var len=length>0?length:lengthBytesUTF8(stringy)+1;var u8array=new Array(len);var numBytesWritten=stringToUTF8Array(stringy,u8array,0,u8array.length);if(dontAddNull)u8array.length=numBytesWritten;return u8array};var FS_stdin_getChar=()=>{if(!FS_stdin_getChar_buffer.length){var result=null;if(ENVIRONMENT_IS_NODE){var BUFSIZE=256;var buf=Buffer.alloc(BUFSIZE);var bytesRead=0;var fd=process.stdin.fd;try{bytesRead=fs.readSync(fd,buf,0,BUFSIZE)}catch(e){if(e.toString().includes("EOF"))bytesRead=0;else throw e}if(bytesRead>0){result=buf.slice(0,bytesRead).toString("utf-8")}}else if(typeof window!="undefined"&&typeof window.prompt=="function"){result=window.prompt("Input: ");if(result!==null){result+="\n"}}else if(typeof readline=="function"){result=readline();if(result){result+="\n"}}else{}if(!result){return null}FS_stdin_getChar_buffer=intArrayFromString(result,true)}return FS_stdin_getChar_buffer.shift()};var TTY={ttys:[],init(){},shutdown(){},register(dev,ops){TTY.ttys[dev]={input:[],output:[],ops};FS.registerDevice(dev,TTY.stream_ops)},stream_ops:{open(stream){var tty=TTY.ttys[stream.node.rdev];if(!tty){throw new FS.ErrnoError(43)}stream.tty=tty;stream.seekable=false},close(stream){stream.tty.ops.fsync(stream.tty)},fsync(stream){stream.tty.ops.fsync(stream.tty)},read(stream,buffer,offset,length,pos){if(!stream.tty||!stream.tty.ops.get_char){throw new FS.ErrnoError(60)}var bytesRead=0;for(var i=0;i<length;i++){var result;try{result=stream.tty.ops.get_char(stream.tty)}catch(e){throw new FS.ErrnoError(29)}if(result===undefined&&bytesRead===0){throw new FS.ErrnoError(6)}if(result===null||result===undefined)break;bytesRead++;buffer[offset+i]=result}if(bytesRead){stream.node.atime=Date.now()}return bytesRead},write(stream,buffer,offset,length,pos){if(!stream.tty||!stream.tty.ops.put_char){throw new FS.ErrnoError(60)}try{for(var i=0;i<length;i++){stream.tty.ops.put_char(stream.tty,buffer[offset+i])}}catch(e){throw new FS.ErrnoError(29)}if(length){stream.node.mtime=stream.node.ctime=Date.now()}return i}},default_tty_ops:{get_char(tty){return FS_stdin_getChar()},put_char(tty,val){if(val===null||val===10){out(UTF8ArrayToString(tty.output));tty.output=[]}else{if(val!=0)tty.output.push(val)}},fsync(tty){if(tty.output?.length>0){out(UTF8ArrayToString(tty.output));tty.output=[]}},ioctl_tcgets(tty){return{c_iflag:25856,c_oflag:5,c_cflag:191,c_lflag:35387,c_cc:[3,28,127,21,4,0,1,0,17,19,26,0,18,15,23,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},ioctl_tcsets(tty,optional_actions,data){return 0},ioctl_tiocgwinsz(tty){return[24,80]}},default_tty1_ops:{put_char(tty,val){if(val===null||val===10){err(UTF8ArrayToString(tty.output));tty.output=[]}else{if(val!=0)tty.output.push(val)}},fsync(tty){if(tty.output?.length>0){err(UTF8ArrayToString(tty.output));tty.output=[]}}}};var zeroMemory=(ptr,size)=>HEAPU8.fill(0,ptr,ptr+size);var alignMemory=(size,alignment)=>Math.ceil(size/alignment)*alignment;var mmapAlloc=size=>{size=alignMemory(size,65536);var ptr=_emscripten_builtin_memalign(65536,size);if(ptr)zeroMemory(ptr,size);return ptr};var MEMFS={ops_table:null,mount(mount){return MEMFS.createNode(null,"/",16895,0)},createNode(parent,name,mode,dev){if(FS.isBlkdev(mode)||FS.isFIFO(mode)){throw new FS.ErrnoError(63)}MEMFS.ops_table||={dir:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr,lookup:MEMFS.node_ops.lookup,mknod:MEMFS.node_ops.mknod,rename:MEMFS.node_ops.rename,unlink:MEMFS.node_ops.unlink,rmdir:MEMFS.node_ops.rmdir,readdir:MEMFS.node_ops.readdir,symlink:MEMFS.node_ops.symlink},stream:{llseek:MEMFS.stream_ops.llseek}},file:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr},stream:{llseek:MEMFS.stream_ops.llseek,read:MEMFS.stream_ops.read,write:MEMFS.stream_ops.write,mmap:MEMFS.stream_ops.mmap,msync:MEMFS.stream_ops.msync}},link:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr,readlink:MEMFS.node_ops.readlink},stream:{}},chrdev:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr},stream:FS.chrdev_stream_ops}};var node=FS.createNode(parent,name,mode,dev);if(FS.isDir(node.mode)){node.node_ops=MEMFS.ops_table.dir.node;node.stream_ops=MEMFS.ops_table.dir.stream;node.contents={}}else if(FS.isFile(node.mode)){node.node_ops=MEMFS.ops_table.file.node;node.stream_ops=MEMFS.ops_table.file.stream;node.usedBytes=0;node.contents=null}else if(FS.isLink(node.mode)){node.node_ops=MEMFS.ops_table.link.node;node.stream_ops=MEMFS.ops_table.link.stream}else if(FS.isChrdev(node.mode)){node.node_ops=MEMFS.ops_table.chrdev.node;node.stream_ops=MEMFS.ops_table.chrdev.stream}node.atime=node.mtime=node.ctime=Date.now();if(parent){parent.contents[name]=node;parent.atime=parent.mtime=parent.ctime=node.atime}return node},getFileDataAsTypedArray(node){if(!node.contents)return new Uint8Array(0);if(node.contents.subarray)return node.contents.subarray(0,node.usedBytes);return new Uint8Array(node.contents)},expandFileStorage(node,newCapacity){var prevCapacity=node.contents?node.contents.length:0;if(prevCapacity>=newCapacity)return;var CAPACITY_DOUBLING_MAX=1024*1024;newCapacity=Math.max(newCapacity,prevCapacity*(prevCapacity<CAPACITY_DOUBLING_MAX?2:1.125)>>>0);if(prevCapacity!=0)newCapacity=Math.max(newCapacity,256);var oldContents=node.contents;node.contents=new Uint8Array(newCapacity);if(node.usedBytes>0)node.contents.set(oldContents.subarray(0,node.usedBytes),0)},resizeFileStorage(node,newSize){if(node.usedBytes==newSize)return;if(newSize==0){node.contents=null;node.usedBytes=0}else{var oldContents=node.contents;node.contents=new Uint8Array(newSize);if(oldContents){node.contents.set(oldContents.subarray(0,Math.min(newSize,node.usedBytes)))}node.usedBytes=newSize}},node_ops:{getattr(node){var attr={};attr.dev=FS.isChrdev(node.mode)?node.id:1;attr.ino=node.id;attr.mode=node.mode;attr.nlink=1;attr.uid=0;attr.gid=0;attr.rdev=node.rdev;if(FS.isDir(node.mode)){attr.size=4096}else if(FS.isFile(node.mode)){attr.size=node.usedBytes}else if(FS.isLink(node.mode)){attr.size=node.link.length}else{attr.size=0}attr.atime=new Date(node.atime);attr.mtime=new Date(node.mtime);attr.ctime=new Date(node.ctime);attr.blksize=4096;attr.blocks=Math.ceil(attr.size/attr.blksize);return attr},setattr(node,attr){for(const key of["mode","atime","mtime","ctime"]){if(attr[key]!=null){node[key]=attr[key]}}if(attr.size!==undefined){MEMFS.resizeFileStorage(node,attr.size)}},lookup(parent,name){throw MEMFS.doesNotExistError},mknod(parent,name,mode,dev){return MEMFS.createNode(parent,name,mode,dev)},rename(old_node,new_dir,new_name){var new_node;try{new_node=FS.lookupNode(new_dir,new_name)}catch(e){}if(new_node){if(FS.isDir(old_node.mode)){for(var i in new_node.contents){throw new FS.ErrnoError(55)}}FS.hashRemoveNode(new_node)}delete old_node.parent.contents[old_node.name];new_dir.contents[new_name]=old_node;old_node.name=new_name;new_dir.ctime=new_dir.mtime=old_node.parent.ctime=old_node.parent.mtime=Date.now()},unlink(parent,name){delete parent.contents[name];parent.ctime=parent.mtime=Date.now()},rmdir(parent,name){var node=FS.lookupNode(parent,name);for(var i in node.contents){throw new FS.ErrnoError(55)}delete parent.contents[name];parent.ctime=parent.mtime=Date.now()},readdir(node){return[".","..",...Object.keys(node.contents)]},symlink(parent,newname,oldpath){var node=MEMFS.createNode(parent,newname,511|40960,0);node.link=oldpath;return node},readlink(node){if(!FS.isLink(node.mode)){throw new FS.ErrnoError(28)}return node.link}},stream_ops:{read(stream,buffer,offset,length,position){var contents=stream.node.contents;if(position>=stream.node.usedBytes)return 0;var size=Math.min(stream.node.usedBytes-position,length);if(size>8&&contents.subarray){buffer.set(contents.subarray(position,position+size),offset)}else{for(var i=0;i<size;i++)buffer[offset+i]=contents[position+i]}return size},write(stream,buffer,offset,length,position,canOwn){if(buffer.buffer===HEAP8.buffer){canOwn=false}if(!length)return 0;var node=stream.node;node.mtime=node.ctime=Date.now();if(buffer.subarray&&(!node.contents||node.contents.subarray)){if(canOwn){node.contents=buffer.subarray(offset,offset+length);node.usedBytes=length;return length}else if(node.usedBytes===0&&position===0){node.contents=buffer.slice(offset,offset+length);node.usedBytes=length;return length}else if(position+length<=node.usedBytes){node.contents.set(buffer.subarray(offset,offset+length),position);return length}}MEMFS.expandFileStorage(node,position+length);if(node.contents.subarray&&buffer.subarray){node.contents.set(buffer.subarray(offset,offset+length),position)}else{for(var i=0;i<length;i++){node.contents[position+i]=buffer[offset+i]}}node.usedBytes=Math.max(node.usedBytes,position+length);return length},llseek(stream,offset,whence){var position=offset;if(whence===1){position+=stream.position}else if(whence===2){if(FS.isFile(stream.node.mode)){position+=stream.node.usedBytes}}if(position<0){throw new FS.ErrnoError(28)}return position},mmap(stream,length,position,prot,flags){if(!FS.isFile(stream.node.mode)){throw new FS.ErrnoError(43)}var ptr;var allocated;var contents=stream.node.contents;if(!(flags&2)&&contents&&contents.buffer===HEAP8.buffer){allocated=false;ptr=contents.byteOffset}else{allocated=true;ptr=mmapAlloc(length);if(!ptr){throw new FS.ErrnoError(48)}if(contents){if(position>0||position+length<contents.length){if(contents.subarray){contents=contents.subarray(position,position+length)}else{contents=Array.prototype.slice.call(contents,position,position+length)}}HEAP8.set(contents,ptr)}}return{ptr,allocated}},msync(stream,buffer,offset,length,mmapFlags){MEMFS.stream_ops.write(stream,buffer,0,length,offset,false);return 0}}};var asyncLoad=async url=>{var arrayBuffer=await readAsync(url);return new Uint8Array(arrayBuffer)};var FS_createDataFile=(parent,name,fileData,canRead,canWrite,canOwn)=>{FS.createDataFile(parent,name,fileData,canRead,canWrite,canOwn)};var preloadPlugins=Module["preloadPlugins"]||[];var FS_handledByPreloadPlugin=(byteArray,fullname,finish,onerror)=>{if(typeof Browser!="undefined")Browser.init();var handled=false;preloadPlugins.forEach(plugin=>{if(handled)return;if(plugin["canHandle"](fullname)){plugin["handle"](byteArray,fullname,finish,onerror);handled=true}});return handled};var FS_createPreloadedFile=(parent,name,url,canRead,canWrite,onload,onerror,dontCreateFile,canOwn,preFinish)=>{var fullname=name?PATH_FS.resolve(PATH.join2(parent,name)):parent;var dep=getUniqueRunDependency(`cp ${fullname}`);function processData(byteArray){function finish(byteArray){preFinish?.();if(!dontCreateFile){FS_createDataFile(parent,name,byteArray,canRead,canWrite,canOwn)}onload?.();removeRunDependency(dep)}if(FS_handledByPreloadPlugin(byteArray,fullname,finish,()=>{onerror?.();removeRunDependency(dep)})){return}finish(byteArray)}addRunDependency(dep);if(typeof url=="string"){asyncLoad(url).then(processData,onerror)}else{processData(url)}};var FS_modeStringToFlags=str=>{var flagModes={r:0,"r+":2,w:512|64|1,"w+":512|64|2,a:1024|64|1,"a+":1024|64|2};var flags=flagModes[str];if(typeof flags=="undefined"){throw new Error(`Unknown file open mode: ${str}`)}return flags};var FS_getMode=(canRead,canWrite)=>{var mode=0;if(canRead)mode|=292|73;if(canWrite)mode|=146;return mode};var FS={root:null,mounts:[],devices:{},streams:[],nextInode:1,nameTable:null,currentPath:"/",initialized:false,ignorePermissions:true,filesystems:null,syncFSRequests:0,readFiles:{},ErrnoError:class{name="ErrnoError";constructor(errno){this.errno=errno}},FSStream:class{shared={};get object(){return this.node}set object(val){this.node=val}get isRead(){return(this.flags&2097155)!==1}get isWrite(){return(this.flags&2097155)!==0}get isAppend(){return this.flags&1024}get flags(){return this.shared.flags}set flags(val){this.shared.flags=val}get position(){return this.shared.position}set position(val){this.shared.position=val}},FSNode:class{node_ops={};stream_ops={};readMode=292|73;writeMode=146;mounted=null;constructor(parent,name,mode,rdev){if(!parent){parent=this}this.parent=parent;this.mount=parent.mount;this.id=FS.nextInode++;this.name=name;this.mode=mode;this.rdev=rdev;this.atime=this.mtime=this.ctime=Date.now()}get read(){return(this.mode&this.readMode)===this.readMode}set read(val){val?this.mode|=this.readMode:this.mode&=~this.readMode}get write(){return(this.mode&this.writeMode)===this.writeMode}set write(val){val?this.mode|=this.writeMode:this.mode&=~this.writeMode}get isFolder(){return FS.isDir(this.mode)}get isDevice(){return FS.isChrdev(this.mode)}},lookupPath(path,opts={}){if(!path){throw new FS.ErrnoError(44)}opts.follow_mount??=true;if(!PATH.isAbs(path)){path=FS.cwd()+"/"+path}linkloop:for(var nlinks=0;nlinks<40;nlinks++){var parts=path.split("/").filter(p=>!!p);var current=FS.root;var current_path="/";for(var i=0;i<parts.length;i++){var islast=i===parts.length-1;if(islast&&opts.parent){break}if(parts[i]==="."){continue}if(parts[i]===".."){current_path=PATH.dirname(current_path);current=current.parent;continue}current_path=PATH.join2(current_path,parts[i]);try{current=FS.lookupNode(current,parts[i])}catch(e){if(e?.errno===44&&islast&&opts.noent_okay){return{path:current_path}}throw e}if(FS.isMountpoint(current)&&(!islast||opts.follow_mount)){current=current.mounted.root}if(FS.isLink(current.mode)&&(!islast||opts.follow)){if(!current.node_ops.readlink){throw new FS.ErrnoError(52)}var link=current.node_ops.readlink(current);if(!PATH.isAbs(link)){link=PATH.dirname(current_path)+"/"+link}path=link+"/"+parts.slice(i+1).join("/");continue linkloop}}return{path:current_path,node:current}}throw new FS.ErrnoError(32)},getPath(node){var path;while(true){if(FS.isRoot(node)){var mount=node.mount.mountpoint;if(!path)return mount;return mount[mount.length-1]!=="/"?`${mount}/${path}`:mount+path}path=path?`${node.name}/${path}`:node.name;node=node.parent}},hashName(parentid,name){var hash=0;for(var i=0;i<name.length;i++){hash=(hash<<5)-hash+name.charCodeAt(i)|0}return(parentid+hash>>>0)%FS.nameTable.length},hashAddNode(node){var hash=FS.hashName(node.parent.id,node.name);node.name_next=FS.nameTable[hash];FS.nameTable[hash]=node},hashRemoveNode(node){var hash=FS.hashName(node.parent.id,node.name);if(FS.nameTable[hash]===node){FS.nameTable[hash]=node.name_next}else{var current=FS.nameTable[hash];while(current){if(current.name_next===node){current.name_next=node.name_next;break}current=current.name_next}}},lookupNode(parent,name){var errCode=FS.mayLookup(parent);if(errCode){throw new FS.ErrnoError(errCode)}var hash=FS.hashName(parent.id,name);for(var node=FS.nameTable[hash];node;node=node.name_next){var nodeName=node.name;if(node.parent.id===parent.id&&nodeName===name){return node}}return FS.lookup(parent,name)},createNode(parent,name,mode,rdev){var node=new FS.FSNode(parent,name,mode,rdev);FS.hashAddNode(node);return node},destroyNode(node){FS.hashRemoveNode(node)},isRoot(node){return node===node.parent},isMountpoint(node){return!!node.mounted},isFile(mode){return(mode&61440)===32768},isDir(mode){return(mode&61440)===16384},isLink(mode){return(mode&61440)===40960},isChrdev(mode){return(mode&61440)===8192},isBlkdev(mode){return(mode&61440)===24576},isFIFO(mode){return(mode&61440)===4096},isSocket(mode){return(mode&49152)===49152},flagsToPermissionString(flag){var perms=["r","w","rw"][flag&3];if(flag&512){perms+="w"}return perms},nodePermissions(node,perms){if(FS.ignorePermissions){return 0}if(perms.includes("r")&&!(node.mode&292)){return 2}else if(perms.includes("w")&&!(node.mode&146)){return 2}else if(perms.includes("x")&&!(node.mode&73)){return 2}return 0},mayLookup(dir){if(!FS.isDir(dir.mode))return 54;var errCode=FS.nodePermissions(dir,"x");if(errCode)return errCode;if(!dir.node_ops.lookup)return 2;return 0},mayCreate(dir,name){if(!FS.isDir(dir.mode)){return 54}try{var node=FS.lookupNode(dir,name);return 20}catch(e){}return FS.nodePermissions(dir,"wx")},mayDelete(dir,name,isdir){var node;try{node=FS.lookupNode(dir,name)}catch(e){return e.errno}var errCode=FS.nodePermissions(dir,"wx");if(errCode){return errCode}if(isdir){if(!FS.isDir(node.mode)){return 54}if(FS.isRoot(node)||FS.getPath(node)===FS.cwd()){return 10}}else{if(FS.isDir(node.mode)){return 31}}return 0},mayOpen(node,flags){if(!node){return 44}if(FS.isLink(node.mode)){return 32}else if(FS.isDir(node.mode)){if(FS.flagsToPermissionString(flags)!=="r"||flags&(512|64)){return 31}}return FS.nodePermissions(node,FS.flagsToPermissionString(flags))},checkOpExists(op,err){if(!op){throw new FS.ErrnoError(err)}return op},MAX_OPEN_FDS:4096,nextfd(){for(var fd=0;fd<=FS.MAX_OPEN_FDS;fd++){if(!FS.streams[fd]){return fd}}throw new FS.ErrnoError(33)},getStreamChecked(fd){var stream=FS.getStream(fd);if(!stream){throw new FS.ErrnoError(8)}return stream},getStream:fd=>FS.streams[fd],createStream(stream,fd=-1){stream=Object.assign(new FS.FSStream,stream);if(fd==-1){fd=FS.nextfd()}stream.fd=fd;FS.streams[fd]=stream;return stream},closeStream(fd){FS.streams[fd]=null},dupStream(origStream,fd=-1){var stream=FS.createStream(origStream,fd);stream.stream_ops?.dup?.(stream);return stream},doSetAttr(stream,node,attr){var setattr=stream?.stream_ops.setattr;var arg=setattr?stream:node;setattr??=node.node_ops.setattr;FS.checkOpExists(setattr,63);setattr(arg,attr)},chrdev_stream_ops:{open(stream){var device=FS.getDevice(stream.node.rdev);stream.stream_ops=device.stream_ops;stream.stream_ops.open?.(stream)},llseek(){throw new FS.ErrnoError(70)}},major:dev=>dev>>8,minor:dev=>dev&255,makedev:(ma,mi)=>ma<<8|mi,registerDevice(dev,ops){FS.devices[dev]={stream_ops:ops}},getDevice:dev=>FS.devices[dev],getMounts(mount){var mounts=[];var check=[mount];while(check.length){var m=check.pop();mounts.push(m);check.push(...m.mounts)}return mounts},syncfs(populate,callback){if(typeof populate=="function"){callback=populate;populate=false}FS.syncFSRequests++;if(FS.syncFSRequests>1){err(`warning: ${FS.syncFSRequests} FS.syncfs operations in flight at once, probably just doing extra work`)}var mounts=FS.getMounts(FS.root.mount);var completed=0;function doCallback(errCode){FS.syncFSRequests--;return callback(errCode)}function done(errCode){if(errCode){if(!done.errored){done.errored=true;return doCallback(errCode)}return}if(++completed>=mounts.length){doCallback(null)}}mounts.forEach(mount=>{if(!mount.type.syncfs){return done(null)}mount.type.syncfs(mount,populate,done)})},mount(type,opts,mountpoint){var root=mountpoint==="/";var pseudo=!mountpoint;var node;if(root&&FS.root){throw new FS.ErrnoError(10)}else if(!root&&!pseudo){var lookup=FS.lookupPath(mountpoint,{follow_mount:false});mountpoint=lookup.path;node=lookup.node;if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}if(!FS.isDir(node.mode)){throw new FS.ErrnoError(54)}}var mount={type,opts,mountpoint,mounts:[]};var mountRoot=type.mount(mount);mountRoot.mount=mount;mount.root=mountRoot;if(root){FS.root=mountRoot}else if(node){node.mounted=mount;if(node.mount){node.mount.mounts.push(mount)}}return mountRoot},unmount(mountpoint){var lookup=FS.lookupPath(mountpoint,{follow_mount:false});if(!FS.isMountpoint(lookup.node)){throw new FS.ErrnoError(28)}var node=lookup.node;var mount=node.mounted;var mounts=FS.getMounts(mount);Object.keys(FS.nameTable).forEach(hash=>{var current=FS.nameTable[hash];while(current){var next=current.name_next;if(mounts.includes(current.mount)){FS.destroyNode(current)}current=next}});node.mounted=null;var idx=node.mount.mounts.indexOf(mount);node.mount.mounts.splice(idx,1)},lookup(parent,name){return parent.node_ops.lookup(parent,name)},mknod(path,mode,dev){var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;var name=PATH.basename(path);if(!name){throw new FS.ErrnoError(28)}if(name==="."||name===".."){throw new FS.ErrnoError(20)}var errCode=FS.mayCreate(parent,name);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.mknod){throw new FS.ErrnoError(63)}return parent.node_ops.mknod(parent,name,mode,dev)},statfs(path){return FS.statfsNode(FS.lookupPath(path,{follow:true}).node)},statfsStream(stream){return FS.statfsNode(stream.node)},statfsNode(node){var rtn={bsize:4096,frsize:4096,blocks:1e6,bfree:5e5,bavail:5e5,files:FS.nextInode,ffree:FS.nextInode-1,fsid:42,flags:2,namelen:255};if(node.node_ops.statfs){Object.assign(rtn,node.node_ops.statfs(node.mount.opts.root))}return rtn},create(path,mode=438){mode&=4095;mode|=32768;return FS.mknod(path,mode,0)},mkdir(path,mode=511){mode&=511|512;mode|=16384;return FS.mknod(path,mode,0)},mkdirTree(path,mode){var dirs=path.split("/");var d="";for(var dir of dirs){if(!dir)continue;if(d||PATH.isAbs(path))d+="/";d+=dir;try{FS.mkdir(d,mode)}catch(e){if(e.errno!=20)throw e}}},mkdev(path,mode,dev){if(typeof dev=="undefined"){dev=mode;mode=438}mode|=8192;return FS.mknod(path,mode,dev)},symlink(oldpath,newpath){if(!PATH_FS.resolve(oldpath)){throw new FS.ErrnoError(44)}var lookup=FS.lookupPath(newpath,{parent:true});var parent=lookup.node;if(!parent){throw new FS.ErrnoError(44)}var newname=PATH.basename(newpath);var errCode=FS.mayCreate(parent,newname);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.symlink){throw new FS.ErrnoError(63)}return parent.node_ops.symlink(parent,newname,oldpath)},rename(old_path,new_path){var old_dirname=PATH.dirname(old_path);var new_dirname=PATH.dirname(new_path);var old_name=PATH.basename(old_path);var new_name=PATH.basename(new_path);var lookup,old_dir,new_dir;lookup=FS.lookupPath(old_path,{parent:true});old_dir=lookup.node;lookup=FS.lookupPath(new_path,{parent:true});new_dir=lookup.node;if(!old_dir||!new_dir)throw new FS.ErrnoError(44);if(old_dir.mount!==new_dir.mount){throw new FS.ErrnoError(75)}var old_node=FS.lookupNode(old_dir,old_name);var relative=PATH_FS.relative(old_path,new_dirname);if(relative.charAt(0)!=="."){throw new FS.ErrnoError(28)}relative=PATH_FS.relative(new_path,old_dirname);if(relative.charAt(0)!=="."){throw new FS.ErrnoError(55)}var new_node;try{new_node=FS.lookupNode(new_dir,new_name)}catch(e){}if(old_node===new_node){return}var isdir=FS.isDir(old_node.mode);var errCode=FS.mayDelete(old_dir,old_name,isdir);if(errCode){throw new FS.ErrnoError(errCode)}errCode=new_node?FS.mayDelete(new_dir,new_name,isdir):FS.mayCreate(new_dir,new_name);if(errCode){throw new FS.ErrnoError(errCode)}if(!old_dir.node_ops.rename){throw new FS.ErrnoError(63)}if(FS.isMountpoint(old_node)||new_node&&FS.isMountpoint(new_node)){throw new FS.ErrnoError(10)}if(new_dir!==old_dir){errCode=FS.nodePermissions(old_dir,"w");if(errCode){throw new FS.ErrnoError(errCode)}}FS.hashRemoveNode(old_node);try{old_dir.node_ops.rename(old_node,new_dir,new_name);old_node.parent=new_dir}catch(e){throw e}finally{FS.hashAddNode(old_node)}},rmdir(path){var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;var name=PATH.basename(path);var node=FS.lookupNode(parent,name);var errCode=FS.mayDelete(parent,name,true);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.rmdir){throw new FS.ErrnoError(63)}if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}parent.node_ops.rmdir(parent,name);FS.destroyNode(node)},readdir(path){var lookup=FS.lookupPath(path,{follow:true});var node=lookup.node;var readdir=FS.checkOpExists(node.node_ops.readdir,54);return readdir(node)},unlink(path){var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;if(!parent){throw new FS.ErrnoError(44)}var name=PATH.basename(path);var node=FS.lookupNode(parent,name);var errCode=FS.mayDelete(parent,name,false);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.unlink){throw new FS.ErrnoError(63)}if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}parent.node_ops.unlink(parent,name);FS.destroyNode(node)},readlink(path){var lookup=FS.lookupPath(path);var link=lookup.node;if(!link){throw new FS.ErrnoError(44)}if(!link.node_ops.readlink){throw new FS.ErrnoError(28)}return link.node_ops.readlink(link)},stat(path,dontFollow){var lookup=FS.lookupPath(path,{follow:!dontFollow});var node=lookup.node;var getattr=FS.checkOpExists(node.node_ops.getattr,63);return getattr(node)},fstat(fd){var stream=FS.getStreamChecked(fd);var node=stream.node;var getattr=stream.stream_ops.getattr;var arg=getattr?stream:node;getattr??=node.node_ops.getattr;FS.checkOpExists(getattr,63);return getattr(arg)},lstat(path){return FS.stat(path,true)},doChmod(stream,node,mode,dontFollow){FS.doSetAttr(stream,node,{mode:mode&4095|node.mode&~4095,ctime:Date.now(),dontFollow})},chmod(path,mode,dontFollow){var node;if(typeof path=="string"){var lookup=FS.lookupPath(path,{follow:!dontFollow});node=lookup.node}else{node=path}FS.doChmod(null,node,mode,dontFollow)},lchmod(path,mode){FS.chmod(path,mode,true)},fchmod(fd,mode){var stream=FS.getStreamChecked(fd);FS.doChmod(stream,stream.node,mode,false)},doChown(stream,node,dontFollow){FS.doSetAttr(stream,node,{timestamp:Date.now(),dontFollow})},chown(path,uid,gid,dontFollow){var node;if(typeof path=="string"){var lookup=FS.lookupPath(path,{follow:!dontFollow});node=lookup.node}else{node=path}FS.doChown(null,node,dontFollow)},lchown(path,uid,gid){FS.chown(path,uid,gid,true)},fchown(fd,uid,gid){var stream=FS.getStreamChecked(fd);FS.doChown(stream,stream.node,false)},doTruncate(stream,node,len){if(FS.isDir(node.mode)){throw new FS.ErrnoError(31)}if(!FS.isFile(node.mode)){throw new FS.ErrnoError(28)}var errCode=FS.nodePermissions(node,"w");if(errCode){throw new FS.ErrnoError(errCode)}FS.doSetAttr(stream,node,{size:len,timestamp:Date.now()})},truncate(path,len){if(len<0){throw new FS.ErrnoError(28)}var node;if(typeof path=="string"){var lookup=FS.lookupPath(path,{follow:true});node=lookup.node}else{node=path}FS.doTruncate(null,node,len)},ftruncate(fd,len){var stream=FS.getStreamChecked(fd);if(len<0||(stream.flags&2097155)===0){throw new FS.ErrnoError(28)}FS.doTruncate(stream,stream.node,len)},utime(path,atime,mtime){var lookup=FS.lookupPath(path,{follow:true});var node=lookup.node;var setattr=FS.checkOpExists(node.node_ops.setattr,63);setattr(node,{atime,mtime})},open(path,flags,mode=438){if(path===""){throw new FS.ErrnoError(44)}flags=typeof flags=="string"?FS_modeStringToFlags(flags):flags;if(flags&64){mode=mode&4095|32768}else{mode=0}var node;var isDirPath;if(typeof path=="object"){node=path}else{isDirPath=path.endsWith("/");var lookup=FS.lookupPath(path,{follow:!(flags&131072),noent_okay:true});node=lookup.node;path=lookup.path}var created=false;if(flags&64){if(node){if(flags&128){throw new FS.ErrnoError(20)}}else if(isDirPath){throw new FS.ErrnoError(31)}else{node=FS.mknod(path,mode|511,0);created=true}}if(!node){throw new FS.ErrnoError(44)}if(FS.isChrdev(node.mode)){flags&=~512}if(flags&65536&&!FS.isDir(node.mode)){throw new FS.ErrnoError(54)}if(!created){var errCode=FS.mayOpen(node,flags);if(errCode){throw new FS.ErrnoError(errCode)}}if(flags&512&&!created){FS.truncate(node,0)}flags&=~(128|512|131072);var stream=FS.createStream({node,path:FS.getPath(node),flags,seekable:true,position:0,stream_ops:node.stream_ops,ungotten:[],error:false});if(stream.stream_ops.open){stream.stream_ops.open(stream)}if(created){FS.chmod(node,mode&511)}if(Module["logReadFiles"]&&!(flags&1)){if(!(path in FS.readFiles)){FS.readFiles[path]=1}}return stream},close(stream){if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if(stream.getdents)stream.getdents=null;try{if(stream.stream_ops.close){stream.stream_ops.close(stream)}}catch(e){throw e}finally{FS.closeStream(stream.fd)}stream.fd=null},isClosed(stream){return stream.fd===null},llseek(stream,offset,whence){if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if(!stream.seekable||!stream.stream_ops.llseek){throw new FS.ErrnoError(70)}if(whence!=0&&whence!=1&&whence!=2){throw new FS.ErrnoError(28)}stream.position=stream.stream_ops.llseek(stream,offset,whence);stream.ungotten=[];return stream.position},read(stream,buffer,offset,length,position){if(length<0||position<0){throw new FS.ErrnoError(28)}if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if((stream.flags&2097155)===1){throw new FS.ErrnoError(8)}if(FS.isDir(stream.node.mode)){throw new FS.ErrnoError(31)}if(!stream.stream_ops.read){throw new FS.ErrnoError(28)}var seeking=typeof position!="undefined";if(!seeking){position=stream.position}else if(!stream.seekable){throw new FS.ErrnoError(70)}var bytesRead=stream.stream_ops.read(stream,buffer,offset,length,position);if(!seeking)stream.position+=bytesRead;return bytesRead},write(stream,buffer,offset,length,position,canOwn){if(length<0||position<0){throw new FS.ErrnoError(28)}if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if((stream.flags&2097155)===0){throw new FS.ErrnoError(8)}if(FS.isDir(stream.node.mode)){throw new FS.ErrnoError(31)}if(!stream.stream_ops.write){throw new FS.ErrnoError(28)}if(stream.seekable&&stream.flags&1024){FS.llseek(stream,0,2)}var seeking=typeof position!="undefined";if(!seeking){position=stream.position}else if(!stream.seekable){throw new FS.ErrnoError(70)}var bytesWritten=stream.stream_ops.write(stream,buffer,offset,length,position,canOwn);if(!seeking)stream.position+=bytesWritten;return bytesWritten},mmap(stream,length,position,prot,flags){if((prot&2)!==0&&(flags&2)===0&&(stream.flags&2097155)!==2){throw new FS.ErrnoError(2)}if((stream.flags&2097155)===1){throw new FS.ErrnoError(2)}if(!stream.stream_ops.mmap){throw new FS.ErrnoError(43)}if(!length){throw new FS.ErrnoError(28)}return stream.stream_ops.mmap(stream,length,position,prot,flags)},msync(stream,buffer,offset,length,mmapFlags){if(!stream.stream_ops.msync){return 0}return stream.stream_ops.msync(stream,buffer,offset,length,mmapFlags)},ioctl(stream,cmd,arg){if(!stream.stream_ops.ioctl){throw new FS.ErrnoError(59)}return stream.stream_ops.ioctl(stream,cmd,arg)},readFile(path,opts={}){opts.flags=opts.flags||0;opts.encoding=opts.encoding||"binary";if(opts.encoding!=="utf8"&&opts.encoding!=="binary"){throw new Error(`Invalid encoding type "${opts.encoding}"`)}var ret;var stream=FS.open(path,opts.flags);var stat=FS.stat(path);var length=stat.size;var buf=new Uint8Array(length);FS.read(stream,buf,0,length,0);if(opts.encoding==="utf8"){ret=UTF8ArrayToString(buf)}else if(opts.encoding==="binary"){ret=buf}FS.close(stream);return ret},writeFile(path,data,opts={}){opts.flags=opts.flags||577;var stream=FS.open(path,opts.flags,opts.mode);if(typeof data=="string"){var buf=new Uint8Array(lengthBytesUTF8(data)+1);var actualNumBytes=stringToUTF8Array(data,buf,0,buf.length);FS.write(stream,buf,0,actualNumBytes,undefined,opts.canOwn)}else if(ArrayBuffer.isView(data)){FS.write(stream,data,0,data.byteLength,undefined,opts.canOwn)}else{throw new Error("Unsupported data type")}FS.close(stream)},cwd:()=>FS.currentPath,chdir(path){var lookup=FS.lookupPath(path,{follow:true});if(lookup.node===null){throw new FS.ErrnoError(44)}if(!FS.isDir(lookup.node.mode)){throw new FS.ErrnoError(54)}var errCode=FS.nodePermissions(lookup.node,"x");if(errCode){throw new FS.ErrnoError(errCode)}FS.currentPath=lookup.path},createDefaultDirectories(){FS.mkdir("/tmp");FS.mkdir("/home");FS.mkdir("/home/web_user")},createDefaultDevices(){FS.mkdir("/dev");FS.registerDevice(FS.makedev(1,3),{read:()=>0,write:(stream,buffer,offset,length,pos)=>length,llseek:()=>0});FS.mkdev("/dev/null",FS.makedev(1,3));TTY.register(FS.makedev(5,0),TTY.default_tty_ops);TTY.register(FS.makedev(6,0),TTY.default_tty1_ops);FS.mkdev("/dev/tty",FS.makedev(5,0));FS.mkdev("/dev/tty1",FS.makedev(6,0));var randomBuffer=new Uint8Array(1024),randomLeft=0;var randomByte=()=>{if(randomLeft===0){randomFill(randomBuffer);randomLeft=randomBuffer.byteLength}return randomBuffer[--randomLeft]};FS.createDevice("/dev","random",randomByte);FS.createDevice("/dev","urandom",randomByte);FS.mkdir("/dev/shm");FS.mkdir("/dev/shm/tmp")},createSpecialDirectories(){FS.mkdir("/proc");var proc_self=FS.mkdir("/proc/self");FS.mkdir("/proc/self/fd");FS.mount({mount(){var node=FS.createNode(proc_self,"fd",16895,73);node.stream_ops={llseek:MEMFS.stream_ops.llseek};node.node_ops={lookup(parent,name){var fd=+name;var stream=FS.getStreamChecked(fd);var ret={parent:null,mount:{mountpoint:"fake"},node_ops:{readlink:()=>stream.path},id:fd+1};ret.parent=ret;return ret},readdir(){return Array.from(FS.streams.entries()).filter(([k,v])=>v).map(([k,v])=>k.toString())}};return node}},{},"/proc/self/fd")},createStandardStreams(input,output,error){if(input){FS.createDevice("/dev","stdin",input)}else{FS.symlink("/dev/tty","/dev/stdin")}if(output){FS.createDevice("/dev","stdout",null,output)}else{FS.symlink("/dev/tty","/dev/stdout")}if(error){FS.createDevice("/dev","stderr",null,error)}else{FS.symlink("/dev/tty1","/dev/stderr")}var stdin=FS.open("/dev/stdin",0);var stdout=FS.open("/dev/stdout",1);var stderr=FS.open("/dev/stderr",1)},staticInit(){FS.nameTable=new Array(4096);FS.mount(MEMFS,{},"/");FS.createDefaultDirectories();FS.createDefaultDevices();FS.createSpecialDirectories();FS.filesystems={MEMFS}},init(input,output,error){FS.initialized=true;input??=Module["stdin"];output??=Module["stdout"];error??=Module["stderr"];FS.createStandardStreams(input,output,error)},quit(){FS.initialized=false;for(var stream of FS.streams){if(stream){FS.close(stream)}}},findObject(path,dontResolveLastLink){var ret=FS.analyzePath(path,dontResolveLastLink);if(!ret.exists){return null}return ret.object},analyzePath(path,dontResolveLastLink){try{var lookup=FS.lookupPath(path,{follow:!dontResolveLastLink});path=lookup.path}catch(e){}var ret={isRoot:false,exists:false,error:0,name:null,path:null,object:null,parentExists:false,parentPath:null,parentObject:null};try{var lookup=FS.lookupPath(path,{parent:true});ret.parentExists=true;ret.parentPath=lookup.path;ret.parentObject=lookup.node;ret.name=PATH.basename(path);lookup=FS.lookupPath(path,{follow:!dontResolveLastLink});ret.exists=true;ret.path=lookup.path;ret.object=lookup.node;ret.name=lookup.node.name;ret.isRoot=lookup.path==="/"}catch(e){ret.error=e.errno}return ret},createPath(parent,path,canRead,canWrite){parent=typeof parent=="string"?parent:FS.getPath(parent);var parts=path.split("/").reverse();while(parts.length){var part=parts.pop();if(!part)continue;var current=PATH.join2(parent,part);try{FS.mkdir(current)}catch(e){if(e.errno!=20)throw e}parent=current}return current},createFile(parent,name,properties,canRead,canWrite){var path=PATH.join2(typeof parent=="string"?parent:FS.getPath(parent),name);var mode=FS_getMode(canRead,canWrite);return FS.create(path,mode)},createDataFile(parent,name,data,canRead,canWrite,canOwn){var path=name;if(parent){parent=typeof parent=="string"?parent:FS.getPath(parent);path=name?PATH.join2(parent,name):parent}var mode=FS_getMode(canRead,canWrite);var node=FS.create(path,mode);if(data){if(typeof data=="string"){var arr=new Array(data.length);for(var i=0,len=data.length;i<len;++i)arr[i]=data.charCodeAt(i);data=arr}FS.chmod(node,mode|146);var stream=FS.open(node,577);FS.write(stream,data,0,data.length,0,canOwn);FS.close(stream);FS.chmod(node,mode)}},createDevice(parent,name,input,output){var path=PATH.join2(typeof parent=="string"?parent:FS.getPath(parent),name);var mode=FS_getMode(!!input,!!output);FS.createDevice.major??=64;var dev=FS.makedev(FS.createDevice.major++,0);FS.registerDevice(dev,{open(stream){stream.seekable=false},close(stream){if(output?.buffer?.length){output(10)}},read(stream,buffer,offset,length,pos){var bytesRead=0;for(var i=0;i<length;i++){var result;try{result=input()}catch(e){throw new FS.ErrnoError(29)}if(result===undefined&&bytesRead===0){throw new FS.ErrnoError(6)}if(result===null||result===undefined)break;bytesRead++;buffer[offset+i]=result}if(bytesRead){stream.node.atime=Date.now()}return bytesRead},write(stream,buffer,offset,length,pos){for(var i=0;i<length;i++){try{output(buffer[offset+i])}catch(e){throw new FS.ErrnoError(29)}}if(length){stream.node.mtime=stream.node.ctime=Date.now()}return i}});return FS.mkdev(path,mode,dev)},forceLoadFile(obj){if(obj.isDevice||obj.isFolder||obj.link||obj.contents)return true;if(typeof XMLHttpRequest!="undefined"){throw new Error("Lazy loading should have been performed (contents set) in createLazyFile, but it was not. Lazy loading only works in web workers. Use --embed-file or --preload-file in emcc on the main thread.")}else{try{obj.contents=readBinary(obj.url);obj.usedBytes=obj.contents.length}catch(e){throw new FS.ErrnoError(29)}}},createLazyFile(parent,name,url,canRead,canWrite){class LazyUint8Array{lengthKnown=false;chunks=[];get(idx){if(idx>this.length-1||idx<0){return undefined}var chunkOffset=idx%this.chunkSize;var chunkNum=idx/this.chunkSize|0;return this.getter(chunkNum)[chunkOffset]}setDataGetter(getter){this.getter=getter}cacheLength(){var xhr=new XMLHttpRequest;xhr.open("HEAD",url,false);xhr.send(null);if(!(xhr.status>=200&&xhr.status<300||xhr.status===304))throw new Error("Couldn't load "+url+". Status: "+xhr.status);var datalength=Number(xhr.getResponseHeader("Content-length"));var header;var hasByteServing=(header=xhr.getResponseHeader("Accept-Ranges"))&&header==="bytes";var usesGzip=(header=xhr.getResponseHeader("Content-Encoding"))&&header==="gzip";var chunkSize=1024*1024;if(!hasByteServing)chunkSize=datalength;var doXHR=(from,to)=>{if(from>to)throw new Error("invalid range ("+from+", "+to+") or no bytes requested!");if(to>datalength-1)throw new Error("only "+datalength+" bytes available! programmer error!");var xhr=new XMLHttpRequest;xhr.open("GET",url,false);if(datalength!==chunkSize)xhr.setRequestHeader("Range","bytes="+from+"-"+to);xhr.responseType="arraybuffer";if(xhr.overrideMimeType){xhr.overrideMimeType("text/plain; charset=x-user-defined")}xhr.send(null);if(!(xhr.status>=200&&xhr.status<300||xhr.status===304))throw new Error("Couldn't load "+url+". Status: "+xhr.status);if(xhr.response!==undefined){return new Uint8Array(xhr.response||[])}return intArrayFromString(xhr.responseText||"",true)};var lazyArray=this;lazyArray.setDataGetter(chunkNum=>{var start=chunkNum*chunkSize;var end=(chunkNum+1)*chunkSize-1;end=Math.min(end,datalength-1);if(typeof lazyArray.chunks[chunkNum]=="undefined"){lazyArray.chunks[chunkNum]=doXHR(start,end)}if(typeof lazyArray.chunks[chunkNum]=="undefined")throw new Error("doXHR failed!");return lazyArray.chunks[chunkNum]});if(usesGzip||!datalength){chunkSize=datalength=1;datalength=this.getter(0).length;chunkSize=datalength;out("LazyFiles on gzip forces download of the whole file when length is accessed")}this._length=datalength;this._chunkSize=chunkSize;this.lengthKnown=true}get length(){if(!this.lengthKnown){this.cacheLength()}return this._length}get chunkSize(){if(!this.lengthKnown){this.cacheLength()}return this._chunkSize}}if(typeof XMLHttpRequest!="undefined"){if(!ENVIRONMENT_IS_WORKER)throw"Cannot do synchronous binary XHRs outside webworkers in modern browsers. Use --embed-file or --preload-file in emcc";var lazyArray=new LazyUint8Array;var properties={isDevice:false,contents:lazyArray}}else{var properties={isDevice:false,url}}var node=FS.createFile(parent,name,properties,canRead,canWrite);if(properties.contents){node.contents=properties.contents}else if(properties.url){node.contents=null;node.url=properties.url}Object.defineProperties(node,{usedBytes:{get:function(){return this.contents.length}}});var stream_ops={};var keys=Object.keys(node.stream_ops);keys.forEach(key=>{var fn=node.stream_ops[key];stream_ops[key]=(...args)=>{FS.forceLoadFile(node);return fn(...args)}});function writeChunks(stream,buffer,offset,length,position){var contents=stream.node.contents;if(position>=contents.length)return 0;var size=Math.min(contents.length-position,length);if(contents.slice){for(var i=0;i<size;i++){buffer[offset+i]=contents[position+i]}}else{for(var i=0;i<size;i++){buffer[offset+i]=contents.get(position+i)}}return size}stream_ops.read=(stream,buffer,offset,length,position)=>{FS.forceLoadFile(node);return writeChunks(stream,buffer,offset,length,position)};stream_ops.mmap=(stream,length,position,prot,flags)=>{FS.forceLoadFile(node);var ptr=mmapAlloc(length);if(!ptr){throw new FS.ErrnoError(48)}writeChunks(stream,HEAP8,ptr,length,position);return{ptr,allocated:true}};node.stream_ops=stream_ops;return node}};var UTF8ToString=(ptr,maxBytesToRead)=>ptr?UTF8ArrayToString(HEAPU8,ptr,maxBytesToRead):"";var SYSCALLS={DEFAULT_POLLMASK:5,calculateAt(dirfd,path,allowEmpty){if(PATH.isAbs(path)){return path}var dir;if(dirfd===-100){dir=FS.cwd()}else{var dirstream=SYSCALLS.getStreamFromFD(dirfd);dir=dirstream.path}if(path.length==0){if(!allowEmpty){throw new FS.ErrnoError(44)}return dir}return dir+"/"+path},writeStat(buf,stat){HEAP32[buf>>2]=stat.dev;HEAP32[buf+4>>2]=stat.mode;HEAPU32[buf+8>>2]=stat.nlink;HEAP32[buf+12>>2]=stat.uid;HEAP32[buf+16>>2]=stat.gid;HEAP32[buf+20>>2]=stat.rdev;HEAP64[buf+24>>3]=BigInt(stat.size);HEAP32[buf+32>>2]=4096;HEAP32[buf+36>>2]=stat.blocks;var atime=stat.atime.getTime();var mtime=stat.mtime.getTime();var ctime=stat.ctime.getTime();HEAP64[buf+40>>3]=BigInt(Math.floor(atime/1e3));HEAPU32[buf+48>>2]=atime%1e3*1e3*1e3;HEAP64[buf+56>>3]=BigInt(Math.floor(mtime/1e3));HEAPU32[buf+64>>2]=mtime%1e3*1e3*1e3;HEAP64[buf+72>>3]=BigInt(Math.floor(ctime/1e3));HEAPU32[buf+80>>2]=ctime%1e3*1e3*1e3;HEAP64[buf+88>>3]=BigInt(stat.ino);return 0},writeStatFs(buf,stats){HEAP32[buf+4>>2]=stats.bsize;HEAP32[buf+40>>2]=stats.bsize;HEAP32[buf+8>>2]=stats.blocks;HEAP32[buf+12>>2]=stats.bfree;HEAP32[buf+16>>2]=stats.bavail;HEAP32[buf+20>>2]=stats.files;HEAP32[buf+24>>2]=stats.ffree;HEAP32[buf+28>>2]=stats.fsid;HEAP32[buf+44>>2]=stats.flags;HEAP32[buf+36>>2]=stats.namelen},doMsync(addr,stream,len,flags,offset){if(!FS.isFile(stream.node.mode)){throw new FS.ErrnoError(43)}if(flags&2){return 0}var buffer=HEAPU8.slice(addr,addr+len);FS.msync(stream,buffer,offset,len,flags)},getStreamFromFD(fd){var stream=FS.getStreamChecked(fd);return stream},varargs:undefined,getStr(ptr){var ret=UTF8ToString(ptr);return ret}};function ___syscall_fcntl64(fd,cmd,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(fd);switch(cmd){case 0:{var arg=syscallGetVarargI();if(arg<0){return-28}while(FS.streams[arg]){arg++}var newStream;newStream=FS.dupStream(stream,arg);return newStream.fd}case 1:case 2:return 0;case 3:return stream.flags;case 4:{var arg=syscallGetVarargI();stream.flags|=arg;return 0}case 12:{var arg=syscallGetVarargP();var offset=0;HEAP16[arg+offset>>1]=2;return 0}case 13:case 14:return 0}return-28}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_unlinkat(dirfd,path,flags){try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);if(flags===0){FS.unlink(path)}else if(flags===512){FS.rmdir(path)}else{abort("Invalid flags passed to unlinkat")}return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}var __abort_js=()=>abort("");var _emscripten_get_now=()=>performance.now();var _emscripten_date_now=()=>Date.now();var nowIsMonotonic=1;var checkWasiClock=clock_id=>clock_id>=0&&clock_id<=3;var INT53_MAX=9007199254740992;var INT53_MIN=-9007199254740992;var bigintToI53Checked=num=>num<INT53_MIN||num>INT53_MAX?NaN:Number(num);function _clock_time_get(clk_id,ignored_precision,ptime){ignored_precision=bigintToI53Checked(ignored_precision);if(!checkWasiClock(clk_id)){return 28}var now;if(clk_id===0){now=_emscripten_date_now()}else if(nowIsMonotonic){now=_emscripten_get_now()}else{return 52}var nsec=Math.round(now*1e3*1e3);HEAP64[ptime>>3]=BigInt(nsec);return 0}var handleException=e=>{if(e instanceof ExitStatus||e=="unwind"){return EXITSTATUS}quit_(1,e)};var runtimeKeepaliveCounter=0;var keepRuntimeAlive=()=>noExitRuntime||runtimeKeepaliveCounter>0;var _proc_exit=code=>{EXITSTATUS=code;if(!keepRuntimeAlive()){Module["onExit"]?.(code);ABORT=true}quit_(code,new ExitStatus(code))};var exitJS=(status,implicit)=>{EXITSTATUS=status;_proc_exit(status)};var _exit=exitJS;var maybeExit=()=>{if(!keepRuntimeAlive()){try{_exit(EXITSTATUS)}catch(e){handleException(e)}}};var callUserCallback=func=>{if(ABORT){return}try{func();maybeExit()}catch(e){handleException(e)}};var safeSetTimeout=(func,timeout)=>setTimeout(()=>{callUserCallback(func)},timeout);var _emscripten_set_main_loop_timing=(mode,value)=>{MainLoop.timingMode=mode;MainLoop.timingValue=value;if(!MainLoop.func){return 1}if(!MainLoop.running){MainLoop.running=true}if(mode==0){MainLoop.scheduler=function MainLoop_scheduler_setTimeout(){var timeUntilNextTick=Math.max(0,MainLoop.tickStartTime+value-_emscripten_get_now())|0;setTimeout(MainLoop.runner,timeUntilNextTick)};MainLoop.method="timeout"}else if(mode==1){MainLoop.scheduler=function MainLoop_scheduler_rAF(){MainLoop.requestAnimationFrame(MainLoop.runner)};MainLoop.method="rAF"}else if(mode==2){if(typeof MainLoop.setImmediate=="undefined"){if(typeof setImmediate=="undefined"){var setImmediates=[];var emscriptenMainLoopMessageId="setimmediate";var MainLoop_setImmediate_messageHandler=event=>{if(event.data===emscriptenMainLoopMessageId||event.data.target===emscriptenMainLoopMessageId){event.stopPropagation();setImmediates.shift()()}};addEventListener("message",MainLoop_setImmediate_messageHandler,true);MainLoop.setImmediate=func=>{setImmediates.push(func);if(ENVIRONMENT_IS_WORKER){Module["setImmediates"]??=[];Module["setImmediates"].push(func);postMessage({target:emscriptenMainLoopMessageId})}else postMessage(emscriptenMainLoopMessageId,"*")}}else{MainLoop.setImmediate=setImmediate}}MainLoop.scheduler=function MainLoop_scheduler_setImmediate(){MainLoop.setImmediate(MainLoop.runner)};MainLoop.method="immediate"}return 0};var setMainLoop=(iterFunc,fps,simulateInfiniteLoop,arg,noSetTiming)=>{MainLoop.func=iterFunc;MainLoop.arg=arg;var thisMainLoopId=MainLoop.currentlyRunningMainloop;function checkIsRunning(){if(thisMainLoopId<MainLoop.currentlyRunningMainloop){maybeExit();return false}return true}MainLoop.running=false;MainLoop.runner=function MainLoop_runner(){if(ABORT)return;if(MainLoop.queue.length>0){var start=Date.now();var blocker=MainLoop.queue.shift();blocker.func(blocker.arg);if(MainLoop.remainingBlockers){var remaining=MainLoop.remainingBlockers;var next=remaining%1==0?remaining-1:Math.floor(remaining);if(blocker.counted){MainLoop.remainingBlockers=next}else{next=next+.5;MainLoop.remainingBlockers=(8*remaining+next)/9}}MainLoop.updateStatus();if(!checkIsRunning())return;setTimeout(MainLoop.runner,0);return}if(!checkIsRunning())return;MainLoop.currentFrameNumber=MainLoop.currentFrameNumber+1|0;if(MainLoop.timingMode==1&&MainLoop.timingValue>1&&MainLoop.currentFrameNumber%MainLoop.timingValue!=0){MainLoop.scheduler();return}else if(MainLoop.timingMode==0){MainLoop.tickStartTime=_emscripten_get_now()}MainLoop.runIter(iterFunc);if(!checkIsRunning())return;MainLoop.scheduler()};if(!noSetTiming){if(fps>0){_emscripten_set_main_loop_timing(0,1e3/fps)}else{_emscripten_set_main_loop_timing(1,1)}MainLoop.scheduler()}if(simulateInfiniteLoop){throw"unwind"}};var MainLoop={running:false,scheduler:null,method:"",currentlyRunningMainloop:0,func:null,arg:0,timingMode:0,timingValue:0,currentFrameNumber:0,queue:[],preMainLoop:[],postMainLoop:[],pause(){MainLoop.scheduler=null;MainLoop.currentlyRunningMainloop++},resume(){MainLoop.currentlyRunningMainloop++;var timingMode=MainLoop.timingMode;var timingValue=MainLoop.timingValue;var func=MainLoop.func;MainLoop.func=null;setMainLoop(func,0,false,MainLoop.arg,true);_emscripten_set_main_loop_timing(timingMode,timingValue);MainLoop.scheduler()},updateStatus(){if(Module["setStatus"]){var message=Module["statusMessage"]||"Please wait...";var remaining=MainLoop.remainingBlockers??0;var expected=MainLoop.expectedBlockers??0;if(remaining){if(remaining<expected){Module["setStatus"](`{message} ({expected - remaining}/{expected})`)}else{Module["setStatus"](message)}}else{Module["setStatus"]("")}}},init(){Module["preMainLoop"]&&MainLoop.preMainLoop.push(Module["preMainLoop"]);Module["postMainLoop"]&&MainLoop.postMainLoop.push(Module["postMainLoop"])},runIter(func){if(ABORT)return;for(var pre of MainLoop.preMainLoop){if(pre()===false){return}}callUserCallback(func);for(var post of MainLoop.postMainLoop){post()}},nextRAF:0,fakeRequestAnimationFrame(func){var now=Date.now();if(MainLoop.nextRAF===0){MainLoop.nextRAF=now+1e3/60}else{while(now+2>=MainLoop.nextRAF){MainLoop.nextRAF+=1e3/60}}var delay=Math.max(MainLoop.nextRAF-now,0);setTimeout(func,delay)},requestAnimationFrame(func){if(typeof requestAnimationFrame=="function"){requestAnimationFrame(func);return}var RAF=MainLoop.fakeRequestAnimationFrame;RAF(func)}};var safeRequestAnimationFrame=func=>MainLoop.requestAnimationFrame(()=>{callUserCallback(func)});var wasmTableMirror=[];var wasmTable;var getWasmTableEntry=funcPtr=>{var func=wasmTableMirror[funcPtr];if(!func){wasmTableMirror[funcPtr]=func=wasmTable.get(funcPtr)}return func};var _emscripten_async_call=(func,arg,millis)=>{var wrapper=()=>getWasmTableEntry(func)(arg);if(millis>=0||ENVIRONMENT_IS_NODE){safeSetTimeout(wrapper,millis)}else{safeRequestAnimationFrame(wrapper)}};var getHeapMax=()=>2147483648;var _emscripten_get_heap_max=()=>getHeapMax();var growMemory=size=>{var b=wasmMemory.buffer;var pages=(size-b.byteLength+65535)/65536|0;try{wasmMemory.grow(pages);updateMemoryViews();return 1}catch(e){}};var _emscripten_resize_heap=requestedSize=>{var oldSize=HEAPU8.length;requestedSize>>>=0;var maxHeapSize=getHeapMax();if(requestedSize>maxHeapSize){return false}for(var cutDown=1;cutDown<=4;cutDown*=2){var overGrownHeapSize=oldSize*(1+.2/cutDown);overGrownHeapSize=Math.min(overGrownHeapSize,requestedSize+100663296);var newSize=Math.min(maxHeapSize,alignMemory(Math.max(requestedSize,overGrownHeapSize),65536));var replacement=growMemory(newSize);if(replacement){return true}}return false};var ENV={};var getExecutableName=()=>thisProgram||"./this.program";var getEnvStrings=()=>{if(!getEnvStrings.strings){var lang=(typeof navigator=="object"&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8";var env={USER:"web_user",LOGNAME:"web_user",PATH:"/",PWD:"/",HOME:"/home/web_user",LANG:lang,_:getExecutableName()};for(var x in ENV){if(ENV[x]===undefined)delete env[x];else env[x]=ENV[x]}var strings=[];for(var x in env){strings.push(`${x}=${env[x]}`)}getEnvStrings.strings=strings}return getEnvStrings.strings};var stringToAscii=(str,buffer)=>{for(var i=0;i<str.length;++i){HEAP8[buffer++]=str.charCodeAt(i)}HEAP8[buffer]=0};var _environ_get=(__environ,environ_buf)=>{var bufSize=0;getEnvStrings().forEach((string,i)=>{var ptr=environ_buf+bufSize;HEAPU32[__environ+i*4>>2]=ptr;stringToAscii(string,ptr);bufSize+=string.length+1});return 0};var _environ_sizes_get=(penviron_count,penviron_buf_size)=>{var strings=getEnvStrings();HEAPU32[penviron_count>>2]=strings.length;var bufSize=0;strings.forEach(string=>bufSize+=string.length+1);HEAPU32[penviron_buf_size>>2]=bufSize;return 0};function _fd_close(fd){try{var stream=SYSCALLS.getStreamFromFD(fd);FS.close(stream);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}function _fd_seek(fd,offset,whence,newOffset){offset=bigintToI53Checked(offset);try{if(isNaN(offset))return 61;var stream=SYSCALLS.getStreamFromFD(fd);FS.llseek(stream,offset,whence);HEAP64[newOffset>>3]=BigInt(stream.position);if(stream.getdents&&offset===0&&whence===0)stream.getdents=null;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}var doWritev=(stream,iov,iovcnt,offset)=>{var ret=0;for(var i=0;i<iovcnt;i++){var ptr=HEAPU32[iov>>2];var len=HEAPU32[iov+4>>2];iov+=8;var curr=FS.write(stream,HEAP8,ptr,len,offset);if(curr<0)return-1;ret+=curr;if(curr<len){break}if(typeof offset!="undefined"){offset+=curr}}return ret};function _fd_write(fd,iov,iovcnt,pnum){try{var stream=SYSCALLS.getStreamFromFD(fd);var num=doWritev(stream,iov,iovcnt);HEAPU32[pnum>>2]=num;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}var getCFunc=ident=>{var func=Module["_"+ident];return func};var writeArrayToMemory=(array,buffer)=>{HEAP8.set(array,buffer)};var stringToUTF8=(str,outPtr,maxBytesToWrite)=>stringToUTF8Array(str,HEAPU8,outPtr,maxBytesToWrite);var stackAlloc=sz=>__emscripten_stack_alloc(sz);Module["stackAlloc"]=stackAlloc;var stringToUTF8OnStack=str=>{var size=lengthBytesUTF8(str)+1;var ret=stackAlloc(size);stringToUTF8(str,ret,size);return ret};var ccall=(ident,returnType,argTypes,args,opts)=>{var toC={string:str=>{var ret=0;if(str!==null&&str!==undefined&&str!==0){ret=stringToUTF8OnStack(str)}return ret},array:arr=>{var ret=stackAlloc(arr.length);writeArrayToMemory(arr,ret);return ret}};function convertReturnValue(ret){if(returnType==="string"){return UTF8ToString(ret)}if(returnType==="boolean")return Boolean(ret);return ret}var func=getCFunc(ident);var cArgs=[];var stack=0;if(args){for(var i=0;i<args.length;i++){var converter=toC[argTypes[i]];if(converter){if(stack===0)stack=stackSave();cArgs[i]=converter(args[i])}else{cArgs[i]=args[i]}}}var ret=func(...cArgs);function onDone(ret){if(stack!==0)stackRestore(stack);return convertReturnValue(ret)}ret=onDone(ret);return ret};var cwrap=(ident,returnType,argTypes,opts)=>{var numericArgs=!argTypes||argTypes.every(type=>type==="number"||type==="boolean");var numericRet=returnType!=="string";if(numericRet&&numericArgs&&!opts){return getCFunc(ident)}return(...args)=>ccall(ident,returnType,argTypes,args,opts)};var uleb128Encode=(n,target)=>{if(n<128){target.push(n)}else{target.push(n%128|128,n>>7)}};var sigToWasmTypes=sig=>{var typeNames={i:"i32",j:"i64",f:"f32",d:"f64",e:"externref",p:"i32"};var type={parameters:[],results:sig[0]=="v"?[]:[typeNames[sig[0]]]};for(var i=1;i<sig.length;++i){type.parameters.push(typeNames[sig[i]])}return type};var generateFuncType=(sig,target)=>{var sigRet=sig.slice(0,1);var sigParam=sig.slice(1);var typeCodes={i:127,p:127,j:126,f:125,d:124,e:111};target.push(96);uleb128Encode(sigParam.length,target);for(var paramType of sigParam){target.push(typeCodes[paramType])}if(sigRet=="v"){target.push(0)}else{target.push(1,typeCodes[sigRet])}};var convertJsFunctionToWasm=(func,sig)=>{if(typeof WebAssembly.Function=="function"){return new WebAssembly.Function(sigToWasmTypes(sig),func)}var typeSectionBody=[1];generateFuncType(sig,typeSectionBody);var bytes=[0,97,115,109,1,0,0,0,1];uleb128Encode(typeSectionBody.length,bytes);bytes.push(...typeSectionBody);bytes.push(2,7,1,1,101,1,102,0,0,7,5,1,1,102,0,0);var module=new WebAssembly.Module(new Uint8Array(bytes));var instance=new WebAssembly.Instance(module,{e:{f:func}});var wrappedFunc=instance.exports["f"];return wrappedFunc};var updateTableMap=(offset,count)=>{if(functionsInTableMap){for(var i=offset;i<offset+count;i++){var item=getWasmTableEntry(i);if(item){functionsInTableMap.set(item,i)}}}};var functionsInTableMap;var getFunctionAddress=func=>{if(!functionsInTableMap){functionsInTableMap=new WeakMap;updateTableMap(0,wasmTable.length)}return functionsInTableMap.get(func)||0};var freeTableIndexes=[];var getEmptyTableSlot=()=>{if(freeTableIndexes.length){return freeTableIndexes.pop()}try{wasmTable.grow(1)}catch(err){if(!(err instanceof RangeError)){throw err}throw"Unable to grow wasm table. Set ALLOW_TABLE_GROWTH."}return wasmTable.length-1};var setWasmTableEntry=(idx,func)=>{wasmTable.set(idx,func);wasmTableMirror[idx]=wasmTable.get(idx)};var addFunction=(func,sig)=>{var rtn=getFunctionAddress(func);if(rtn){return rtn}var ret=getEmptyTableSlot();try{setWasmTableEntry(ret,func)}catch(err){if(!(err instanceof TypeError)){throw err}var wrapped=convertJsFunctionToWasm(func,sig);setWasmTableEntry(ret,wrapped)}functionsInTableMap.set(func,ret);return ret};var FS_createPath=FS.createPath;var runtimeKeepalivePush=()=>{runtimeKeepaliveCounter+=1};var runtimeKeepalivePop=()=>{runtimeKeepaliveCounter-=1};var FS_unlink=path=>FS.unlink(path);var FS_createLazyFile=FS.createLazyFile;var FS_createDevice=FS.createDevice;DOTNET.setup({wasmEnableSIMD:false,wasmEnableEH:true,enableAotProfiler:false,enableDevToolsProfiler:false,enableLogProfiler:false,enableEventPipe:false,runAOTCompilation:false,wasmEnableThreads:false,gitHash:"430bff23a1a0b566d103fcbea797880ef1c0eb28"});FS.createPreloadedFile=FS_createPreloadedFile;FS.staticInit();Module["FS_createPath"]=FS.createPath;Module["FS_createDataFile"]=FS.createDataFile;Module["FS_createPath"]=FS.createPath;Module["FS_createDataFile"]=FS.createDataFile;Module["FS_createPreloadedFile"]=FS.createPreloadedFile;Module["FS_unlink"]=FS.unlink;Module["FS_createLazyFile"]=FS.createLazyFile;Module["FS_createDevice"]=FS.createDevice;MEMFS.doesNotExistError=new FS.ErrnoError(44);MEMFS.doesNotExistError.stack="<generic error, no stack>";Module["requestAnimationFrame"]=MainLoop.requestAnimationFrame;Module["pauseMainLoop"]=MainLoop.pause;Module["resumeMainLoop"]=MainLoop.resume;MainLoop.init();function RhpGetCurrentBrowserThreadStackTrace(pShadowStack,pOutputBuffer,allFramesAsJS){const POINTER_SIZE=4;const POINTER_LOG2=2;const WASM_FUNCTION_TEXT="wasm-function[";const WASM_OFFSET_TEXT="]:0x";const isMeasurementPhase=pOutputBuffer===0;const jsStackTrace=isMeasurementPhase?(new Error).stack:Module.RhpGetCurrentBrowserThreadStackTraceValue;let actualBufferLength=0;let callerModuleId="";for(let currentIndex=0,currentFrameEndIndex;currentIndex<jsStackTrace.length;currentIndex=currentFrameEndIndex+1){currentFrameEndIndex=jsStackTrace.indexOf("\n",currentIndex);if(currentFrameEndIndex<0)currentFrameEndIndex=jsStackTrace.length;const currentFrame=jsStackTrace.slice(currentIndex,currentFrameEndIndex);let wasmFuncStartIndex=currentFrame.indexOf(WASM_FUNCTION_TEXT);if(wasmFuncStartIndex<0&&actualBufferLength===0)continue;if(wasmFuncStartIndex>=0&¤tFrame.endsWith(callerModuleId,wasmFuncStartIndex)&&!allFramesAsJS){if(actualBufferLength===0){let idIndex=currentFrame.lastIndexOf("//",wasmFuncStartIndex);if(idIndex<0)idIndex=0;callerModuleId=currentFrame.slice(idIndex,wasmFuncStartIndex)}if(!isMeasurementPhase){let wasmFunctionIndex=0;let wasmFunctionOffset=0;wasmFuncStartIndex+=WASM_FUNCTION_TEXT.length;let wasmFuncEndIndex=currentFrame.indexOf("]",wasmFuncStartIndex);if(wasmFuncEndIndex>=0){wasmFunctionIndex=parseInt(currentFrame.slice(wasmFuncStartIndex,wasmFuncEndIndex),10)+2;if(!isNaN(wasmFunctionIndex)&¤tFrame.startsWith(WASM_OFFSET_TEXT,wasmFuncEndIndex)){wasmFunctionOffset=parseInt(currentFrame.slice(wasmFuncEndIndex+WASM_OFFSET_TEXT.length),16)}}Module.HEAP32[pOutputBuffer>>>2]=wasmFunctionIndex;pOutputBuffer+=POINTER_SIZE;Module.HEAP32[pOutputBuffer>>>2]=wasmFunctionOffset;pOutputBuffer+=POINTER_SIZE}actualBufferLength+=2}else{const lengthInChunks=2*currentFrame.length+(POINTER_SIZE-1)>>POINTER_LOG2;if(!isMeasurementPhase){Module.HEAP32[pOutputBuffer>>>2]=-currentFrame.length;pOutputBuffer+=POINTER_SIZE;for(let i=0;i<currentFrame.length;i++){Module.HEAP16[(pOutputBuffer>>>1)+i]=currentFrame.charCodeAt(i)}pOutputBuffer+=lengthInChunks*POINTER_SIZE}actualBufferLength+=1+lengthInChunks}}Module.RhpGetCurrentBrowserThreadStackTraceValue=isMeasurementPhase?jsStackTrace:null;return actualBufferLength}function RhpInitializeStackTraceIpMap(pEntries,count){const POINTER_SIZE=4;for(let i=0;i<count;i++){const fptr=Module.HEAP32[pEntries>>>2];const func=wasmTable.get(fptr);let wasmFuncIndex=parseInt(func.name)+2;if(isNaN(wasmFuncIndex))wasmFuncIndex=0;pEntries+=POINTER_SIZE;Module.HEAP32[pEntries>>>2]=wasmFuncIndex;pEntries+=POINTER_SIZE}}function RhpGetBiasedWasmFunctionIndexForFunctionPointer(fptr){const func=wasmTable.get(fptr);let wasmFuncIndex=parseInt(func.name)+2;if(isNaN(wasmFuncIndex))wasmFuncIndex=0;return wasmFuncIndex}var wasmImports={v:RhpGetBiasedWasmFunctionIndexForFunctionPointer,b:RhpGetCurrentBrowserThreadStackTrace,p:RhpInitializeStackTraceIpMap,m:_SystemInteropJS_BindJSImportST,l:_SystemInteropJS_InvokeJSImportST,k:_SystemInteropJS_ReleaseCSOwnedObject,j:_SystemInteropJS_ResolveOrRejectPromise,i:_SystemJS_RandomBytes,e:___syscall_fcntl64,o:___syscall_unlinkat,s:__abort_js,r:_clock_time_get,h:_emscripten_async_call,g:_emscripten_date_now,c:_emscripten_get_heap_max,a:_emscripten_get_now,n:_emscripten_resize_heap,t:_environ_get,u:_environ_sizes_get,f:_fd_close,q:_fd_seek,d:_fd_write};var wasmExports=await createWasm();var ___wasm_call_ctors=wasmExports["x"];var _free=Module["_free"]=wasmExports["z"];var _malloc=Module["_malloc"]=wasmExports["A"];var _memset=Module["_memset"]=wasmExports["B"];var _System_Runtime_InteropServices_JavaScript_JavaScriptExports_CompleteTask=Module["_System_Runtime_InteropServices_JavaScript_JavaScriptExports_CompleteTask"]=wasmExports["C"];var _System_Runtime_InteropServices_JavaScript_JavaScriptExports_CallDelegate=Module["_System_Runtime_InteropServices_JavaScript_JavaScriptExports_CallDelegate"]=wasmExports["D"];var _System_Runtime_InteropServices_JavaScript_JavaScriptExports_ReleaseJSOwnedObjectByGCHandle=Module["_System_Runtime_InteropServices_JavaScript_JavaScriptExports_ReleaseJSOwnedObjectByGCHandle"]=wasmExports["E"];var _Motely_Wasm__GeneratedInitializer__Register_=Module["_Motely_Wasm__GeneratedInitializer__Register_"]=wasmExports["F"];var _System_Runtime_InteropServices_JavaScript_JavaScriptExports_CallEntrypoint=Module["_System_Runtime_InteropServices_JavaScript_JavaScriptExports_CallEntrypoint"]=wasmExports["G"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Import_System_Threading_CancellationToken_InvokeOnCancellationRequested_1521571026=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Import_System_Threading_CancellationToken_InvokeOnCancellationRequested_1521571026"]=wasmExports["H"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_Cancel_1521571026=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_Cancel_1521571026"]=wasmExports["I"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_WaitForCompletionAsync_1733779974=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_WaitForCompletionAsync_1733779974"]=wasmExports["J"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_AwaitCompletion_1521571026=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_AwaitCompletion_1521571026"]=wasmExports["K"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_RunSearchUntilCompletion_1521571026=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_RunSearchUntilCompletion_1521571026"]=wasmExports["L"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_RunSearchAsync_1733779974=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_RunSearchAsync_1733779974"]=wasmExports["M"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_Start_1568108894=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_Start_1568108894"]=wasmExports["N"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetCompletedBatchCount_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetCompletedBatchCount_1521273274"]=wasmExports["O"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetBatchIndex_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetBatchIndex_1521273274"]=wasmExports["P"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetIsSequentialBatchSearch_1520975400=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetIsSequentialBatchSearch_1520975400"]=wasmExports["Q"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetIsCompleted_1520975400=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetIsCompleted_1520975400"]=wasmExports["R"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetFilteredSeeds_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetFilteredSeeds_1521273274"]=wasmExports["S"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetMatchingSeeds_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetMatchingSeeds_1521273274"]=wasmExports["T"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetTotalSeedsSearched_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetTotalSeedsSearched_1521273274"]=wasmExports["U"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetElapsedMs_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_IMotelySearch_GetElapsedMs_1521273274"]=wasmExports["V"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_IJamlClause_Describe_1859881935=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_IJamlClause_Describe_1859881935"]=wasmExports["W"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_IJamlClause_GetEstimatedCost_1018901745=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_IJamlClause_GetEstimatedCost_1018901745"]=wasmExports["X"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_IJamlClause_GetScore_1018901745=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_IJamlClause_GetScore_1018901745"]=wasmExports["Y"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_IJamlClause_GetMax_1521183086=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_IJamlClause_GetMax_1521183086"]=wasmExports["Z"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_IJamlClause_GetMin_1018901745=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_IJamlClause_GetMin_1018901745"]=wasmExports["_"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_IJamlClause_GetLabel_1859881935=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_IJamlClause_GetLabel_1859881935"]=wasmExports["$"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetMustNot_1066708558=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetMustNot_1066708558"]=wasmExports["aa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetMustNot_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetMustNot_1521273274"]=wasmExports["ba"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetShould_1066708558=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetShould_1066708558"]=wasmExports["ca"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetShould_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetShould_1521273274"]=wasmExports["da"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetMust_1066708558=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetMust_1066708558"]=wasmExports["ea"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetMust_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetMust_1521273274"]=wasmExports["fa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetSeeds_1066708558=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetSeeds_1066708558"]=wasmExports["ga"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetSeeds_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetSeeds_1521273274"]=wasmExports["ha"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetStake_1066708558=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetStake_1066708558"]=wasmExports["ia"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetStake_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetStake_1521273274"]=wasmExports["ja"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetDeck_1066708558=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetDeck_1066708558"]=wasmExports["ka"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetDeck_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetDeck_1521273274"]=wasmExports["la"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetAuthor_1002069475=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetAuthor_1002069475"]=wasmExports["ma"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetAuthor_1859881935=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetAuthor_1859881935"]=wasmExports["na"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetDescription_1002069475=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetDescription_1002069475"]=wasmExports["oa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetDescription_1859881935=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetDescription_1859881935"]=wasmExports["pa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetName_1002069475=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetName_1002069475"]=wasmExports["qa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetName_1859881935=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetName_1859881935"]=wasmExports["ra"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetId_1002069475=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_SetId_1002069475"]=wasmExports["sa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetId_1859881935=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_Filters_Jaml_JamlConfig_GetId_1859881935"]=wasmExports["ta"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetEstimatedTimeRemainingMilliseconds_805131481=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetEstimatedTimeRemainingMilliseconds_805131481"]=wasmExports["ua"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetEstimatedTimeRemainingMilliseconds_2062314949=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetEstimatedTimeRemainingMilliseconds_2062314949"]=wasmExports["va"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetElapsedMilliseconds_1066708558=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetElapsedMilliseconds_1066708558"]=wasmExports["wa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetElapsedMilliseconds_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetElapsedMilliseconds_1521273274"]=wasmExports["xa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetPercentComplete_1206426019=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetPercentComplete_1206426019"]=wasmExports["ya"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetPercentComplete_1425909647=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetPercentComplete_1425909647"]=wasmExports["za"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetSeedsPerMillisecond_1206426019=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetSeedsPerMillisecond_1206426019"]=wasmExports["Aa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetSeedsPerMillisecond_1425909647=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetSeedsPerMillisecond_1425909647"]=wasmExports["Ba"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetMatchingSeeds_1066708558=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetMatchingSeeds_1066708558"]=wasmExports["Ca"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetMatchingSeeds_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetMatchingSeeds_1521273274"]=wasmExports["Da"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetSeedsSearched_1066708558=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetSeedsSearched_1066708558"]=wasmExports["Ea"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetSeedsSearched_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetSeedsSearched_1521273274"]=wasmExports["Fa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetTotalBatchCount_1066708558=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetTotalBatchCount_1066708558"]=wasmExports["Ga"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetTotalBatchCount_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetTotalBatchCount_1521273274"]=wasmExports["Ha"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetCompletedBatchCount_1066708558=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_SetCompletedBatchCount_1066708558"]=wasmExports["Ia"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetCompletedBatchCount_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Motely_MotelyProgress_GetCompletedBatchCount_1521273274"]=wasmExports["Ja"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Bootsharp_FileSystem_IFileWatcher_HandleFileChanges_234918045=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_JS_Export_Bootsharp_FileSystem_IFileWatcher_HandleFileChanges_234918045"]=wasmExports["Ka"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_RunPassthroughListSearch_2059233986=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_RunPassthroughListSearch_2059233986"]=wasmExports["La"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_RunNativeListSearch_920022609=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_RunNativeListSearch_920022609"]=wasmExports["Ma"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_RunAestheticSearch_1904786421=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_RunAestheticSearch_1904786421"]=wasmExports["Na"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_RunSeedListSearch_1018901745=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_RunSeedListSearch_1018901745"]=wasmExports["Oa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_RunRandomSearch_1568108894=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_RunRandomSearch_1568108894"]=wasmExports["Pa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_RunSequentialSearch_1184298202=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_RunSequentialSearch_1184298202"]=wasmExports["Qa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_NativeFilterNames_19027469=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_NativeFilterNames_19027469"]=wasmExports["Ra"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_Jamlyzer_382061897=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_Jamlyzer_382061897"]=wasmExports["Sa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_CreatePlan_1521273274=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_CreatePlan_1521273274"]=wasmExports["Ta"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_ExplainJaml_1859881935=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_ExplainJaml_1859881935"]=wasmExports["Ua"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_ParseJaml_764966221=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_ParseJaml_764966221"]=wasmExports["Va"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_JsonToJaml_304094707=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_JsonToJaml_304094707"]=wasmExports["Wa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_JamlToJson_304094707=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_JamlToJson_304094707"]=wasmExports["Xa"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_WriteTextFile_1196577363=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_WriteTextFile_1196577363"]=wasmExports["Ya"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_ReadTextFile_451505237=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_ReadTextFile_451505237"]=wasmExports["Za"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_UnmountRoot_1997859317=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_UnmountRoot_1997859317"]=wasmExports["_a"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_MountRoot_2127097994=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_MountRoot_2127097994"]=wasmExports["$a"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_PickRoot_565635067=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_PickRoot_565635067"]=wasmExports["ab"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_SetJimmolateEnabled_1344628367=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_SetJimmolateEnabled_1344628367"]=wasmExports["bb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_GetJimmolateEnabled_18729595=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Interop_3A_Motely_Wasm_Program_GetJimmolateEnabled_18729595"]=wasmExports["cb"];var __5B_Motely_Wasm_5D_Bootsharp_Generated_Instances_3A_DisposeExported_1521571026=Module["__5B_Motely_Wasm_5D_Bootsharp_Generated_Instances_3A_DisposeExported_1521571026"]=wasmExports["db"];var _htons=Module["_htons"]=wasmExports["eb"];var _emscripten_builtin_memalign=wasmExports["fb"];var _ntohs=Module["_ntohs"]=wasmExports["gb"];var _memalign=Module["_memalign"]=wasmExports["hb"];var __emscripten_stack_restore=wasmExports["ib"];var __emscripten_stack_alloc=wasmExports["jb"];var _emscripten_stack_get_current=wasmExports["kb"];Module["addRunDependency"]=addRunDependency;Module["removeRunDependency"]=removeRunDependency;Module["out"]=out;Module["err"]=err;Module["runtimeKeepalivePush"]=runtimeKeepalivePush;Module["runtimeKeepalivePop"]=runtimeKeepalivePop;Module["ccall"]=ccall;Module["cwrap"]=cwrap;Module["addFunction"]=addFunction;Module["setValue"]=setValue;Module["getValue"]=getValue;Module["UTF8ArrayToString"]=UTF8ArrayToString;Module["UTF8ToString"]=UTF8ToString;Module["stringToUTF8Array"]=stringToUTF8Array;Module["lengthBytesUTF8"]=lengthBytesUTF8;Module["safeSetTimeout"]=safeSetTimeout;Module["FS_createPreloadedFile"]=FS_createPreloadedFile;Module["FS_unlink"]=FS_unlink;Module["FS_createPath"]=FS_createPath;Module["FS_createDevice"]=FS_createDevice;Module["FS"]=FS;Module["FS_createDataFile"]=FS_createDataFile;Module["FS_createLazyFile"]=FS_createLazyFile;function run(){if(runDependencies>0){dependenciesFulfilled=run;return}preRun();if(runDependencies>0){dependenciesFulfilled=run;return}function doRun(){Module["calledRun"]=true;if(ABORT)return;initRuntime();readyPromiseResolve(Module);Module["onRuntimeInitialized"]?.();postRun()}if(Module["setStatus"]){Module["setStatus"]("Running...");setTimeout(()=>{setTimeout(()=>Module["setStatus"](""),1);doRun()},1)}else{doRun()}}if(Module["preInit"]){if(typeof Module["preInit"]=="function")Module["preInit"]=[Module["preInit"]];while(Module["preInit"].length>0){Module["preInit"].pop()()}}run();moduleRtn=readyPromise;
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
return moduleRtn;
|
|
@@ -41,58 +41,6 @@ $i.Motely_MotelyProgress = class JS_Export_Motely_MotelyProgress {
|
|
|
41
41
|
get estimatedTimeRemainingMilliseconds() { return motely.MotelyProgress.getEstimatedTimeRemainingMilliseconds(this._id); }
|
|
42
42
|
set estimatedTimeRemainingMilliseconds(value) { motely.MotelyProgress.setEstimatedTimeRemainingMilliseconds(this._id, value); }
|
|
43
43
|
};
|
|
44
|
-
$i.Motely_MotelySingleSearchContext = class JS_Export_Motely_MotelySingleSearchContext {
|
|
45
|
-
constructor(_id) { this._id = _id; }
|
|
46
|
-
get stake() { return motely.MotelySingleSearchContext.getStake(this._id); }
|
|
47
|
-
get deck() { return motely.MotelySingleSearchContext.getDeck(this._id); }
|
|
48
|
-
createBossStream() { return motely.MotelySingleSearchContext.createBossStream(this._id); }
|
|
49
|
-
getSeed() { return motely.MotelySingleSearchContext.getSeed(this._id); }
|
|
50
|
-
pseudoHash(key, isCached) { return motely.MotelySingleSearchContext.pseudoHash(this._id, key, isCached); }
|
|
51
|
-
createPrngStream(key, isCached) { return motely.MotelySingleSearchContext.createPrngStream(this._id, key, isCached); }
|
|
52
|
-
createShopJokerStream(ante, flags, isCached) { return motely.MotelySingleSearchContext.createShopJokerStream(this._id, ante, flags, isCached); }
|
|
53
|
-
createBuffoonPackJokerStream(ante, flags, isCached) { return motely.MotelySingleSearchContext.createBuffoonPackJokerStream(this._id, ante, flags, isCached); }
|
|
54
|
-
createJudgementJokerStream(ante, flags, isCached) { return motely.MotelySingleSearchContext.createJudgementJokerStream(this._id, ante, flags, isCached); }
|
|
55
|
-
createWraithJokerStream(ante, flags, isCached) { return motely.MotelySingleSearchContext.createWraithJokerStream(this._id, ante, flags, isCached); }
|
|
56
|
-
createLegendaryJokerStream(ante, flags, isCached) { return motely.MotelySingleSearchContext.createLegendaryJokerStream(this._id, ante, flags, isCached); }
|
|
57
|
-
createRareTagJokerStream(ante, flags, isCached) { return motely.MotelySingleSearchContext.createRareTagJokerStream(this._id, ante, flags, isCached); }
|
|
58
|
-
createUncommonTagJokerStream(ante, flags, isCached) { return motely.MotelySingleSearchContext.createUncommonTagJokerStream(this._id, ante, flags, isCached); }
|
|
59
|
-
createRiffRaffJokerStream(ante, flags, isCached) { return motely.MotelySingleSearchContext.createRiffRaffJokerStream(this._id, ante, flags, isCached); }
|
|
60
|
-
createUncommonShopJokerStream(ante, flags, isCached) { return motely.MotelySingleSearchContext.createUncommonShopJokerStream(this._id, ante, flags, isCached); }
|
|
61
|
-
createRareShopJokerStream(ante, flags, isCached) { return motely.MotelySingleSearchContext.createRareShopJokerStream(this._id, ante, flags, isCached); }
|
|
62
|
-
createCommonShopJokerStream(ante, flags, isCached) { return motely.MotelySingleSearchContext.createCommonShopJokerStream(this._id, ante, flags, isCached); }
|
|
63
|
-
createMisprintPrngStream(isCached) { return motely.MotelySingleSearchContext.createMisprintPrngStream(this._id, isCached); }
|
|
64
|
-
createLuckyCardMoneyStream(isCached) { return motely.MotelySingleSearchContext.createLuckyCardMoneyStream(this._id, isCached); }
|
|
65
|
-
createLuckyCardMultStream(isCached) { return motely.MotelySingleSearchContext.createLuckyCardMultStream(this._id, isCached); }
|
|
66
|
-
createWheelOfFortuneStream(isCached) { return motely.MotelySingleSearchContext.createWheelOfFortuneStream(this._id, isCached); }
|
|
67
|
-
createCavendishPrngStream(isCached) { return motely.MotelySingleSearchContext.createCavendishPrngStream(this._id, isCached); }
|
|
68
|
-
createGrosMichelPrngStream(isCached) { return motely.MotelySingleSearchContext.createGrosMichelPrngStream(this._id, isCached); }
|
|
69
|
-
createSpacePrngStream(isCached) { return motely.MotelySingleSearchContext.createSpacePrngStream(this._id, isCached); }
|
|
70
|
-
createBusinessPrngStream(isCached) { return motely.MotelySingleSearchContext.createBusinessPrngStream(this._id, isCached); }
|
|
71
|
-
createBloodstonePrngStream(isCached) { return motely.MotelySingleSearchContext.createBloodstonePrngStream(this._id, isCached); }
|
|
72
|
-
createParkingPrngStream(isCached) { return motely.MotelySingleSearchContext.createParkingPrngStream(this._id, isCached); }
|
|
73
|
-
createEightBallPrngStream(isCached) { return motely.MotelySingleSearchContext.createEightBallPrngStream(this._id, isCached); }
|
|
74
|
-
createGlassPrngStream(isCached) { return motely.MotelySingleSearchContext.createGlassPrngStream(this._id, isCached); }
|
|
75
|
-
createOmenGlobePrngStream(isCached) { return motely.MotelySingleSearchContext.createOmenGlobePrngStream(this._id, isCached); }
|
|
76
|
-
createTheWheelPrngStream(isCached) { return motely.MotelySingleSearchContext.createTheWheelPrngStream(this._id, isCached); }
|
|
77
|
-
createErraticDeckPrngStream(isCached) { return motely.MotelySingleSearchContext.createErraticDeckPrngStream(this._id, isCached); }
|
|
78
|
-
createBoosterPackStream(ante, isCached) { return motely.MotelySingleSearchContext.createBoosterPackStream(this._id, ante, isCached); }
|
|
79
|
-
createBoosterPackStreamWithGeneratedFirstPack(ante, generatedFirstPack, isCached) { return motely.MotelySingleSearchContext.createBoosterPackStreamWithGeneratedFirstPack(this._id, ante, generatedFirstPack, isCached); }
|
|
80
|
-
createCelestialPackPlanetStream(ante, isCached) { return motely.MotelySingleSearchContext.createCelestialPackPlanetStream(this._id, ante, isCached); }
|
|
81
|
-
createShopPlanetStream(ante, isCached) { return motely.MotelySingleSearchContext.createShopPlanetStream(this._id, ante, isCached); }
|
|
82
|
-
createShopItemStream(ante, flags, jokerFlags, isCached) { return motely.MotelySingleSearchContext.createShopItemStream(this._id, ante, flags, jokerFlags, isCached); }
|
|
83
|
-
createSpectralPackSpectralStream(ante, soulOnly, isCached) { return motely.MotelySingleSearchContext.createSpectralPackSpectralStream(this._id, ante, soulOnly, isCached); }
|
|
84
|
-
createShopSpectralStream(ante, isCached) { return motely.MotelySingleSearchContext.createShopSpectralStream(this._id, ante, isCached); }
|
|
85
|
-
createSixthSenseSpectralStream(ante, isCached) { return motely.MotelySingleSearchContext.createSixthSenseSpectralStream(this._id, ante, isCached); }
|
|
86
|
-
createSeanceSpectralStream(ante, isCached) { return motely.MotelySingleSearchContext.createSeanceSpectralStream(this._id, ante, isCached); }
|
|
87
|
-
createStandardPackCardStream(ante, flags, isCached) { return motely.MotelySingleSearchContext.createStandardPackCardStream(this._id, ante, flags, isCached); }
|
|
88
|
-
createTagStream(ante, isCached) { return motely.MotelySingleSearchContext.createTagStream(this._id, ante, isCached); }
|
|
89
|
-
createArcanaPackTarotStream(ante, soulOnly, isCached) { return motely.MotelySingleSearchContext.createArcanaPackTarotStream(this._id, ante, soulOnly, isCached); }
|
|
90
|
-
createShopTarotStream(ante, isCached) { return motely.MotelySingleSearchContext.createShopTarotStream(this._id, ante, isCached); }
|
|
91
|
-
createEmperorTarotStream(ante, isCached) { return motely.MotelySingleSearchContext.createEmperorTarotStream(this._id, ante, isCached); }
|
|
92
|
-
createPurpleSealTarotStream(ante, isCached) { return motely.MotelySingleSearchContext.createPurpleSealTarotStream(this._id, ante, isCached); }
|
|
93
|
-
createVoucherStream(ante, isCached) { return motely.MotelySingleSearchContext.createVoucherStream(this._id, ante, isCached); }
|
|
94
|
-
getAnteFirstVoucher(ante, isCached) { return motely.MotelySingleSearchContext.getAnteFirstVoucher(this._id, ante, isCached); }
|
|
95
|
-
};
|
|
96
44
|
$i.Motely_Filters_Jaml_JamlConfig = class JS_Export_Motely_Filters_Jaml_JamlConfig {
|
|
97
45
|
constructor(_id) { this._id = _id; }
|
|
98
46
|
get id() { return motely_filters_jaml.JamlConfig.getId(this._id); }
|