diff --git a/docs/assets/backgrounds/swamp/Hills0.png b/docs/assets/backgrounds/swamp/Hills0.png new file mode 100644 index 0000000..df2f4df Binary files /dev/null and b/docs/assets/backgrounds/swamp/Hills0.png differ diff --git a/docs/assets/backgrounds/swamp/Hills1.png b/docs/assets/backgrounds/swamp/Hills1.png new file mode 100644 index 0000000..8b06490 Binary files /dev/null and b/docs/assets/backgrounds/swamp/Hills1.png differ diff --git a/docs/assets/backgrounds/swamp/Hills2.png b/docs/assets/backgrounds/swamp/Hills2.png new file mode 100644 index 0000000..e4d577f Binary files /dev/null and b/docs/assets/backgrounds/swamp/Hills2.png differ diff --git a/docs/assets/backgrounds/swamp/Island0.png b/docs/assets/backgrounds/swamp/Island0.png new file mode 100644 index 0000000..221fb14 Binary files /dev/null and b/docs/assets/backgrounds/swamp/Island0.png differ diff --git a/docs/assets/backgrounds/swamp/Island1.png b/docs/assets/backgrounds/swamp/Island1.png new file mode 100644 index 0000000..5eab49f Binary files /dev/null and b/docs/assets/backgrounds/swamp/Island1.png differ diff --git a/docs/assets/backgrounds/swamp/Island2.png b/docs/assets/backgrounds/swamp/Island2.png new file mode 100644 index 0000000..45922d1 Binary files /dev/null and b/docs/assets/backgrounds/swamp/Island2.png differ diff --git a/docs/assets/backgrounds/swamp/Kelp0.png b/docs/assets/backgrounds/swamp/Kelp0.png new file mode 100644 index 0000000..ad6217c Binary files /dev/null and b/docs/assets/backgrounds/swamp/Kelp0.png differ diff --git a/docs/assets/backgrounds/swamp/Kelp1.png b/docs/assets/backgrounds/swamp/Kelp1.png new file mode 100644 index 0000000..853551b Binary files /dev/null and b/docs/assets/backgrounds/swamp/Kelp1.png differ diff --git a/docs/assets/backgrounds/swamp/pond.png b/docs/assets/backgrounds/swamp/pond.png new file mode 100644 index 0000000..ef02fcf Binary files /dev/null and b/docs/assets/backgrounds/swamp/pond.png differ diff --git a/docs/assets/coin.png b/docs/assets/coin.png new file mode 100644 index 0000000..6ac3135 Binary files /dev/null and b/docs/assets/coin.png differ diff --git a/docs/assets/enemy_old.png b/docs/assets/enemy_old.png new file mode 100644 index 0000000..14dc5a1 Binary files /dev/null and b/docs/assets/enemy_old.png differ diff --git a/docs/assets/levels/hello_world.level.json b/docs/assets/levels/hello_world.level.json new file mode 100644 index 0000000..7a57f87 --- /dev/null +++ b/docs/assets/levels/hello_world.level.json @@ -0,0 +1,156 @@ +{ + "name": "hello world", + "biome": "Swamp", + "blocks": [ + { + "data": { + "type": "Enemy" + }, + "position": [7, 3] + }, + { + "data": { "type": "Dirt" }, + "position": [0, 1] + }, + { + "data": { "type": "Dirt" }, + "position": [1, 1] + }, + { + "data": { "type": "Dirt" }, + "position": [2, 1] + }, + { + "data": { "type": "Dirt" }, + "position": [3, 1] + }, + { + "data": { "type": "Dirt" }, + "position": [4, 1] + }, + { + "data": { "type": "Dirt" }, + "position": [5, 1] + }, + { + "data": { "type": "Dirt" }, + "position": [6, 2] + }, + { + "data": { "type": "Dirt" }, + "position": [7, 2] + }, + { + "data": { "type": "Dirt" }, + "position": [8, 2] + }, + { + "data": { "type": "Dirt" }, + "position": [9, 2] + }, + { + "data": { "type": "Dirt" }, + "position": [10, 2] + }, + { + "data": { "type": "Dirt" }, + "position": [11, 2] + }, + { + "data": { "type": "Dirt" }, + "position": [10, 6] + }, + { + "data": { "type": "Dirt" }, + "position": [11, 2] + }, + { + "data": { "type": "Dirt" }, + "position": [12, 2] + }, + { + "data": { "type": "Dirt" }, + "position": [13, 2] + }, + { + "data": { "type": "Dirt" }, + "position": [14, 2] + }, + { + "data": { "type": "Dirt" }, + "position": [15, 2] + }, + { + "data": { "type": "Dirt" }, + "position": [16, 2] + }, + { + "data": { "type": "Dirt" }, + "position": [17, 2] + }, + { + "data": { "type": "Dirt" }, + "position": [18, 2] + }, + { + "data": { "type": "Dirt" }, + "position": [19, 2] + }, + { + "data": { "type": "Dirt" }, + "position": [20, 2] + }, + { + "data": { "type": "Dirt" }, + "position": [21, 2] + }, + { + "data": { "type": "Dirt" }, + "position": [22, 2] + }, + { + "data": { "type": "Dirt" }, + "position": [23, 2] + }, + { + "data": { "type": "Dirt" }, + "position": [24, 2] + }, + { + "data": { "type": "Dirt" }, + "position": [25, 2] + }, + { + "data": { "type": "Dirt" }, + "position": [26, 2] + }, + { + "data": { "type": "Dirt" }, + "position": [27, 2] + }, + { + "data": { "type": "Dirt" }, + "position": [28, 2] + }, + { + "data": { "type": "Dirt" }, + "position": [29, 2] + }, + { + "data": { "type": "Dirt" }, + "position": [30, 2] + }, + { + "data": { "type": "Dirt" }, + "position": [31, 2] + }, + { + "data": { "type": "Dirt" }, + "position": [32, 2] + }, + { + "data": { "type": "Coin" }, + "position": [3, 3] + } + ] +} diff --git a/docs/assets/player.png b/docs/assets/player.png new file mode 100644 index 0000000..0588d2b Binary files /dev/null and b/docs/assets/player.png differ diff --git a/docs/assets/swamp_chomp.png b/docs/assets/swamp_chomp.png new file mode 100644 index 0000000..801217d Binary files /dev/null and b/docs/assets/swamp_chomp.png differ diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..d654235 --- /dev/null +++ b/docs/index.html @@ -0,0 +1 @@ +Pollywog \ No newline at end of file diff --git a/docs/pollywog-ebf886a4064a1b12.js b/docs/pollywog-ebf886a4064a1b12.js new file mode 100644 index 0000000..dd2ceea --- /dev/null +++ b/docs/pollywog-ebf886a4064a1b12.js @@ -0,0 +1 @@ +let a1=`number`,ab=16383,S=`undefined`,a2=`boolean`,aa=15907,a0=`function`,a6=4,W=1,a3=`string`,Z=0,V=null,a4=`Object`,X=`utf-8`,U=Array,Y=Error,a8=Float32Array,$=Int32Array,a5=JSON.stringify,a9=Object,a7=Uint32Array,_=Uint8Array,T=undefined;var L=((a,b)=>{a=a>>>Z;return K().subarray(a/a6,a/a6+ b)});var v=(a=>{const b=typeof a;if(b==a1||b==a2||a==V){return `${a}`};if(b==a3){return `"${a}"`};if(b==`symbol`){const b=a.description;if(b==V){return `Symbol`}else{return `Symbol(${b})`}};if(b==a0){const b=a.name;if(typeof b==a3&&b.length>Z){return `Function(${b})`}else{return `Function`}};if(U.isArray(a)){const b=a.length;let c=`[`;if(b>Z){c+=v(a[Z])};for(let d=W;dW){d=c[W]}else{return toString.call(a)};if(d==a4){try{return `Object(`+ a5(a)+ `)`}catch(a){return a4}};if(a instanceof Y){return `${a.name}: ${a.message}\n${a.stack}`};return d});var K=(()=>{if(J===V||J.byteLength===Z){J=new a8(b.memory.buffer)};return J});var O=((a,b)=>{});var C=((a,c)=>{b.wasm_bindgen__convert__closures__invoke0_mut__h0f630a31c43a971c(a,c)});var y=((a,c)=>{b.wasm_bindgen__convert__closures__invoke0_mut__h5e0293101e2e8602(a,c)});function E(a,c){try{return a.apply(this,c)}catch(a){b.__wbindgen_exn_store(h(a))}}var m=(a=>a===T||a===V);var d=(a=>c[a]);var o=(()=>{if(n===V||n.byteLength===Z){n=new Float64Array(b.memory.buffer)};return n});var N=(()=>{const c={};c.wbg={};c.wbg.__wbindgen_object_drop_ref=(a=>{g(a)});c.wbg.__wbindgen_is_undefined=(a=>{const b=d(a)===T;return b});c.wbg.__wbindgen_object_clone_ref=(a=>{const b=d(a);return h(b)});c.wbg.__wbindgen_cb_drop=(a=>{const b=g(a).original;if(b.cnt--==W){b.a=Z;return !0};const c=!1;return c});c.wbg.__wbindgen_string_new=((a,b)=>{const c=l(a,b);return h(c)});c.wbg.__wbg_offsetX_d08eda91526f22a2=(a=>{const b=d(a).offsetX;return b});c.wbg.__wbg_offsetY_3c895bb1534dfbf4=(a=>{const b=d(a).offsetY;return b});c.wbg.__wbg_getCoalescedEvents_4665669d237be577=(a=>{const b=d(a).getCoalescedEvents;return h(b)});c.wbg.__wbg_onpointerrawupdate_e087759b4021ec00=(a=>{const b=d(a).onpointerrawupdate;return h(b)});c.wbg.__wbg_requestFullscreen_a851d70cb190396a=(a=>{const b=d(a).requestFullscreen;return h(b)});c.wbg.__wbg_requestFullscreen_f4349fb8a7429cf9=(a=>{const b=d(a).requestFullscreen();return h(b)});c.wbg.__wbg_scheduler_6932606c19435996=(a=>{const b=d(a).scheduler;return h(b)});c.wbg.__wbg_scheduler_8082c844a9cfc0df=(a=>{const b=d(a).scheduler;return h(b)});c.wbg.__wbg_postTask_4674878f9a603824=((a,b,c)=>{const e=d(a).postTask(d(b),d(c));return h(e)});c.wbg.__wbg_requestIdleCallback_081ddac93612a53e=(a=>{const b=d(a).requestIdleCallback;return h(b)});c.wbg.__wbindgen_number_new=(a=>{const b=a;return h(b)});c.wbg.__wbg_Window_cc0273a5da2c36dc=(a=>{const b=d(a).Window;return h(b)});c.wbg.__wbg_prototype_8e5075a5dd95f801=(()=>{const a=ResizeObserverEntry.prototype;return h(a)});c.wbg.__wbg_webkitExitFullscreen_225988f6e8c97b63=(a=>{d(a).webkitExitFullscreen()});c.wbg.__wbg_webkitFullscreenElement_533c5f32e2ac8d0c=(a=>{const b=d(a).webkitFullscreenElement;return m(b)?Z:h(b)});c.wbg.__wbg_webkitRequestFullscreen_8abcfecec7127495=(a=>{d(a).webkitRequestFullscreen()});c.wbg.__wbindgen_number_get=((a,b)=>{const c=d(b);const e=typeof c===a1?c:T;o()[a/8+ W]=m(e)?Z:e;q()[a/a6+ Z]=!m(e)});c.wbg.__wbindgen_is_null=(a=>{const b=d(a)===V;return b});c.wbg.__wbindgen_boolean_get=(a=>{const b=d(a);const c=typeof b===a2?(b?W:Z):2;return c});c.wbg.__wbindgen_string_get=((a,c)=>{const e=d(c);const f=typeof e===a3?e:T;var g=m(f)?Z:u(f,b.__wbindgen_malloc,b.__wbindgen_realloc);var h=r;q()[a/a6+ W]=h;q()[a/a6+ Z]=g});c.wbg.__wbg_log_c9486ca5d8e2cbe8=((a,c)=>{let d;let e;try{d=a;e=c;console.log(l(a,c))}finally{b.__wbindgen_free(d,e,W)}});c.wbg.__wbg_log_aba5996d9bde071f=((a,c,d,e,f,g,h,i)=>{let j;let k;try{j=a;k=c;console.log(l(a,c),l(d,e),l(f,g),l(h,i))}finally{b.__wbindgen_free(j,k,W)}});c.wbg.__wbg_mark_40e050a77cc39fea=((a,b)=>{performance.mark(l(a,b))});c.wbg.__wbg_measure_aa7a73f17813f708=function(){return E(((a,c,d,e)=>{let f;let g;let h;let i;try{f=a;g=c;h=d;i=e;performance.measure(l(a,c),l(d,e))}finally{b.__wbindgen_free(f,g,W);b.__wbindgen_free(h,i,W)}}),arguments)};c.wbg.__wbg_new_abda76e883ba8a5f=(()=>{const a=new Y();return h(a)});c.wbg.__wbg_stack_658279fe44541cf6=((a,c)=>{const e=d(c).stack;const f=u(e,b.__wbindgen_malloc,b.__wbindgen_realloc);const g=r;q()[a/a6+ W]=g;q()[a/a6+ Z]=f});c.wbg.__wbg_error_f851667af71bcfc6=((a,c)=>{let d;let e;try{d=a;e=c;console.error(l(a,c))}finally{b.__wbindgen_free(d,e,W)}});c.wbg.__wbg_instanceof_WebGl2RenderingContext_92adf5bbd2568b71=(a=>{let b;try{b=d(a) instanceof WebGL2RenderingContext}catch(a){b=!1}const c=b;return c});c.wbg.__wbg_beginQuery_ad59d7ffda61cf9e=((a,b,c)=>{d(a).beginQuery(b>>>Z,d(c))});c.wbg.__wbg_bindBufferRange_bfdd227c2d5515af=((a,b,c,e,f,g)=>{d(a).bindBufferRange(b>>>Z,c>>>Z,d(e),f,g)});c.wbg.__wbg_bindSampler_12a1965a2db071ed=((a,b,c)=>{d(a).bindSampler(b>>>Z,d(c))});c.wbg.__wbg_bindVertexArray_2a70aed123353597=((a,b)=>{d(a).bindVertexArray(d(b))});c.wbg.__wbg_blitFramebuffer_8ca764978b2e3b3f=((a,b,c,e,f,g,h,i,j,k,l)=>{d(a).blitFramebuffer(b,c,e,f,g,h,i,j,k>>>Z,l>>>Z)});c.wbg.__wbg_bufferData_6c5edae24f952d4d=((a,b,c,e)=>{d(a).bufferData(b>>>Z,c,e>>>Z)});c.wbg.__wbg_bufferData_eab63186e3e72d98=((a,b,c,e)=>{d(a).bufferData(b>>>Z,d(c),e>>>Z)});c.wbg.__wbg_bufferSubData_3b75566851019327=((a,b,c,e)=>{d(a).bufferSubData(b>>>Z,c,d(e))});c.wbg.__wbg_clearBufferiv_07046f3c028ef141=((a,b,c,e,f)=>{d(a).clearBufferiv(b>>>Z,c,F(e,f))});c.wbg.__wbg_clearBufferuiv_d0ebea28b39eb980=((a,b,c,e,f)=>{d(a).clearBufferuiv(b>>>Z,c,I(e,f))});c.wbg.__wbg_clientWaitSync_b3f79a980d4d9498=((a,b,c,e)=>{const f=d(a).clientWaitSync(d(b),c>>>Z,e>>>Z);return f});c.wbg.__wbg_compressedTexSubImage2D_1194f18adf8859b9=((a,b,c,e,f,g,h,i,j,k)=>{d(a).compressedTexSubImage2D(b>>>Z,c,e,f,g,h,i>>>Z,j,k)});c.wbg.__wbg_compressedTexSubImage2D_41270fc03b157293=((a,b,c,e,f,g,h,i,j)=>{d(a).compressedTexSubImage2D(b>>>Z,c,e,f,g,h,i>>>Z,d(j))});c.wbg.__wbg_compressedTexSubImage3D_34cd53cffc6add9c=((a,b,c,e,f,g,h,i,j,k,l,m)=>{d(a).compressedTexSubImage3D(b>>>Z,c,e,f,g,h,i,j,k>>>Z,l,m)});c.wbg.__wbg_compressedTexSubImage3D_f0da020d6e3e3791=((a,b,c,e,f,g,h,i,j,k,l)=>{d(a).compressedTexSubImage3D(b>>>Z,c,e,f,g,h,i,j,k>>>Z,d(l))});c.wbg.__wbg_copyBufferSubData_70becf455ca484cd=((a,b,c,e,f,g)=>{d(a).copyBufferSubData(b>>>Z,c>>>Z,e,f,g)});c.wbg.__wbg_copyTexSubImage3D_f385cc4e05c95e64=((a,b,c,e,f,g,h,i,j,k)=>{d(a).copyTexSubImage3D(b>>>Z,c,e,f,g,h,i,j,k)});c.wbg.__wbg_createQuery_dca7163929abd29d=(a=>{const b=d(a).createQuery();return m(b)?Z:h(b)});c.wbg.__wbg_createSampler_e2bcf2bc717a1cad=(a=>{const b=d(a).createSampler();return m(b)?Z:h(b)});c.wbg.__wbg_createVertexArray_761ba22fc5da3ad7=(a=>{const b=d(a).createVertexArray();return m(b)?Z:h(b)});c.wbg.__wbg_deleteQuery_3524b489c741d48f=((a,b)=>{d(a).deleteQuery(d(b))});c.wbg.__wbg_deleteSampler_f760c2bdc7a3d881=((a,b)=>{d(a).deleteSampler(d(b))});c.wbg.__wbg_deleteSync_6bff1584a3aae6a1=((a,b)=>{d(a).deleteSync(d(b))});c.wbg.__wbg_deleteVertexArray_26631f33de66bdfd=((a,b)=>{d(a).deleteVertexArray(d(b))});c.wbg.__wbg_drawArraysInstanced_b0963fae97f2f14e=((a,b,c,e,f)=>{d(a).drawArraysInstanced(b>>>Z,c,e,f)});c.wbg.__wbg_drawBuffers_117fa4691357b53d=((a,b)=>{d(a).drawBuffers(d(b))});c.wbg.__wbg_drawElementsInstanced_19c02c2c6c7ebdd5=((a,b,c,e,f,g)=>{d(a).drawElementsInstanced(b>>>Z,c,e>>>Z,f,g)});c.wbg.__wbg_endQuery_feb28d278e32cfae=((a,b)=>{d(a).endQuery(b>>>Z)});c.wbg.__wbg_fenceSync_452ae6f3789bdc77=((a,b,c)=>{const e=d(a).fenceSync(b>>>Z,c>>>Z);return m(e)?Z:h(e)});c.wbg.__wbg_framebufferTextureLayer_5fdc631245f13684=((a,b,c,e,f,g)=>{d(a).framebufferTextureLayer(b>>>Z,c>>>Z,d(e),f,g)});c.wbg.__wbg_getBufferSubData_42fbdf01d4c31560=((a,b,c,e)=>{d(a).getBufferSubData(b>>>Z,c,d(e))});c.wbg.__wbg_getIndexedParameter_69fe97ab84f9db9b=function(){return E(((a,b,c)=>{const e=d(a).getIndexedParameter(b>>>Z,c>>>Z);return h(e)}),arguments)};c.wbg.__wbg_getQueryParameter_112c9a3c8a8dd0da=((a,b,c)=>{const e=d(a).getQueryParameter(d(b),c>>>Z);return h(e)});c.wbg.__wbg_getSyncParameter_0c83093c52867612=((a,b,c)=>{const e=d(a).getSyncParameter(d(b),c>>>Z);return h(e)});c.wbg.__wbg_getUniformBlockIndex_b9628e75250e866c=((a,b,c,e)=>{const f=d(a).getUniformBlockIndex(d(b),l(c,e));return f});c.wbg.__wbg_invalidateFramebuffer_2d3e8a1b99fd845c=function(){return E(((a,b,c)=>{d(a).invalidateFramebuffer(b>>>Z,d(c))}),arguments)};c.wbg.__wbg_readBuffer_4c16fe804e5fd30c=((a,b)=>{d(a).readBuffer(b>>>Z)});c.wbg.__wbg_readPixels_c1a5f8a1344005bd=function(){return E(((a,b,c,e,f,g,h,i)=>{d(a).readPixels(b,c,e,f,g>>>Z,h>>>Z,d(i))}),arguments)};c.wbg.__wbg_readPixels_8260b74d4439418e=function(){return E(((a,b,c,e,f,g,h,i)=>{d(a).readPixels(b,c,e,f,g>>>Z,h>>>Z,i)}),arguments)};c.wbg.__wbg_renderbufferStorageMultisample_c5f884a4faf6330a=((a,b,c,e,f,g)=>{d(a).renderbufferStorageMultisample(b>>>Z,c,e>>>Z,f,g)});c.wbg.__wbg_samplerParameterf_a15f79d315dcfc5d=((a,b,c,e)=>{d(a).samplerParameterf(d(b),c>>>Z,e)});c.wbg.__wbg_samplerParameteri_6f5c08b9c98433e9=((a,b,c,e)=>{d(a).samplerParameteri(d(b),c>>>Z,e)});c.wbg.__wbg_texImage2D_1159b898accc2807=function(){return E(((a,b,c,e,f,g,h,i,j,k)=>{d(a).texImage2D(b>>>Z,c,e,f,g,h,i>>>Z,j>>>Z,d(k))}),arguments)};c.wbg.__wbg_texImage3D_8387d089d2edabd3=function(){return E(((a,b,c,e,f,g,h,i,j,k,l)=>{d(a).texImage3D(b>>>Z,c,e,f,g,h,i,j>>>Z,k>>>Z,d(l))}),arguments)};c.wbg.__wbg_texStorage2D_b46c4dcaa6dc9638=((a,b,c,e,f,g)=>{d(a).texStorage2D(b>>>Z,c,e>>>Z,f,g)});c.wbg.__wbg_texStorage3D_521eded8d8da33a6=((a,b,c,e,f,g,h)=>{d(a).texStorage3D(b>>>Z,c,e>>>Z,f,g,h)});c.wbg.__wbg_texSubImage2D_33018bcf2de70890=function(){return E(((a,b,c,e,f,g,h,i,j,k)=>{d(a).texSubImage2D(b>>>Z,c,e,f,g,h,i>>>Z,j>>>Z,d(k))}),arguments)};c.wbg.__wbg_texSubImage2D_b97aa5ddc0162314=function(){return E(((a,b,c,e,f,g,h,i,j,k)=>{d(a).texSubImage2D(b>>>Z,c,e,f,g,h,i>>>Z,j>>>Z,k)}),arguments)};c.wbg.__wbg_texSubImage2D_cbc346dc5a210f5d=function(){return E(((a,b,c,e,f,g,h,i,j,k)=>{d(a).texSubImage2D(b>>>Z,c,e,f,g,h,i>>>Z,j>>>Z,d(k))}),arguments)};c.wbg.__wbg_texSubImage2D_ad0af504139d876c=function(){return E(((a,b,c,e,f,g,h,i,j,k)=>{d(a).texSubImage2D(b>>>Z,c,e,f,g,h,i>>>Z,j>>>Z,d(k))}),arguments)};c.wbg.__wbg_texSubImage2D_4d372d780fc0e4a7=function(){return E(((a,b,c,e,f,g,h,i,j,k)=>{d(a).texSubImage2D(b>>>Z,c,e,f,g,h,i>>>Z,j>>>Z,d(k))}),arguments)};c.wbg.__wbg_texSubImage3D_5884c8e282839ff9=function(){return E(((a,b,c,e,f,g,h,i,j,k,l,m)=>{d(a).texSubImage3D(b>>>Z,c,e,f,g,h,i,j,k>>>Z,l>>>Z,m)}),arguments)};c.wbg.__wbg_texSubImage3D_d98b6d6d4c3f3d01=function(){return E(((a,b,c,e,f,g,h,i,j,k,l,m)=>{d(a).texSubImage3D(b>>>Z,c,e,f,g,h,i,j,k>>>Z,l>>>Z,d(m))}),arguments)};c.wbg.__wbg_texSubImage3D_a8f081c484f78039=function(){return E(((a,b,c,e,f,g,h,i,j,k,l,m)=>{d(a).texSubImage3D(b>>>Z,c,e,f,g,h,i,j,k>>>Z,l>>>Z,d(m))}),arguments)};c.wbg.__wbg_texSubImage3D_e36d3c30ac0d0749=function(){return E(((a,b,c,e,f,g,h,i,j,k,l,m)=>{d(a).texSubImage3D(b>>>Z,c,e,f,g,h,i,j,k>>>Z,l>>>Z,d(m))}),arguments)};c.wbg.__wbg_texSubImage3D_2742ec6099cae3fc=function(){return E(((a,b,c,e,f,g,h,i,j,k,l,m)=>{d(a).texSubImage3D(b>>>Z,c,e,f,g,h,i,j,k>>>Z,l>>>Z,d(m))}),arguments)};c.wbg.__wbg_uniform1ui_c80628cb3caeb621=((a,b,c)=>{d(a).uniform1ui(d(b),c>>>Z)});c.wbg.__wbg_uniform2fv_a079de4d57adc89f=((a,b,c,e)=>{d(a).uniform2fv(d(b),L(c,e))});c.wbg.__wbg_uniform2iv_fcef57681e7795f1=((a,b,c,e)=>{d(a).uniform2iv(d(b),F(c,e))});c.wbg.__wbg_uniform2uiv_71554e4167cdd33e=((a,b,c,e)=>{d(a).uniform2uiv(d(b),I(c,e))});c.wbg.__wbg_uniform3fv_0211c4807ed5b6bb=((a,b,c,e)=>{d(a).uniform3fv(d(b),L(c,e))});c.wbg.__wbg_uniform3iv_da537ca1568e83fe=((a,b,c,e)=>{d(a).uniform3iv(d(b),F(c,e))});c.wbg.__wbg_uniform3uiv_428937cb43fae771=((a,b,c,e)=>{d(a).uniform3uiv(d(b),I(c,e))});c.wbg.__wbg_uniform4fv_5134ae6d977cd056=((a,b,c,e)=>{d(a).uniform4fv(d(b),L(c,e))});c.wbg.__wbg_uniform4iv_eaebe8f50f18f893=((a,b,c,e)=>{d(a).uniform4iv(d(b),F(c,e))});c.wbg.__wbg_uniform4uiv_16e6176d8af58a26=((a,b,c,e)=>{d(a).uniform4uiv(d(b),I(c,e))});c.wbg.__wbg_uniformBlockBinding_bcbb7fbc2fe88b8d=((a,b,c,e)=>{d(a).uniformBlockBinding(d(b),c>>>Z,e>>>Z)});c.wbg.__wbg_uniformMatrix2fv_1c4f6d47a69eddf2=((a,b,c,e,f)=>{d(a).uniformMatrix2fv(d(b),c!==Z,L(e,f))});c.wbg.__wbg_uniformMatrix2x3fv_b020ec69dab7967a=((a,b,c,e,f)=>{d(a).uniformMatrix2x3fv(d(b),c!==Z,L(e,f))});c.wbg.__wbg_uniformMatrix2x4fv_95bdc38e1581b61c=((a,b,c,e,f)=>{d(a).uniformMatrix2x4fv(d(b),c!==Z,L(e,f))});c.wbg.__wbg_uniformMatrix3fv_5b337adcad4a038d=((a,b,c,e,f)=>{d(a).uniformMatrix3fv(d(b),c!==Z,L(e,f))});c.wbg.__wbg_uniformMatrix3x2fv_9fb4b6d3e6773824=((a,b,c,e,f)=>{d(a).uniformMatrix3x2fv(d(b),c!==Z,L(e,f))});c.wbg.__wbg_uniformMatrix3x4fv_0fa64821be97c8f2=((a,b,c,e,f)=>{d(a).uniformMatrix3x4fv(d(b),c!==Z,L(e,f))});c.wbg.__wbg_uniformMatrix4fv_10075e61e88aea3b=((a,b,c,e,f)=>{d(a).uniformMatrix4fv(d(b),c!==Z,L(e,f))});c.wbg.__wbg_uniformMatrix4x2fv_b40bad492503453e=((a,b,c,e,f)=>{d(a).uniformMatrix4x2fv(d(b),c!==Z,L(e,f))});c.wbg.__wbg_uniformMatrix4x3fv_2571917be5ea974c=((a,b,c,e,f)=>{d(a).uniformMatrix4x3fv(d(b),c!==Z,L(e,f))});c.wbg.__wbg_vertexAttribDivisor_aad38a21841ace46=((a,b,c)=>{d(a).vertexAttribDivisor(b>>>Z,c>>>Z)});c.wbg.__wbg_vertexAttribIPointer_24c9254053dd8ab4=((a,b,c,e,f,g)=>{d(a).vertexAttribIPointer(b>>>Z,c,e>>>Z,f,g)});c.wbg.__wbg_activeTexture_02d56293bce2f613=((a,b)=>{d(a).activeTexture(b>>>Z)});c.wbg.__wbg_attachShader_70c3f88b777a0a54=((a,b,c)=>{d(a).attachShader(d(b),d(c))});c.wbg.__wbg_bindAttribLocation_ff0dc5b546d9c8b0=((a,b,c,e,f)=>{d(a).bindAttribLocation(d(b),c>>>Z,l(e,f))});c.wbg.__wbg_bindBuffer_ac939bcab5249160=((a,b,c)=>{d(a).bindBuffer(b>>>Z,d(c))});c.wbg.__wbg_bindFramebuffer_0b8b88d70f0b876e=((a,b,c)=>{d(a).bindFramebuffer(b>>>Z,d(c))});c.wbg.__wbg_bindRenderbuffer_f06f73fc0b43967e=((a,b,c)=>{d(a).bindRenderbuffer(b>>>Z,d(c))});c.wbg.__wbg_bindTexture_e28115f3ea3da6d2=((a,b,c)=>{d(a).bindTexture(b>>>Z,d(c))});c.wbg.__wbg_blendColor_4416443539cdef95=((a,b,c,e,f)=>{d(a).blendColor(b,c,e,f)});c.wbg.__wbg_blendEquation_1c7272d8e9e0ce11=((a,b)=>{d(a).blendEquation(b>>>Z)});c.wbg.__wbg_blendEquationSeparate_457e81472270e23c=((a,b,c)=>{d(a).blendEquationSeparate(b>>>Z,c>>>Z)});c.wbg.__wbg_blendFunc_ac53b0d3a97b7f7f=((a,b,c)=>{d(a).blendFunc(b>>>Z,c>>>Z)});c.wbg.__wbg_blendFuncSeparate_b6a96b8e26e75171=((a,b,c,e,f)=>{d(a).blendFuncSeparate(b>>>Z,c>>>Z,e>>>Z,f>>>Z)});c.wbg.__wbg_clear_40335e7899ec7759=((a,b)=>{d(a).clear(b>>>Z)});c.wbg.__wbg_clearColor_b48ee3ca810de959=((a,b,c,e,f)=>{d(a).clearColor(b,c,e,f)});c.wbg.__wbg_clearDepth_3777869cc4be970c=((a,b)=>{d(a).clearDepth(b)});c.wbg.__wbg_clearStencil_49cd65640cc9d1d9=((a,b)=>{d(a).clearStencil(b)});c.wbg.__wbg_colorMask_743f2bbb6e3fb4e5=((a,b,c,e,f)=>{d(a).colorMask(b!==Z,c!==Z,e!==Z,f!==Z)});c.wbg.__wbg_compileShader_bdfb3d5a3ad59498=((a,b)=>{d(a).compileShader(d(b))});c.wbg.__wbg_copyTexSubImage2D_6e2fe88bb9fa3ffd=((a,b,c,e,f,g,h,i,j)=>{d(a).copyTexSubImage2D(b>>>Z,c,e,f,g,h,i,j)});c.wbg.__wbg_createBuffer_a95c59cc2c1750e7=(a=>{const b=d(a).createBuffer();return m(b)?Z:h(b)});c.wbg.__wbg_createFramebuffer_52e5d7327d5afba3=(a=>{const b=d(a).createFramebuffer();return m(b)?Z:h(b)});c.wbg.__wbg_createProgram_0a7670ed33f06d97=(a=>{const b=d(a).createProgram();return m(b)?Z:h(b)});c.wbg.__wbg_createRenderbuffer_881be806709189a9=(a=>{const b=d(a).createRenderbuffer();return m(b)?Z:h(b)});c.wbg.__wbg_createShader_119ffcdb1667f405=((a,b)=>{const c=d(a).createShader(b>>>Z);return m(c)?Z:h(c)});c.wbg.__wbg_createTexture_4f0c3c77df4bde11=(a=>{const b=d(a).createTexture();return m(b)?Z:h(b)});c.wbg.__wbg_cullFace_68b06ff8967b93f3=((a,b)=>{d(a).cullFace(b>>>Z)});c.wbg.__wbg_deleteBuffer_b8aaa61f9bb13617=((a,b)=>{d(a).deleteBuffer(d(b))});c.wbg.__wbg_deleteFramebuffer_d6907809466bdbdb=((a,b)=>{d(a).deleteFramebuffer(d(b))});c.wbg.__wbg_deleteProgram_d90e44574acb8018=((a,b)=>{d(a).deleteProgram(d(b))});c.wbg.__wbg_deleteRenderbuffer_1c4b186beb91d4a5=((a,b)=>{d(a).deleteRenderbuffer(d(b))});c.wbg.__wbg_deleteShader_5ec1e25476df2da0=((a,b)=>{d(a).deleteShader(d(b))});c.wbg.__wbg_deleteTexture_554c30847d340929=((a,b)=>{d(a).deleteTexture(d(b))});c.wbg.__wbg_depthFunc_e49f522acf6c6c2d=((a,b)=>{d(a).depthFunc(b>>>Z)});c.wbg.__wbg_depthMask_052a5e3afe45b590=((a,b)=>{d(a).depthMask(b!==Z)});c.wbg.__wbg_depthRange_8309e031492fd023=((a,b,c)=>{d(a).depthRange(b,c)});c.wbg.__wbg_disable_f68719f70ddfb5b8=((a,b)=>{d(a).disable(b>>>Z)});c.wbg.__wbg_disableVertexAttribArray_557393d91e187e24=((a,b)=>{d(a).disableVertexAttribArray(b>>>Z)});c.wbg.__wbg_drawArrays_2f37c32534dffd91=((a,b,c,e)=>{d(a).drawArrays(b>>>Z,c,e)});c.wbg.__wbg_enable_6dab9d5278ba15e2=((a,b)=>{d(a).enable(b>>>Z)});c.wbg.__wbg_enableVertexAttribArray_c2bfb733e87824c8=((a,b)=>{d(a).enableVertexAttribArray(b>>>Z)});c.wbg.__wbg_framebufferRenderbuffer_564b54a213de82b7=((a,b,c,e,f)=>{d(a).framebufferRenderbuffer(b>>>Z,c>>>Z,e>>>Z,d(f))});c.wbg.__wbg_framebufferTexture2D_e7783c0015d1135a=((a,b,c,e,f,g)=>{d(a).framebufferTexture2D(b>>>Z,c>>>Z,e>>>Z,d(f),g)});c.wbg.__wbg_frontFace_271693c85383f2e8=((a,b)=>{d(a).frontFace(b>>>Z)});c.wbg.__wbg_getExtension_25430e0ed157fcf8=function(){return E(((a,b,c)=>{const e=d(a).getExtension(l(b,c));return m(e)?Z:h(e)}),arguments)};c.wbg.__wbg_getParameter_b282105ca8420119=function(){return E(((a,b)=>{const c=d(a).getParameter(b>>>Z);return h(c)}),arguments)};c.wbg.__wbg_getProgramInfoLog_110f43b4125782e9=((a,c,e)=>{const f=d(c).getProgramInfoLog(d(e));var g=m(f)?Z:u(f,b.__wbindgen_malloc,b.__wbindgen_realloc);var h=r;q()[a/a6+ W]=h;q()[a/a6+ Z]=g});c.wbg.__wbg_getProgramParameter_22b3f1c8d913cd2c=((a,b,c)=>{const e=d(a).getProgramParameter(d(b),c>>>Z);return h(e)});c.wbg.__wbg_getShaderInfoLog_562b1447e7c24866=((a,c,e)=>{const f=d(c).getShaderInfoLog(d(e));var g=m(f)?Z:u(f,b.__wbindgen_malloc,b.__wbindgen_realloc);var h=r;q()[a/a6+ W]=h;q()[a/a6+ Z]=g});c.wbg.__wbg_getShaderParameter_58d3b34afa9db13b=((a,b,c)=>{const e=d(a).getShaderParameter(d(b),c>>>Z);return h(e)});c.wbg.__wbg_getSupportedExtensions_1a007030d26efba5=(a=>{const b=d(a).getSupportedExtensions();return m(b)?Z:h(b)});c.wbg.__wbg_getUniformLocation_7b435a76db4f3128=((a,b,c,e)=>{const f=d(a).getUniformLocation(d(b),l(c,e));return m(f)?Z:h(f)});c.wbg.__wbg_linkProgram_e170ffe0b8242136=((a,b)=>{d(a).linkProgram(d(b))});c.wbg.__wbg_pixelStorei_6be3fc7114b690b8=((a,b,c)=>{d(a).pixelStorei(b>>>Z,c)});c.wbg.__wbg_polygonOffset_0f2730043ba169b2=((a,b,c)=>{d(a).polygonOffset(b,c)});c.wbg.__wbg_renderbufferStorage_5a63960c0bb41916=((a,b,c,e,f)=>{d(a).renderbufferStorage(b>>>Z,c>>>Z,e,f)});c.wbg.__wbg_scissor_27cb154cc9864444=((a,b,c,e,f)=>{d(a).scissor(b,c,e,f)});c.wbg.__wbg_shaderSource_e12efd3a2bf3413d=((a,b,c,e)=>{d(a).shaderSource(d(b),l(c,e))});c.wbg.__wbg_stencilFuncSeparate_e6b4c784aa470ba1=((a,b,c,e,f)=>{d(a).stencilFuncSeparate(b>>>Z,c>>>Z,e,f>>>Z)});c.wbg.__wbg_stencilMask_4093c371489c5e3e=((a,b)=>{d(a).stencilMask(b>>>Z)});c.wbg.__wbg_stencilMaskSeparate_6a90a6801f96c33e=((a,b,c)=>{d(a).stencilMaskSeparate(b>>>Z,c>>>Z)});c.wbg.__wbg_stencilOpSeparate_f98bb31212170061=((a,b,c,e,f)=>{d(a).stencilOpSeparate(b>>>Z,c>>>Z,e>>>Z,f>>>Z)});c.wbg.__wbg_texParameteri_f5c0d085b77931dd=((a,b,c,e)=>{d(a).texParameteri(b>>>Z,c>>>Z,e)});c.wbg.__wbg_uniform1f_b13c736354a10aa7=((a,b,c)=>{d(a).uniform1f(d(b),c)});c.wbg.__wbg_uniform1i_1fd90743f7b78faa=((a,b,c)=>{d(a).uniform1i(d(b),c)});c.wbg.__wbg_uniform4f_5b57101145ac6da8=((a,b,c,e,f,g)=>{d(a).uniform4f(d(b),c,e,f,g)});c.wbg.__wbg_useProgram_53de6b084c4780ce=((a,b)=>{d(a).useProgram(d(b))});c.wbg.__wbg_vertexAttribPointer_3133080603a92d4c=((a,b,c,e,f,g,h)=>{d(a).vertexAttribPointer(b>>>Z,c,e>>>Z,f!==Z,g,h)});c.wbg.__wbg_viewport_afd5166081d009b2=((a,b,c,e,f)=>{d(a).viewport(b,c,e,f)});c.wbg.__wbg_instanceof_Window_99dc9805eaa2614b=(a=>{let b;try{b=d(a) instanceof Window}catch(a){b=!1}const c=b;return c});c.wbg.__wbg_document_5257b70811e953c0=(a=>{const b=d(a).document;return m(b)?Z:h(b)});c.wbg.__wbg_navigator_910cca0226b70083=(a=>{const b=d(a).navigator;return h(b)});c.wbg.__wbg_devicePixelRatio_93bac98af723c7ba=(a=>{const b=d(a).devicePixelRatio;return b});c.wbg.__wbg_isSecureContext_a4963ee69cd2dcf2=(a=>{const b=d(a).isSecureContext;return b});c.wbg.__wbg_cancelIdleCallback_997859437f81670c=((a,b)=>{d(a).cancelIdleCallback(b>>>Z)});c.wbg.__wbg_getComputedStyle_6c29e44f9905911b=function(){return E(((a,b)=>{const c=d(a).getComputedStyle(d(b));return m(c)?Z:h(c)}),arguments)};c.wbg.__wbg_matchMedia_fed5c8e73cf148cf=function(){return E(((a,b,c)=>{const e=d(a).matchMedia(l(b,c));return m(e)?Z:h(e)}),arguments)};c.wbg.__wbg_requestIdleCallback_fb28f525ab20b96a=function(){return E(((a,b)=>{const c=d(a).requestIdleCallback(d(b));return c}),arguments)};c.wbg.__wbg_cancelAnimationFrame_2635bb6bdb94eb3f=function(){return E(((a,b)=>{d(a).cancelAnimationFrame(b)}),arguments)};c.wbg.__wbg_requestAnimationFrame_1820a8e6b645ec5a=function(){return E(((a,b)=>{const c=d(a).requestAnimationFrame(d(b));return c}),arguments)};c.wbg.__wbg_clearTimeout_cf250b4eed087f7b=((a,b)=>{d(a).clearTimeout(b)});c.wbg.__wbg_fetch_0117c27c9b3739e0=((a,b,c)=>{const e=d(a).fetch(l(b,c));return h(e)});c.wbg.__wbg_setTimeout_022e0626b26fb37c=function(){return E(((a,b)=>{const c=d(a).setTimeout(d(b));return c}),arguments)};c.wbg.__wbg_setTimeout_bd20251bb242e262=function(){return E(((a,b,c)=>{const e=d(a).setTimeout(d(b),c);return e}),arguments)};c.wbg.__wbg_body_3eb73da919b867a1=(a=>{const b=d(a).body;return m(b)?Z:h(b)});c.wbg.__wbg_visibilityState_acae3352a32a6e08=(a=>{const b=d(a).visibilityState;return h(b)});c.wbg.__wbg_activeElement_552aa1722725dcf5=(a=>{const b=d(a).activeElement;return m(b)?Z:h(b)});c.wbg.__wbg_fullscreenElement_8ebe202aecd8ae3c=(a=>{const b=d(a).fullscreenElement;return m(b)?Z:h(b)});c.wbg.__wbg_createElement_1a136faad4101f43=function(){return E(((a,b,c)=>{const e=d(a).createElement(l(b,c));return h(e)}),arguments)};c.wbg.__wbg_exitFullscreen_4207821551a694a7=(a=>{d(a).exitFullscreen()});c.wbg.__wbg_exitPointerLock_5764ae8300935b9e=(a=>{d(a).exitPointerLock()});c.wbg.__wbg_querySelector_d86f889797c65e88=function(){return E(((a,b,c)=>{const e=d(a).querySelector(l(b,c));return m(e)?Z:h(e)}),arguments)};c.wbg.__wbg_getBoundingClientRect_f3f6eb39f24c1bb0=(a=>{const b=d(a).getBoundingClientRect();return h(b)});c.wbg.__wbg_requestPointerLock_7e461e6d3998ca6a=(a=>{d(a).requestPointerLock()});c.wbg.__wbg_setAttribute_0918ea45d5a1c663=function(){return E(((a,b,c,e,f)=>{d(a).setAttribute(l(b,c),l(e,f))}),arguments)};c.wbg.__wbg_setPointerCapture_02adb3c41a2a5367=function(){return E(((a,b)=>{d(a).setPointerCapture(b)}),arguments)};c.wbg.__wbg_style_b32d5cb9a6bd4720=(a=>{const b=d(a).style;return h(b)});c.wbg.__wbg_focus_623326ec4eefd224=function(){return E((a=>{d(a).focus()}),arguments)};c.wbg.__wbg_bufferData_9566a2faddca5792=((a,b,c,e)=>{d(a).bufferData(b>>>Z,c,e>>>Z)});c.wbg.__wbg_bufferData_b2e68fdc1fd1e94b=((a,b,c,e)=>{d(a).bufferData(b>>>Z,d(c),e>>>Z)});c.wbg.__wbg_bufferSubData_7d216abec8307331=((a,b,c,e)=>{d(a).bufferSubData(b>>>Z,c,d(e))});c.wbg.__wbg_compressedTexSubImage2D_5666e0146e152b7d=((a,b,c,e,f,g,h,i,j)=>{d(a).compressedTexSubImage2D(b>>>Z,c,e,f,g,h,i>>>Z,d(j))});c.wbg.__wbg_readPixels_32bab95664f5bcdf=function(){return E(((a,b,c,e,f,g,h,i)=>{d(a).readPixels(b,c,e,f,g>>>Z,h>>>Z,d(i))}),arguments)};c.wbg.__wbg_texImage2D_9cd1931c442b03ad=function(){return E(((a,b,c,e,f,g,h,i,j,k)=>{d(a).texImage2D(b>>>Z,c,e,f,g,h,i>>>Z,j>>>Z,d(k))}),arguments)};c.wbg.__wbg_texSubImage2D_d23a3ec1fa60bdaf=function(){return E(((a,b,c,e,f,g,h,i,j,k)=>{d(a).texSubImage2D(b>>>Z,c,e,f,g,h,i>>>Z,j>>>Z,d(k))}),arguments)};c.wbg.__wbg_uniform2fv_d375e6a7b2f1e575=((a,b,c,e)=>{d(a).uniform2fv(d(b),L(c,e))});c.wbg.__wbg_uniform2iv_5ba0883cf01ae09d=((a,b,c,e)=>{d(a).uniform2iv(d(b),F(c,e))});c.wbg.__wbg_uniform3fv_ce5f4b99b178dd74=((a,b,c,e)=>{d(a).uniform3fv(d(b),L(c,e))});c.wbg.__wbg_uniform3iv_f297f19f134ad0c2=((a,b,c,e)=>{d(a).uniform3iv(d(b),F(c,e))});c.wbg.__wbg_uniform4fv_f7afb7d09ee03175=((a,b,c,e)=>{d(a).uniform4fv(d(b),L(c,e))});c.wbg.__wbg_uniform4iv_2dbb8a34d36a28c3=((a,b,c,e)=>{d(a).uniform4iv(d(b),F(c,e))});c.wbg.__wbg_uniformMatrix2fv_9e0249ce783ce2be=((a,b,c,e,f)=>{d(a).uniformMatrix2fv(d(b),c!==Z,L(e,f))});c.wbg.__wbg_uniformMatrix3fv_2a9524cf34ecbd62=((a,b,c,e,f)=>{d(a).uniformMatrix3fv(d(b),c!==Z,L(e,f))});c.wbg.__wbg_uniformMatrix4fv_4c466deaf158ed5b=((a,b,c,e,f)=>{d(a).uniformMatrix4fv(d(b),c!==Z,L(e,f))});c.wbg.__wbg_activeTexture_3748123e1becf07d=((a,b)=>{d(a).activeTexture(b>>>Z)});c.wbg.__wbg_attachShader_cfbbdefc08a0422f=((a,b,c)=>{d(a).attachShader(d(b),d(c))});c.wbg.__wbg_bindAttribLocation_1d7075153fbbd1e4=((a,b,c,e,f)=>{d(a).bindAttribLocation(d(b),c>>>Z,l(e,f))});c.wbg.__wbg_bindBuffer_3f166cc2f502fc09=((a,b,c)=>{d(a).bindBuffer(b>>>Z,d(c))});c.wbg.__wbg_bindFramebuffer_28e8c0c3f76447af=((a,b,c)=>{d(a).bindFramebuffer(b>>>Z,d(c))});c.wbg.__wbg_bindRenderbuffer_2fe89083883b96e7=((a,b,c)=>{d(a).bindRenderbuffer(b>>>Z,d(c))});c.wbg.__wbg_bindTexture_be92cdd3f162b4f9=((a,b,c)=>{d(a).bindTexture(b>>>Z,d(c))});c.wbg.__wbg_blendColor_71d54d4dad7a369a=((a,b,c,e,f)=>{d(a).blendColor(b,c,e,f)});c.wbg.__wbg_blendEquation_b1df5434f3ad5aac=((a,b)=>{d(a).blendEquation(b>>>Z)});c.wbg.__wbg_blendEquationSeparate_33f23a57d77e8079=((a,b,c)=>{d(a).blendEquationSeparate(b>>>Z,c>>>Z)});c.wbg.__wbg_blendFunc_5adf0a3a9f164e6e=((a,b,c)=>{d(a).blendFunc(b>>>Z,c>>>Z)});c.wbg.__wbg_blendFuncSeparate_52fdb0f1fbf57928=((a,b,c,e,f)=>{d(a).blendFuncSeparate(b>>>Z,c>>>Z,e>>>Z,f>>>Z)});c.wbg.__wbg_clear_af4278a00382d3ce=((a,b)=>{d(a).clear(b>>>Z)});c.wbg.__wbg_clearColor_9a45e2200c61a8f2=((a,b,c,e,f)=>{d(a).clearColor(b,c,e,f)});c.wbg.__wbg_clearDepth_a40e7b975ebc5c14=((a,b)=>{d(a).clearDepth(b)});c.wbg.__wbg_clearStencil_62277af75c0a3558=((a,b)=>{d(a).clearStencil(b)});c.wbg.__wbg_colorMask_57603facaeb6e2e3=((a,b,c,e,f)=>{d(a).colorMask(b!==Z,c!==Z,e!==Z,f!==Z)});c.wbg.__wbg_compileShader_be824cfad43331b8=((a,b)=>{d(a).compileShader(d(b))});c.wbg.__wbg_copyTexSubImage2D_6ce49c4a307e877d=((a,b,c,e,f,g,h,i,j)=>{d(a).copyTexSubImage2D(b>>>Z,c,e,f,g,h,i,j)});c.wbg.__wbg_createBuffer_90bf79c414ad4956=(a=>{const b=d(a).createBuffer();return m(b)?Z:h(b)});c.wbg.__wbg_createFramebuffer_f8c26154f8992bfa=(a=>{const b=d(a).createFramebuffer();return m(b)?Z:h(b)});c.wbg.__wbg_createProgram_983b87cad6d06768=(a=>{const b=d(a).createProgram();return m(b)?Z:h(b)});c.wbg.__wbg_createRenderbuffer_e2d77844fbdcc842=(a=>{const b=d(a).createRenderbuffer();return m(b)?Z:h(b)});c.wbg.__wbg_createShader_896229165c5a11d4=((a,b)=>{const c=d(a).createShader(b>>>Z);return m(c)?Z:h(c)});c.wbg.__wbg_createTexture_b77eefdce0bb2c55=(a=>{const b=d(a).createTexture();return m(b)?Z:h(b)});c.wbg.__wbg_cullFace_a65f5d17b1ff5686=((a,b)=>{d(a).cullFace(b>>>Z)});c.wbg.__wbg_deleteBuffer_d70596808095dac2=((a,b)=>{d(a).deleteBuffer(d(b))});c.wbg.__wbg_deleteFramebuffer_23c9c7c8176aa9b8=((a,b)=>{d(a).deleteFramebuffer(d(b))});c.wbg.__wbg_deleteProgram_8447c337271aa934=((a,b)=>{d(a).deleteProgram(d(b))});c.wbg.__wbg_deleteRenderbuffer_7bb3c4c79eac08ff=((a,b)=>{d(a).deleteRenderbuffer(d(b))});c.wbg.__wbg_deleteShader_322b059ad560664a=((a,b)=>{d(a).deleteShader(d(b))});c.wbg.__wbg_deleteTexture_bbda7cb554bc12b9=((a,b)=>{d(a).deleteTexture(d(b))});c.wbg.__wbg_depthFunc_b78eec6735fd7a0a=((a,b)=>{d(a).depthFunc(b>>>Z)});c.wbg.__wbg_depthMask_d2c08d83ea550563=((a,b)=>{d(a).depthMask(b!==Z)});c.wbg.__wbg_depthRange_c4d7339e2f6b2e4a=((a,b,c)=>{d(a).depthRange(b,c)});c.wbg.__wbg_disable_57e8624c865bd654=((a,b)=>{d(a).disable(b>>>Z)});c.wbg.__wbg_disableVertexAttribArray_fb822948cb54eec9=((a,b)=>{d(a).disableVertexAttribArray(b>>>Z)});c.wbg.__wbg_drawArrays_d48ee5c0a02be869=((a,b,c,e)=>{d(a).drawArrays(b>>>Z,c,e)});c.wbg.__wbg_enable_54d01bacc240df3e=((a,b)=>{d(a).enable(b>>>Z)});c.wbg.__wbg_enableVertexAttribArray_c971ef03599058ec=((a,b)=>{d(a).enableVertexAttribArray(b>>>Z)});c.wbg.__wbg_framebufferRenderbuffer_27bc520ea685b484=((a,b,c,e,f)=>{d(a).framebufferRenderbuffer(b>>>Z,c>>>Z,e>>>Z,d(f))});c.wbg.__wbg_framebufferTexture2D_c61bc6c888f33a52=((a,b,c,e,f,g)=>{d(a).framebufferTexture2D(b>>>Z,c>>>Z,e>>>Z,d(f),g)});c.wbg.__wbg_frontFace_e13136966c974dd8=((a,b)=>{d(a).frontFace(b>>>Z)});c.wbg.__wbg_getParameter_798cbb8ff20c7af0=function(){return E(((a,b)=>{const c=d(a).getParameter(b>>>Z);return h(c)}),arguments)};c.wbg.__wbg_getProgramInfoLog_3ff10ea818ab6ce4=((a,c,e)=>{const f=d(c).getProgramInfoLog(d(e));var g=m(f)?Z:u(f,b.__wbindgen_malloc,b.__wbindgen_realloc);var h=r;q()[a/a6+ W]=h;q()[a/a6+ Z]=g});c.wbg.__wbg_getProgramParameter_35800b92324ff726=((a,b,c)=>{const e=d(a).getProgramParameter(d(b),c>>>Z);return h(e)});c.wbg.__wbg_getShaderInfoLog_3e435d2b50e0ecf0=((a,c,e)=>{const f=d(c).getShaderInfoLog(d(e));var g=m(f)?Z:u(f,b.__wbindgen_malloc,b.__wbindgen_realloc);var h=r;q()[a/a6+ W]=h;q()[a/a6+ Z]=g});c.wbg.__wbg_getShaderParameter_a9315ba73ab18731=((a,b,c)=>{const e=d(a).getShaderParameter(d(b),c>>>Z);return h(e)});c.wbg.__wbg_getUniformLocation_f161344f25983444=((a,b,c,e)=>{const f=d(a).getUniformLocation(d(b),l(c,e));return m(f)?Z:h(f)});c.wbg.__wbg_linkProgram_caeab1eb0c0246be=((a,b)=>{d(a).linkProgram(d(b))});c.wbg.__wbg_pixelStorei_ac98844c2d6d1937=((a,b,c)=>{d(a).pixelStorei(b>>>Z,c)});c.wbg.__wbg_polygonOffset_442517f9de53e3de=((a,b,c)=>{d(a).polygonOffset(b,c)});c.wbg.__wbg_renderbufferStorage_982fcb5577f764ca=((a,b,c,e,f)=>{d(a).renderbufferStorage(b>>>Z,c>>>Z,e,f)});c.wbg.__wbg_scissor_7206bcd2a5540aa3=((a,b,c,e,f)=>{d(a).scissor(b,c,e,f)});c.wbg.__wbg_shaderSource_04af20ecb1962b3b=((a,b,c,e)=>{d(a).shaderSource(d(b),l(c,e))});c.wbg.__wbg_stencilFuncSeparate_89563ca030dab790=((a,b,c,e,f)=>{d(a).stencilFuncSeparate(b>>>Z,c>>>Z,e,f>>>Z)});c.wbg.__wbg_stencilMask_76ea69a0c4738423=((a,b)=>{d(a).stencilMask(b>>>Z)});c.wbg.__wbg_stencilMaskSeparate_1303b1855315b85a=((a,b,c)=>{d(a).stencilMaskSeparate(b>>>Z,c>>>Z)});c.wbg.__wbg_stencilOpSeparate_fef362ec0f1539d1=((a,b,c,e,f)=>{d(a).stencilOpSeparate(b>>>Z,c>>>Z,e>>>Z,f>>>Z)});c.wbg.__wbg_texParameteri_dd08984388e62491=((a,b,c,e)=>{d(a).texParameteri(b>>>Z,c>>>Z,e)});c.wbg.__wbg_uniform1f_5c36f8a2cf1d8cd7=((a,b,c)=>{d(a).uniform1f(d(b),c)});c.wbg.__wbg_uniform1i_5a5f1f9d5828e6c6=((a,b,c)=>{d(a).uniform1i(d(b),c)});c.wbg.__wbg_uniform4f_93ef17b7172e8ad2=((a,b,c,e,f,g)=>{d(a).uniform4f(d(b),c,e,f,g)});c.wbg.__wbg_useProgram_229c8fa8394b4c26=((a,b)=>{d(a).useProgram(d(b))});c.wbg.__wbg_vertexAttribPointer_e9c4ff85658b9ad2=((a,b,c,e,f,g,h)=>{d(a).vertexAttribPointer(b>>>Z,c,e>>>Z,f!==Z,g,h)});c.wbg.__wbg_viewport_0ca27d1d6ac8424c=((a,b,c,e,f)=>{d(a).viewport(b,c,e,f)});c.wbg.__wbg_getPropertyValue_9f0d67e1a114f89a=function(){return E(((a,c,e,f)=>{const g=d(c).getPropertyValue(l(e,f));const h=u(g,b.__wbindgen_malloc,b.__wbindgen_realloc);const i=r;q()[a/a6+ W]=i;q()[a/a6+ Z]=h}),arguments)};c.wbg.__wbg_removeProperty_569b8c8469084b23=function(){return E(((a,c,e,f)=>{const g=d(c).removeProperty(l(e,f));const h=u(g,b.__wbindgen_malloc,b.__wbindgen_realloc);const i=r;q()[a/a6+ W]=i;q()[a/a6+ Z]=h}),arguments)};c.wbg.__wbg_setProperty_a763529f4ef8ac76=function(){return E(((a,b,c,e,f)=>{d(a).setProperty(l(b,c),l(e,f))}),arguments)};c.wbg.__wbg_new_6617e215130d0025=function(){return E((a=>{const b=new IntersectionObserver(d(a));return h(b)}),arguments)};c.wbg.__wbg_disconnect_d70bd32b9cb4687c=(a=>{d(a).disconnect()});c.wbg.__wbg_observe_9b6f7f1aa30c2fe0=((a,b)=>{d(a).observe(d(b))});c.wbg.__wbg_port1_55b3ea63b5d29a4d=(a=>{const b=d(a).port1;return h(b)});c.wbg.__wbg_port2_78f5a59a4effe9f7=(a=>{const b=d(a).port2;return h(b)});c.wbg.__wbg_new_b7e038999edffb16=function(){return E((()=>{const a=new MessageChannel();return h(a)}),arguments)};c.wbg.__wbg_appendChild_bd383ec5356c0bdb=function(){return E(((a,b)=>{const c=d(a).appendChild(d(b));return h(c)}),arguments)};c.wbg.__wbg_contains_a94dd6fc112ea617=((a,b)=>{const c=d(a).contains(d(b));return c});c.wbg.__wbg_instanceof_DomException_3813d9e5e1312be8=(a=>{let b;try{b=d(a) instanceof DOMException}catch(a){b=!1}const c=b;return c});c.wbg.__wbg_message_9cb2b2d345ff18c6=((a,c)=>{const e=d(c).message;const f=u(e,b.__wbindgen_malloc,b.__wbindgen_realloc);const g=r;q()[a/a6+ W]=g;q()[a/a6+ Z]=f});c.wbg.__wbg_x_a0dc9ae3ec018f6a=(a=>{const b=d(a).x;return b});c.wbg.__wbg_y_6f1256869a5628ee=(a=>{const b=d(a).y;return b});c.wbg.__wbg_pressed_6689c2375fac761f=(a=>{const b=d(a).pressed;return b});c.wbg.__wbg_value_df73ea5624c95e17=(a=>{const b=d(a).value;return b});c.wbg.__wbg_ctrlKey_0d75e0e9028bd999=(a=>{const b=d(a).ctrlKey;return b});c.wbg.__wbg_shiftKey_12353f0e19b21d6a=(a=>{const b=d(a).shiftKey;return b});c.wbg.__wbg_altKey_a076f8612103d7e8=(a=>{const b=d(a).altKey;return b});c.wbg.__wbg_metaKey_4e3f6e986f2802b1=(a=>{const b=d(a).metaKey;return b});c.wbg.__wbg_button_8a97c55db17c7314=(a=>{const b=d(a).button;return b});c.wbg.__wbg_buttons_d516d4a6ffb63df2=(a=>{const b=d(a).buttons;return b});c.wbg.__wbg_movementX_7ed3fefa16dfa971=(a=>{const b=d(a).movementX;return b});c.wbg.__wbg_movementY_a0be141073121d2c=(a=>{const b=d(a).movementY;return b});c.wbg.__wbg_width_193b434156effb1d=(a=>{const b=d(a).width;return b});c.wbg.__wbg_setwidth_62ca8c8f2794be77=((a,b)=>{d(a).width=b>>>Z});c.wbg.__wbg_height_84d4ae4d422188a3=(a=>{const b=d(a).height;return b});c.wbg.__wbg_setheight_34b71cfdf6095cbd=((a,b)=>{d(a).height=b>>>Z});c.wbg.__wbg_getContext_f183e180a122d091=function(){return E(((a,b,c,e)=>{const f=d(a).getContext(l(b,c),d(e));return m(f)?Z:h(f)}),arguments)};c.wbg.__wbg_new_862901d928bf4337=function(){return E((a=>{const b=new ResizeObserver(d(a));return h(b)}),arguments)};c.wbg.__wbg_disconnect_4c8e1494cd215540=(a=>{d(a).disconnect()});c.wbg.__wbg_observe_6cc6ed5bd384e675=((a,b)=>{d(a).observe(d(b))});c.wbg.__wbg_observe_daa84e012177febe=((a,b,c)=>{d(a).observe(d(b),d(c))});c.wbg.__wbg_unobserve_6e4cf206c219430c=((a,b)=>{d(a).unobserve(d(b))});c.wbg.__wbg_width_7cfb8b6f2a8cc639=(a=>{const b=d(a).width;return b});c.wbg.__wbg_height_6930ed73b88da306=(a=>{const b=d(a).height;return b});c.wbg.__wbg_getGamepads_77e0120579fb7c8d=function(){return E((a=>{const b=d(a).getGamepads();return h(b)}),arguments)};c.wbg.__wbg_persisted_032c13ba4aa8c6eb=(a=>{const b=d(a).persisted;return b});c.wbg.__wbg_pointerId_288a7753a42433eb=(a=>{const b=d(a).pointerId;return b});c.wbg.__wbg_pressure_ef807a4027b5b179=(a=>{const b=d(a).pressure;return b});c.wbg.__wbg_pointerType_6421ba54876364b9=((a,c)=>{const e=d(c).pointerType;const f=u(e,b.__wbindgen_malloc,b.__wbindgen_realloc);const g=r;q()[a/a6+ W]=g;q()[a/a6+ Z]=f});c.wbg.__wbg_getCoalescedEvents_727ac35c45831392=(a=>{const b=d(a).getCoalescedEvents();return h(b)});c.wbg.__wbg_inlineSize_61a4e582b0d875c2=(a=>{const b=d(a).inlineSize;return b});c.wbg.__wbg_blockSize_ad207c0d03bd1782=(a=>{const b=d(a).blockSize;return b});c.wbg.__wbg_drawArraysInstancedANGLE_4ba856b2c59d84b8=((a,b,c,e,f)=>{d(a).drawArraysInstancedANGLE(b>>>Z,c,e,f)});c.wbg.__wbg_drawElementsInstancedANGLE_fdf5cd2eb03dd141=((a,b,c,e,f,g)=>{d(a).drawElementsInstancedANGLE(b>>>Z,c,e>>>Z,f,g)});c.wbg.__wbg_vertexAttribDivisorANGLE_51dd5c906f4912a2=((a,b,c)=>{d(a).vertexAttribDivisorANGLE(b>>>Z,c>>>Z)});c.wbg.__wbg_setbuffer_f16a95796c5a7380=((a,b)=>{d(a).buffer=d(b)});c.wbg.__wbg_setonended_d2cab878358a6af4=((a,b)=>{d(a).onended=d(b)});c.wbg.__wbg_start_88dbb78b1c762033=function(){return E(((a,b)=>{d(a).start(b)}),arguments)};c.wbg.__wbg_maxChannelCount_f7897fa7dc85d572=(a=>{const b=d(a).maxChannelCount;return b});c.wbg.__wbg_isIntersecting_108350bd17ad1d04=(a=>{const b=d(a).isIntersecting;return b});c.wbg.__wbg_instanceof_Response_0d25bb8436a9cefe=(a=>{let b;try{b=d(a) instanceof Response}catch(a){b=!1}const c=b;return c});c.wbg.__wbg_status_351700a30c61ba61=(a=>{const b=d(a).status;return b});c.wbg.__wbg_arrayBuffer_ec4617b29bb0f61c=function(){return E((a=>{const b=d(a).arrayBuffer();return h(b)}),arguments)};c.wbg.__wbg_signal_7876560d9d0f914c=(a=>{const b=d(a).signal;return h(b)});c.wbg.__wbg_new_fa36281638875de8=function(){return E((()=>{const a=new AbortController();return h(a)}),arguments)};c.wbg.__wbg_abort_7792bf3f664d7bb3=(a=>{d(a).abort()});c.wbg.__wbg_error_0f3a2d4325dee96a=((a,b)=>{console.error(d(a),d(b))});c.wbg.__wbg_setchannelCount_ddf571b2ad2e8eef=((a,b)=>{d(a).channelCount=b>>>Z});c.wbg.__wbg_connect_65474f2479b77506=function(){return E(((a,b)=>{const c=d(a).connect(d(b));return h(c)}),arguments)};c.wbg.__wbg_id_b65a9e5c38af3381=((a,c)=>{const e=d(c).id;const f=u(e,b.__wbindgen_malloc,b.__wbindgen_realloc);const g=r;q()[a/a6+ W]=g;q()[a/a6+ Z]=f});c.wbg.__wbg_index_ad8482877f40f04f=(a=>{const b=d(a).index;return b});c.wbg.__wbg_mapping_9891f1fe2b08c14b=(a=>{const b=d(a).mapping;return h(b)});c.wbg.__wbg_connected_e7984632fc5baeca=(a=>{const b=d(a).connected;return b});c.wbg.__wbg_buttons_42cf81a9dc81d560=(a=>{const b=d(a).buttons;return h(b)});c.wbg.__wbg_axes_29295fc5e2791881=(a=>{const b=d(a).axes;return h(b)});c.wbg.__wbg_altKey_c3c61dc3af936846=(a=>{const b=d(a).altKey;return b});c.wbg.__wbg_ctrlKey_e7fc1575581bc431=(a=>{const b=d(a).ctrlKey;return b});c.wbg.__wbg_shiftKey_0a061aeba25dbd63=(a=>{const b=d(a).shiftKey;return b});c.wbg.__wbg_metaKey_b879a69fa9f3f7af=(a=>{const b=d(a).metaKey;return b});c.wbg.__wbg_location_3d1aba6d141f01fb=(a=>{const b=d(a).location;return b});c.wbg.__wbg_repeat_8514eb33e8553b6b=(a=>{const b=d(a).repeat;return b});c.wbg.__wbg_key_9a2550983fbad1d0=((a,c)=>{const e=d(c).key;const f=u(e,b.__wbindgen_malloc,b.__wbindgen_realloc);const g=r;q()[a/a6+ W]=g;q()[a/a6+ Z]=f});c.wbg.__wbg_code_3b51bddc7419ef7d=((a,c)=>{const e=d(c).code;const f=u(e,b.__wbindgen_malloc,b.__wbindgen_realloc);const g=r;q()[a/a6+ W]=g;q()[a/a6+ Z]=f});c.wbg.__wbg_framebufferTextureMultiviewOVR_b4f234dba08738d7=((a,b,c,e,f,g,h)=>{d(a).framebufferTextureMultiviewOVR(b>>>Z,c>>>Z,d(e),f,g,h)});c.wbg.__wbg_contentRect_486b07f866c91a66=(a=>{const b=d(a).contentRect;return h(b)});c.wbg.__wbg_devicePixelContentBoxSize_5f65d6c2bd58062b=(a=>{const b=d(a).devicePixelContentBoxSize;return h(b)});c.wbg.__wbg_instanceof_HtmlCanvasElement_a6076360513b6876=(a=>{let b;try{b=d(a) instanceof HTMLCanvasElement}catch(a){b=!1}const c=b;return c});c.wbg.__wbg_width_9d9d26b087c6ad54=(a=>{const b=d(a).width;return b});c.wbg.__wbg_setwidth_05075fb6b4cc720e=((a,b)=>{d(a).width=b>>>Z});c.wbg.__wbg_height_770da314320603d8=(a=>{const b=d(a).height;return b});c.wbg.__wbg_setheight_7e0e88a922100d8c=((a,b)=>{d(a).height=b>>>Z});c.wbg.__wbg_getContext_1daf9aba3e114993=function(){return E(((a,b,c,e)=>{const f=d(a).getContext(l(b,c),d(e));return m(f)?Z:h(f)}),arguments)};c.wbg.__wbg_videoWidth_024256de61021e4a=(a=>{const b=d(a).videoWidth;return b});c.wbg.__wbg_videoHeight_2c601663d2d0211a=(a=>{const b=d(a).videoHeight;return b});c.wbg.__wbg_width_05e7fce75535d85f=(a=>{const b=d(a).width;return b});c.wbg.__wbg_height_51b9308e888df865=(a=>{const b=d(a).height;return b});c.wbg.__wbg_setonmessage_2cfb8fb8a15890e6=((a,b)=>{d(a).onmessage=d(b)});c.wbg.__wbg_close_04d3a9914c09e2f8=(a=>{d(a).close()});c.wbg.__wbg_postMessage_e200ca4f0ead7ec7=function(){return E(((a,b)=>{d(a).postMessage(d(b))}),arguments)};c.wbg.__wbg_start_ab1a682cca472112=(a=>{d(a).start()});c.wbg.__wbg_bindVertexArrayOES_e95cf32f50e47240=((a,b)=>{d(a).bindVertexArrayOES(d(b))});c.wbg.__wbg_createVertexArrayOES_96ccfea00081dcf3=(a=>{const b=d(a).createVertexArrayOES();return m(b)?Z:h(b)});c.wbg.__wbg_deleteVertexArrayOES_657b2572282b9dff=((a,b)=>{d(a).deleteVertexArrayOES(d(b))});c.wbg.__wbg_destination_62d2e29a54544ec0=(a=>{const b=d(a).destination;return h(b)});c.wbg.__wbg_currentTime_6b9141913a965d2f=(a=>{const b=d(a).currentTime;return b});c.wbg.__wbg_newwithcontextoptions_14f6b0728f2e5974=function(){return E((b=>{const c=new a(d(b));return h(c)}),arguments)};c.wbg.__wbg_close_41fb3d66e34246dc=function(){return E((a=>{const b=d(a).close();return h(b)}),arguments)};c.wbg.__wbg_createBuffer_a4cdfb0b3c256e3e=function(){return E(((a,b,c,e)=>{const f=d(a).createBuffer(b>>>Z,c>>>Z,e);return h(f)}),arguments)};c.wbg.__wbg_createBufferSource_0d20dc119e4ded11=function(){return E((a=>{const b=d(a).createBufferSource();return h(b)}),arguments)};c.wbg.__wbg_resume_32fc64eaa464289a=function(){return E((a=>{const b=d(a).resume();return h(b)}),arguments)};c.wbg.__wbg_media_3b4b8723e3ef28e6=((a,c)=>{const e=d(c).media;const f=u(e,b.__wbindgen_malloc,b.__wbindgen_realloc);const g=r;q()[a/a6+ W]=g;q()[a/a6+ Z]=f});c.wbg.__wbg_matches_68b7ad47c1091323=(a=>{const b=d(a).matches;return b});c.wbg.__wbg_addListener_0bbd0358c52d8a0e=function(){return E(((a,b)=>{d(a).addListener(d(b))}),arguments)};c.wbg.__wbg_removeListener_b8fc928c2300e3c6=function(){return E(((a,b)=>{d(a).removeListener(d(b))}),arguments)};c.wbg.__wbg_getSupportedProfiles_a3af04122b4f2f30=(a=>{const b=d(a).getSupportedProfiles();return m(b)?Z:h(b)});c.wbg.__wbg_drawBuffersWEBGL_533ee2b72ddb728a=((a,b)=>{d(a).drawBuffersWEBGL(d(b))});c.wbg.__wbg_deltaX_de18e6f358ab88cf=(a=>{const b=d(a).deltaX;return b});c.wbg.__wbg_deltaY_50a026b7421f883d=(a=>{const b=d(a).deltaY;return b});c.wbg.__wbg_deltaMode_b8290e36698673d0=(a=>{const b=d(a).deltaMode;return b});c.wbg.__wbg_copyToChannel_47042ca9c7b9618d=function(){return E(((a,b,c,e)=>{d(a).copyToChannel(L(b,c),e)}),arguments)};c.wbg.__wbg_preventDefault_d2c7416966cb0632=(a=>{d(a).preventDefault()});c.wbg.__wbg_addEventListener_2f891d22985fd3c8=function(){return E(((a,b,c,e)=>{d(a).addEventListener(l(b,c),d(e))}),arguments)};c.wbg.__wbg_removeEventListener_07715e6f464823fc=function(){return E(((a,b,c,e)=>{d(a).removeEventListener(l(b,c),d(e))}),arguments)};c.wbg.__wbg_queueMicrotask_118eeb525d584d9a=(a=>{queueMicrotask(d(a))});c.wbg.__wbg_queueMicrotask_26a89c14c53809c0=(a=>{const b=d(a).queueMicrotask;return h(b)});c.wbg.__wbindgen_is_function=(a=>{const b=typeof d(a)===a0;return b});c.wbg.__wbg_performance_eeefc685c9bc38b4=(a=>{const b=d(a).performance;return h(b)});c.wbg.__wbg_now_e0d8ec93dd25766a=(a=>{const b=d(a).now();return b});c.wbg.__wbg_crypto_d05b68a3572bb8ca=(a=>{const b=d(a).crypto;return h(b)});c.wbg.__wbindgen_is_object=(a=>{const b=d(a);const c=typeof b===`object`&&b!==V;return c});c.wbg.__wbg_process_b02b3570280d0366=(a=>{const b=d(a).process;return h(b)});c.wbg.__wbg_versions_c1cb42213cedf0f5=(a=>{const b=d(a).versions;return h(b)});c.wbg.__wbg_node_43b1089f407e4ec2=(a=>{const b=d(a).node;return h(b)});c.wbg.__wbindgen_is_string=(a=>{const b=typeof d(a)===a3;return b});c.wbg.__wbg_msCrypto_10fc94afee92bd76=(a=>{const b=d(a).msCrypto;return h(b)});c.wbg.__wbg_require_9a7e0f667ead4995=function(){return E((()=>{const a=module.require;return h(a)}),arguments)};c.wbg.__wbg_randomFillSync_b70ccbdf4926a99d=function(){return E(((a,b)=>{d(a).randomFillSync(g(b))}),arguments)};c.wbg.__wbg_getRandomValues_7e42b4fb8779dc6d=function(){return E(((a,b)=>{d(a).getRandomValues(d(b))}),arguments)};c.wbg.__wbg_get_c43534c00f382c8a=((a,b)=>{const c=d(a)[b>>>Z];return h(c)});c.wbg.__wbg_length_d99b680fd68bf71b=(a=>{const b=d(a).length;return b});c.wbg.__wbg_new_34c624469fb1d4fd=(()=>{const a=new U();return h(a)});c.wbg.__wbg_newnoargs_5859b6d41c6fe9f7=((a,b)=>{const c=new Function(l(a,b));return h(c)});c.wbg.__wbg_call_a79f1973a4f07d5e=function(){return E(((a,b)=>{const c=d(a).call(d(b));return h(c)}),arguments)};c.wbg.__wbg_new_87d841e70661f6e9=(()=>{const a=new a9();return h(a)});c.wbg.__wbg_self_086b5302bcafb962=function(){return E((()=>{const a=self.self;return h(a)}),arguments)};c.wbg.__wbg_window_132fa5d7546f1de5=function(){return E((()=>{const a=window.window;return h(a)}),arguments)};c.wbg.__wbg_globalThis_e5f801a37ad7d07b=function(){return E((()=>{const a=globalThis.globalThis;return h(a)}),arguments)};c.wbg.__wbg_global_f9a61fce4af6b7c1=function(){return E((()=>{const a=global.global;return h(a)}),arguments)};c.wbg.__wbg_eval_6c93b88a4b3be0eb=function(){return E(((a,b)=>{const c=eval(l(a,b));return h(c)}),arguments)};c.wbg.__wbg_includes_b0feae2b4a1ae514=((a,b,c)=>{const e=d(a).includes(d(b),c);return e});c.wbg.__wbg_of_3d7aa62bb0ab56ee=(a=>{const b=U.of(d(a));return h(b)});c.wbg.__wbg_push_906164999551d793=((a,b)=>{const c=d(a).push(d(b));return c});c.wbg.__wbg_call_f6a2bc58c19c53c6=function(){return E(((a,b,c)=>{const e=d(a).call(d(b),d(c));return h(e)}),arguments)};c.wbg.__wbg_now_86f7ca537c8b86d5=(()=>{const a=Date.now();return a});c.wbg.__wbg_getOwnPropertyDescriptor_49a7876ddfa10ccf=((a,b)=>{const c=a9.getOwnPropertyDescriptor(d(a),d(b));return h(c)});c.wbg.__wbg_is_a5728dbfb61c82cd=((a,b)=>{const c=a9.is(d(a),d(b));return c});c.wbg.__wbg_resolve_97ecd55ee839391b=(a=>{const b=Promise.resolve(d(a));return h(b)});c.wbg.__wbg_catch_9aeb46e888e3b0d6=((a,b)=>{const c=d(a).catch(d(b));return h(c)});c.wbg.__wbg_then_7aeb7c5f1536640f=((a,b)=>{const c=d(a).then(d(b));return h(c)});c.wbg.__wbg_then_5842e4e97f7beace=((a,b,c)=>{const e=d(a).then(d(b),d(c));return h(e)});c.wbg.__wbg_buffer_5d1b598a01b41a42=(a=>{const b=d(a).buffer;return h(b)});c.wbg.__wbg_newwithbyteoffsetandlength_54c7b98977affdec=((a,b,c)=>{const e=new Int8Array(d(a),b>>>Z,c>>>Z);return h(e)});c.wbg.__wbg_newwithbyteoffsetandlength_16ba6d10861ea013=((a,b,c)=>{const e=new Int16Array(d(a),b>>>Z,c>>>Z);return h(e)});c.wbg.__wbg_newwithbyteoffsetandlength_821c7736f0d22b04=((a,b,c)=>{const e=new $(d(a),b>>>Z,c>>>Z);return h(e)});c.wbg.__wbg_newwithbyteoffsetandlength_d695c7957788f922=((a,b,c)=>{const e=new _(d(a),b>>>Z,c>>>Z);return h(e)});c.wbg.__wbg_new_ace717933ad7117f=(a=>{const b=new _(d(a));return h(b)});c.wbg.__wbg_set_74906aa30864df5a=((a,b,c)=>{d(a).set(d(b),c>>>Z)});c.wbg.__wbg_length_f0764416ba5bb237=(a=>{const b=d(a).length;return b});c.wbg.__wbg_newwithbyteoffsetandlength_2412e38a0385bbe2=((a,b,c)=>{const e=new Uint16Array(d(a),b>>>Z,c>>>Z);return h(e)});c.wbg.__wbg_newwithbyteoffsetandlength_aeed38cac7555df7=((a,b,c)=>{const e=new a7(d(a),b>>>Z,c>>>Z);return h(e)});c.wbg.__wbg_newwithbyteoffsetandlength_21163b4dfcbc673c=((a,b,c)=>{const e=new a8(d(a),b>>>Z,c>>>Z);return h(e)});c.wbg.__wbg_newwithlength_728575f3bba9959b=(a=>{const b=new _(a>>>Z);return h(b)});c.wbg.__wbg_subarray_7f7a652672800851=((a,b,c)=>{const e=d(a).subarray(b>>>Z,c>>>Z);return h(e)});c.wbg.__wbg_stringify_daa6661e90c04140=function(){return E((a=>{const b=a5(d(a));return h(b)}),arguments)};c.wbg.__wbg_set_37a50e901587b477=function(){return E(((a,b,c)=>{const e=Reflect.set(d(a),d(b),d(c));return e}),arguments)};c.wbg.__wbindgen_debug_string=((a,c)=>{const e=v(d(c));const f=u(e,b.__wbindgen_malloc,b.__wbindgen_realloc);const g=r;q()[a/a6+ W]=g;q()[a/a6+ Z]=f});c.wbg.__wbindgen_throw=((a,b)=>{throw new Y(l(a,b))});c.wbg.__wbindgen_memory=(()=>{const a=b.memory;return h(a)});c.wbg.__wbindgen_closure_wrapper19263=((a,b,c)=>{const d=w(a,b,aa,x);return h(d)});c.wbg.__wbindgen_closure_wrapper19264=((a,b,c)=>{const d=w(a,b,aa,y);return h(d)});c.wbg.__wbindgen_closure_wrapper19265=((a,b,c)=>{const d=w(a,b,aa,x);return h(d)});c.wbg.__wbindgen_closure_wrapper19266=((a,b,c)=>{const d=w(a,b,aa,x);return h(d)});c.wbg.__wbindgen_closure_wrapper19267=((a,b,c)=>{const d=w(a,b,aa,x);return h(d)});c.wbg.__wbindgen_closure_wrapper19268=((a,b,c)=>{const d=w(a,b,aa,z);return h(d)});c.wbg.__wbindgen_closure_wrapper19270=((a,b,c)=>{const d=w(a,b,aa,x);return h(d)});c.wbg.__wbindgen_closure_wrapper20184=((a,b,c)=>{const d=w(a,b,ab,A);return h(d)});c.wbg.__wbindgen_closure_wrapper20185=((a,b,c)=>{const d=w(a,b,ab,A);return h(d)});c.wbg.__wbindgen_closure_wrapper20186=((a,b,c)=>{const d=w(a,b,ab,A);return h(d)});c.wbg.__wbindgen_closure_wrapper20187=((a,b,c)=>{const d=w(a,b,ab,A);return h(d)});c.wbg.__wbindgen_closure_wrapper20188=((a,b,c)=>{const d=w(a,b,ab,B);return h(d)});c.wbg.__wbindgen_closure_wrapper20189=((a,b,c)=>{const d=w(a,b,ab,A);return h(d)});c.wbg.__wbindgen_closure_wrapper20190=((a,b,c)=>{const d=w(a,b,ab,A);return h(d)});c.wbg.__wbindgen_closure_wrapper55702=((a,b,c)=>{const d=w(a,b,43596,C);return h(d)});c.wbg.__wbindgen_closure_wrapper100834=((a,b,c)=>{const d=w(a,b,76636,D);return h(d)});return c});var H=(()=>{if(G===V||G.byteLength===Z){G=new a7(b.memory.buffer)};return G});var u=((a,b,c)=>{if(c===T){const c=s.encode(a);const d=b(c.length,W)>>>Z;k().subarray(d,d+ c.length).set(c);r=c.length;return d};let d=a.length;let e=b(d,W)>>>Z;const f=k();let g=Z;for(;g127)break;f[e+ g]=b};if(g!==d){if(g!==Z){a=a.slice(g)};e=c(e,d,d=g+ a.length*3,W)>>>Z;const b=k().subarray(e+ g,e+ d);const f=t(a,b);g+=f.written};r=g;return e});var k=(()=>{if(j===V||j.byteLength===Z){j=new _(b.memory.buffer)};return j});var A=((a,c,d)=>{b.wasm_bindgen__convert__closures__invoke1_mut__h674d065b5cbaaae1(a,c,h(d))});var M=(async(a,b)=>{if(typeof Response===a0&&a instanceof Response){if(typeof WebAssembly.instantiateStreaming===a0){try{return await WebAssembly.instantiateStreaming(a,b)}catch(b){if(a.headers.get(`Content-Type`)!=`application/wasm`){console.warn(`\`WebAssembly.instantiateStreaming\` failed because your server does not serve wasm with \`application/wasm\` MIME type. Falling back to \`WebAssembly.instantiate\` which is slower. Original error:\\n`,b)}else{throw b}}};const c=await a.arrayBuffer();return await WebAssembly.instantiate(c,b)}else{const c=await WebAssembly.instantiate(a,b);if(c instanceof WebAssembly.Instance){return {instance:c,module:a}}else{return c}}});var F=((a,b)=>{a=a>>>Z;return q().subarray(a/a6,a/a6+ b)});var I=((a,b)=>{a=a>>>Z;return H().subarray(a/a6,a/a6+ b)});var h=(a=>{if(e===c.length)c.push(c.length+ W);const b=e;e=c[b];c[b]=a;return b});var g=(a=>{const b=d(a);f(a);return b});var z=((a,c,d,e)=>{b.wasm_bindgen__convert__closures__invoke2_mut__h61b31a89b99df330(a,c,h(d),h(e))});var q=(()=>{if(p===V||p.byteLength===Z){p=new $(b.memory.buffer)};return p});var D=((a,c,d)=>{b._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h68255bbc342db9f0(a,c,h(d))});var R=(async(a)=>{if(b!==T)return b;if(typeof a===S){a=new URL(`pollywog-ebf886a4064a1b12_bg.wasm`,import.meta.url)};const c=N();if(typeof a===a3||typeof Request===a0&&a instanceof Request||typeof URL===a0&&a instanceof URL){a=fetch(a)};O(c);const {instance:d,module:e}=await M(await a,c);return P(d,e)});var Q=(a=>{if(b!==T)return b;const c=N();O(c);if(!(a instanceof WebAssembly.Module)){a=new WebAssembly.Module(a)};const d=new WebAssembly.Instance(a,c);return P(d,a)});var f=(a=>{if(a<132)return;c[a]=e;e=a});var P=((a,c)=>{b=a.exports;R.__wbindgen_wasm_module=c;J=V;n=V;p=V;G=V;j=V;b.__wbindgen_start();return b});var B=((a,c)=>{b.wasm_bindgen__convert__closures__invoke0_mut__h43fe07a6298e8f27(a,c)});var w=((a,c,d,e)=>{const f={a:a,b:c,cnt:W,dtor:d};const g=(...a)=>{f.cnt++;const c=f.a;f.a=Z;try{return e(c,f.b,...a)}finally{if(--f.cnt===Z){b.__wbindgen_export_2.get(f.dtor)(c,f.b)}else{f.a=c}}};g.original=f;return g});var l=((a,b)=>{a=a>>>Z;return i.decode(k().subarray(a,a+ b))});var x=((a,c,d)=>{b.wasm_bindgen__convert__closures__invoke1_mut__h0047936ee671ed35(a,c,h(d))});const a=typeof AudioContext!==S?AudioContext:(typeof webkitAudioContext!==S?webkitAudioContext:T);let b;const c=new U(128).fill(T);c.push(T,V,!0,!1);let e=c.length;const i=typeof TextDecoder!==S?new TextDecoder(X,{ignoreBOM:!0,fatal:!0}):{decode:()=>{throw Y(`TextDecoder not available`)}};if(typeof TextDecoder!==S){i.decode()};let j=V;let n=V;let p=V;let r=Z;const s=typeof TextEncoder!==S?new TextEncoder(X):{encode:()=>{throw Y(`TextEncoder not available`)}};const t=typeof s.encodeInto===a0?((a,b)=>s.encodeInto(a,b)):((a,b)=>{const c=s.encode(a);b.set(c);return {read:a.length,written:c.length}});let G=V;let J=V;export default R;export{Q as initSync} \ No newline at end of file diff --git a/docs/pollywog-ebf886a4064a1b12_bg.wasm b/docs/pollywog-ebf886a4064a1b12_bg.wasm new file mode 100644 index 0000000..4485d45 Binary files /dev/null and b/docs/pollywog-ebf886a4064a1b12_bg.wasm differ