mirror of
https://github.com/OpenListTeam/OpenList-Frontend.git
synced 2026-03-13 11:20:24 +00:00
4966 lines
169 KiB
JavaScript
4966 lines
169 KiB
JavaScript
"use strict"
|
|
;(self.webpackChunkruffle_selfhosted =
|
|
self.webpackChunkruffle_selfhosted || []).push([
|
|
[655],
|
|
{
|
|
655: (e, n, t) => {
|
|
t.r(n),
|
|
t.d(n, {
|
|
IntoUnderlyingByteSource: () => Ie,
|
|
IntoUnderlyingSink: () => De,
|
|
IntoUnderlyingSource: () => Te,
|
|
RuffleHandle: () => Re,
|
|
RuffleInstanceBuilder: () => Fe,
|
|
ZipWriter: () => Me,
|
|
default: () => Ve,
|
|
global_init: () => E,
|
|
initSync: () => Oe,
|
|
})
|
|
var _ = t(693)
|
|
const r =
|
|
"undefined" != typeof AudioContext
|
|
? AudioContext
|
|
: "undefined" != typeof webkitAudioContext
|
|
? webkitAudioContext
|
|
: void 0
|
|
let b
|
|
const c =
|
|
"undefined" != typeof TextDecoder
|
|
? new TextDecoder("utf-8", { ignoreBOM: !0, fatal: !0 })
|
|
: {
|
|
decode: () => {
|
|
throw Error("TextDecoder not available")
|
|
},
|
|
}
|
|
"undefined" != typeof TextDecoder && c.decode()
|
|
let f = null
|
|
function a() {
|
|
return (
|
|
(null !== f && 0 !== f.byteLength) ||
|
|
(f = new Uint8Array(b.memory.buffer)),
|
|
f
|
|
)
|
|
}
|
|
function o(e, n) {
|
|
return (e >>>= 0), c.decode(a().subarray(e, e + n))
|
|
}
|
|
function i(e) {
|
|
const n = b.__externref_table_alloc()
|
|
return b.__wbindgen_export_2.set(n, e), n
|
|
}
|
|
function u(e, n) {
|
|
try {
|
|
return e.apply(this, n)
|
|
} catch (e) {
|
|
const n = i(e)
|
|
b.__wbindgen_exn_store(n)
|
|
}
|
|
}
|
|
let g = 0
|
|
const w =
|
|
"undefined" != typeof TextEncoder
|
|
? new TextEncoder("utf-8")
|
|
: {
|
|
encode: () => {
|
|
throw Error("TextEncoder not available")
|
|
},
|
|
},
|
|
d =
|
|
"function" == typeof w.encodeInto
|
|
? function (e, n) {
|
|
return w.encodeInto(e, n)
|
|
}
|
|
: function (e, n) {
|
|
const t = w.encode(e)
|
|
return n.set(t), { read: e.length, written: t.length }
|
|
}
|
|
function s(e, n, t) {
|
|
if (void 0 === t) {
|
|
const t = w.encode(e),
|
|
_ = n(t.length, 1) >>> 0
|
|
return (
|
|
a()
|
|
.subarray(_, _ + t.length)
|
|
.set(t),
|
|
(g = t.length),
|
|
_
|
|
)
|
|
}
|
|
let _ = e.length,
|
|
r = n(_, 1) >>> 0
|
|
const b = a()
|
|
let c = 0
|
|
for (; c < _; c++) {
|
|
const n = e.charCodeAt(c)
|
|
if (n > 127) break
|
|
b[r + c] = n
|
|
}
|
|
if (c !== _) {
|
|
0 !== c && (e = e.slice(c)),
|
|
(r = t(r, _, (_ = c + 3 * e.length), 1) >>> 0)
|
|
const n = a().subarray(r + c, r + _)
|
|
;(c += d(e, n).written), (r = t(r, _, c, 1) >>> 0)
|
|
}
|
|
return (g = c), r
|
|
}
|
|
function l(e) {
|
|
return null == e
|
|
}
|
|
let m = null
|
|
function p() {
|
|
return (
|
|
(null === m ||
|
|
!0 === m.buffer.detached ||
|
|
(void 0 === m.buffer.detached && m.buffer !== b.memory.buffer)) &&
|
|
(m = new DataView(b.memory.buffer)),
|
|
m
|
|
)
|
|
}
|
|
function h(e, n) {
|
|
return (e >>>= 0), a().subarray(e / 1, e / 1 + n)
|
|
}
|
|
let y = null
|
|
function x(e, n) {
|
|
return (
|
|
(e >>>= 0),
|
|
((null !== y && 0 !== y.byteLength) ||
|
|
(y = new Float32Array(b.memory.buffer)),
|
|
y).subarray(e / 4, e / 4 + n)
|
|
)
|
|
}
|
|
let S = null
|
|
function v(e, n) {
|
|
return (
|
|
(e >>>= 0),
|
|
((null !== S && 0 !== S.byteLength) ||
|
|
(S = new Int32Array(b.memory.buffer)),
|
|
S).subarray(e / 4, e / 4 + n)
|
|
)
|
|
}
|
|
let I = null
|
|
function A(e, n) {
|
|
return (
|
|
(e >>>= 0),
|
|
((null !== I && 0 !== I.byteLength) ||
|
|
(I = new Uint32Array(b.memory.buffer)),
|
|
I).subarray(e / 4, e / 4 + n)
|
|
)
|
|
}
|
|
let D = null
|
|
function B(e, n) {
|
|
return (
|
|
(e >>>= 0),
|
|
((null !== D && 0 !== D.byteLength) ||
|
|
(D = new Float64Array(b.memory.buffer)),
|
|
D).subarray(e / 8, e / 8 + n)
|
|
)
|
|
}
|
|
let T = null
|
|
function P(e, n) {
|
|
return (
|
|
(e >>>= 0),
|
|
((null !== T && 0 !== T.byteLength) ||
|
|
(T = new Uint8ClampedArray(b.memory.buffer)),
|
|
T).subarray(e / 1, e / 1 + n)
|
|
)
|
|
}
|
|
const R =
|
|
"undefined" == typeof FinalizationRegistry
|
|
? { register: () => {}, unregister: () => {} }
|
|
: new FinalizationRegistry((e) => {
|
|
b.__wbindgen_export_7.get(e.dtor)(e.a, e.b)
|
|
})
|
|
function C(e, n, t, _) {
|
|
const r = { a: e, b: n, cnt: 1, dtor: t },
|
|
c = (...e) => {
|
|
r.cnt++
|
|
const n = r.a
|
|
r.a = 0
|
|
try {
|
|
return _(n, r.b, ...e)
|
|
} finally {
|
|
0 == --r.cnt
|
|
? (b.__wbindgen_export_7.get(r.dtor)(n, r.b), R.unregister(r))
|
|
: (r.a = n)
|
|
}
|
|
}
|
|
return (c.original = r), R.register(c, r, r), c
|
|
}
|
|
function F(e, n, t, _) {
|
|
const r = { a: e, b: n, cnt: 1, dtor: t },
|
|
c = (...e) => {
|
|
r.cnt++
|
|
try {
|
|
return _(r.a, r.b, ...e)
|
|
} finally {
|
|
0 == --r.cnt &&
|
|
(b.__wbindgen_export_7.get(r.dtor)(r.a, r.b),
|
|
(r.a = 0),
|
|
R.unregister(r))
|
|
}
|
|
}
|
|
return (c.original = r), R.register(c, r, r), c
|
|
}
|
|
function k(e) {
|
|
const n = typeof e
|
|
if ("number" == n || "boolean" == n || null == e) return `${e}`
|
|
if ("string" == n) return `"${e}"`
|
|
if ("symbol" == n) {
|
|
const n = e.description
|
|
return null == n ? "Symbol" : `Symbol(${n})`
|
|
}
|
|
if ("function" == n) {
|
|
const n = e.name
|
|
return "string" == typeof n && n.length > 0
|
|
? `Function(${n})`
|
|
: "Function"
|
|
}
|
|
if (Array.isArray(e)) {
|
|
const n = e.length
|
|
let t = "["
|
|
n > 0 && (t += k(e[0]))
|
|
for (let _ = 1; _ < n; _++) t += ", " + k(e[_])
|
|
return (t += "]"), t
|
|
}
|
|
const t = /\[object ([^\]]+)\]/.exec(toString.call(e))
|
|
let _
|
|
if (!(t && t.length > 1)) return toString.call(e)
|
|
if (((_ = t[1]), "Object" == _))
|
|
try {
|
|
return "Object(" + JSON.stringify(e) + ")"
|
|
} catch (e) {
|
|
return "Object"
|
|
}
|
|
return e instanceof Error ? `${e.name}: ${e.message}\n${e.stack}` : _
|
|
}
|
|
function M(e) {
|
|
const n = b.__wbindgen_export_2.get(e)
|
|
return b.__externref_table_dealloc(e), n
|
|
}
|
|
function L(e, n) {
|
|
const t = n(4 * e.length, 4) >>> 0
|
|
for (let n = 0; n < e.length; n++) {
|
|
const _ = i(e[n])
|
|
p().setUint32(t + 4 * n, _, !0)
|
|
}
|
|
return (g = e.length), t
|
|
}
|
|
function E() {
|
|
b.global_init()
|
|
}
|
|
function O(e, n) {
|
|
const t = n(1 * e.length, 1) >>> 0
|
|
return a().set(e, t / 1), (g = e.length), t
|
|
}
|
|
function W(e, n, t) {
|
|
b.closure88_externref_shim(e, n, t)
|
|
}
|
|
function V(e, n, t) {
|
|
b._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h4552777663b8f550(
|
|
e,
|
|
n,
|
|
t,
|
|
)
|
|
}
|
|
function z(e, n) {
|
|
b._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__haf224bc6f72dab5e(
|
|
e,
|
|
n,
|
|
)
|
|
}
|
|
function U(e, n) {
|
|
b._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h636dc8f1f1558e3b(
|
|
e,
|
|
n,
|
|
)
|
|
}
|
|
function q(e, n, t) {
|
|
b.closure1514_externref_shim(e, n, t)
|
|
}
|
|
function G(e, n, t) {
|
|
b.closure1537_externref_shim(e, n, t)
|
|
}
|
|
function H(e, n, t) {
|
|
b.closure6939_externref_shim(e, n, t)
|
|
}
|
|
const j = ["blob", "arraybuffer"],
|
|
N = ["nonzero", "evenodd"],
|
|
K = ["unconfigured", "configured", "closed"],
|
|
Q = ["key", "delta"],
|
|
X = ["clamp-to-edge", "repeat", "mirror-repeat"],
|
|
$ = [
|
|
"zero",
|
|
"one",
|
|
"src",
|
|
"one-minus-src",
|
|
"src-alpha",
|
|
"one-minus-src-alpha",
|
|
"dst",
|
|
"one-minus-dst",
|
|
"dst-alpha",
|
|
"one-minus-dst-alpha",
|
|
"src-alpha-saturated",
|
|
"constant",
|
|
"one-minus-constant",
|
|
"src1",
|
|
"one-minus-src1",
|
|
"src1-alpha",
|
|
"one-minus-src1-alpha",
|
|
],
|
|
Y = ["add", "subtract", "reverse-subtract", "min", "max"],
|
|
J = ["uniform", "storage", "read-only-storage"],
|
|
Z = ["opaque", "premultiplied"],
|
|
ee = [
|
|
"never",
|
|
"less",
|
|
"equal",
|
|
"less-equal",
|
|
"greater",
|
|
"not-equal",
|
|
"greater-equal",
|
|
"always",
|
|
],
|
|
ne = ["none", "front", "back"],
|
|
te = ["nearest", "linear"],
|
|
_e = ["ccw", "cw"],
|
|
re = ["uint16", "uint32"],
|
|
be = ["load", "clear"],
|
|
ce = ["nearest", "linear"],
|
|
fe = ["low-power", "high-performance"],
|
|
ae = [
|
|
"point-list",
|
|
"line-list",
|
|
"line-strip",
|
|
"triangle-list",
|
|
"triangle-strip",
|
|
],
|
|
oe = ["filtering", "non-filtering", "comparison"],
|
|
ie = [
|
|
"keep",
|
|
"zero",
|
|
"replace",
|
|
"invert",
|
|
"increment-clamp",
|
|
"decrement-clamp",
|
|
"increment-wrap",
|
|
"decrement-wrap",
|
|
],
|
|
ue = ["write-only", "read-only", "read-write"],
|
|
ge = ["store", "discard"],
|
|
we = ["all", "stencil-only", "depth-only"],
|
|
de = ["1d", "2d", "3d"],
|
|
se = [
|
|
"r8unorm",
|
|
"r8snorm",
|
|
"r8uint",
|
|
"r8sint",
|
|
"r16uint",
|
|
"r16sint",
|
|
"r16float",
|
|
"rg8unorm",
|
|
"rg8snorm",
|
|
"rg8uint",
|
|
"rg8sint",
|
|
"r32uint",
|
|
"r32sint",
|
|
"r32float",
|
|
"rg16uint",
|
|
"rg16sint",
|
|
"rg16float",
|
|
"rgba8unorm",
|
|
"rgba8unorm-srgb",
|
|
"rgba8snorm",
|
|
"rgba8uint",
|
|
"rgba8sint",
|
|
"bgra8unorm",
|
|
"bgra8unorm-srgb",
|
|
"rgb9e5ufloat",
|
|
"rgb10a2uint",
|
|
"rgb10a2unorm",
|
|
"rg11b10ufloat",
|
|
"rg32uint",
|
|
"rg32sint",
|
|
"rg32float",
|
|
"rgba16uint",
|
|
"rgba16sint",
|
|
"rgba16float",
|
|
"rgba32uint",
|
|
"rgba32sint",
|
|
"rgba32float",
|
|
"stencil8",
|
|
"depth16unorm",
|
|
"depth24plus",
|
|
"depth24plus-stencil8",
|
|
"depth32float",
|
|
"depth32float-stencil8",
|
|
"bc1-rgba-unorm",
|
|
"bc1-rgba-unorm-srgb",
|
|
"bc2-rgba-unorm",
|
|
"bc2-rgba-unorm-srgb",
|
|
"bc3-rgba-unorm",
|
|
"bc3-rgba-unorm-srgb",
|
|
"bc4-r-unorm",
|
|
"bc4-r-snorm",
|
|
"bc5-rg-unorm",
|
|
"bc5-rg-snorm",
|
|
"bc6h-rgb-ufloat",
|
|
"bc6h-rgb-float",
|
|
"bc7-rgba-unorm",
|
|
"bc7-rgba-unorm-srgb",
|
|
"etc2-rgb8unorm",
|
|
"etc2-rgb8unorm-srgb",
|
|
"etc2-rgb8a1unorm",
|
|
"etc2-rgb8a1unorm-srgb",
|
|
"etc2-rgba8unorm",
|
|
"etc2-rgba8unorm-srgb",
|
|
"eac-r11unorm",
|
|
"eac-r11snorm",
|
|
"eac-rg11unorm",
|
|
"eac-rg11snorm",
|
|
"astc-4x4-unorm",
|
|
"astc-4x4-unorm-srgb",
|
|
"astc-5x4-unorm",
|
|
"astc-5x4-unorm-srgb",
|
|
"astc-5x5-unorm",
|
|
"astc-5x5-unorm-srgb",
|
|
"astc-6x5-unorm",
|
|
"astc-6x5-unorm-srgb",
|
|
"astc-6x6-unorm",
|
|
"astc-6x6-unorm-srgb",
|
|
"astc-8x5-unorm",
|
|
"astc-8x5-unorm-srgb",
|
|
"astc-8x6-unorm",
|
|
"astc-8x6-unorm-srgb",
|
|
"astc-8x8-unorm",
|
|
"astc-8x8-unorm-srgb",
|
|
"astc-10x5-unorm",
|
|
"astc-10x5-unorm-srgb",
|
|
"astc-10x6-unorm",
|
|
"astc-10x6-unorm-srgb",
|
|
"astc-10x8-unorm",
|
|
"astc-10x8-unorm-srgb",
|
|
"astc-10x10-unorm",
|
|
"astc-10x10-unorm-srgb",
|
|
"astc-12x10-unorm",
|
|
"astc-12x10-unorm-srgb",
|
|
"astc-12x12-unorm",
|
|
"astc-12x12-unorm-srgb",
|
|
],
|
|
le = ["float", "unfilterable-float", "depth", "sint", "uint"],
|
|
me = ["1d", "2d", "2d-array", "cube", "cube-array", "3d"],
|
|
pe = [
|
|
"uint8",
|
|
"uint8x2",
|
|
"uint8x4",
|
|
"sint8",
|
|
"sint8x2",
|
|
"sint8x4",
|
|
"unorm8",
|
|
"unorm8x2",
|
|
"unorm8x4",
|
|
"snorm8",
|
|
"snorm8x2",
|
|
"snorm8x4",
|
|
"uint16",
|
|
"uint16x2",
|
|
"uint16x4",
|
|
"sint16",
|
|
"sint16x2",
|
|
"sint16x4",
|
|
"unorm16",
|
|
"unorm16x2",
|
|
"unorm16x4",
|
|
"snorm16",
|
|
"snorm16x2",
|
|
"snorm16x4",
|
|
"float16",
|
|
"float16x2",
|
|
"float16x4",
|
|
"float32",
|
|
"float32x2",
|
|
"float32x3",
|
|
"float32x4",
|
|
"uint32",
|
|
"uint32x2",
|
|
"uint32x3",
|
|
"uint32x4",
|
|
"sint32",
|
|
"sint32x2",
|
|
"sint32x3",
|
|
"sint32x4",
|
|
"unorm10-10-10-2",
|
|
"unorm8x4-bgra",
|
|
],
|
|
he = ["vertex", "instance"],
|
|
ye = ["bytes"],
|
|
xe = ["omit", "same-origin", "include"],
|
|
Se = [
|
|
"I420",
|
|
"I420A",
|
|
"I422",
|
|
"I444",
|
|
"NV12",
|
|
"RGBA",
|
|
"RGBX",
|
|
"BGRA",
|
|
"BGRX",
|
|
],
|
|
ve =
|
|
"undefined" == typeof FinalizationRegistry
|
|
? { register: () => {}, unregister: () => {} }
|
|
: new FinalizationRegistry((e) =>
|
|
b.__wbg_intounderlyingbytesource_free(e >>> 0, 1),
|
|
)
|
|
class Ie {
|
|
__destroy_into_raw() {
|
|
const e = this.__wbg_ptr
|
|
return (this.__wbg_ptr = 0), ve.unregister(this), e
|
|
}
|
|
free() {
|
|
const e = this.__destroy_into_raw()
|
|
b.__wbg_intounderlyingbytesource_free(e, 0)
|
|
}
|
|
get type() {
|
|
const e = b.intounderlyingbytesource_type(this.__wbg_ptr)
|
|
return ye[e]
|
|
}
|
|
get autoAllocateChunkSize() {
|
|
return (
|
|
b.intounderlyingbytesource_autoAllocateChunkSize(this.__wbg_ptr) >>>
|
|
0
|
|
)
|
|
}
|
|
start(e) {
|
|
b.intounderlyingbytesource_start(this.__wbg_ptr, e)
|
|
}
|
|
pull(e) {
|
|
return b.intounderlyingbytesource_pull(this.__wbg_ptr, e)
|
|
}
|
|
cancel() {
|
|
const e = this.__destroy_into_raw()
|
|
b.intounderlyingbytesource_cancel(e)
|
|
}
|
|
}
|
|
const Ae =
|
|
"undefined" == typeof FinalizationRegistry
|
|
? { register: () => {}, unregister: () => {} }
|
|
: new FinalizationRegistry((e) =>
|
|
b.__wbg_intounderlyingsink_free(e >>> 0, 1),
|
|
)
|
|
class De {
|
|
__destroy_into_raw() {
|
|
const e = this.__wbg_ptr
|
|
return (this.__wbg_ptr = 0), Ae.unregister(this), e
|
|
}
|
|
free() {
|
|
const e = this.__destroy_into_raw()
|
|
b.__wbg_intounderlyingsink_free(e, 0)
|
|
}
|
|
write(e) {
|
|
return b.intounderlyingsink_write(this.__wbg_ptr, e)
|
|
}
|
|
close() {
|
|
const e = this.__destroy_into_raw()
|
|
return b.intounderlyingsink_close(e)
|
|
}
|
|
abort(e) {
|
|
const n = this.__destroy_into_raw()
|
|
return b.intounderlyingsink_abort(n, e)
|
|
}
|
|
}
|
|
const Be =
|
|
"undefined" == typeof FinalizationRegistry
|
|
? { register: () => {}, unregister: () => {} }
|
|
: new FinalizationRegistry((e) =>
|
|
b.__wbg_intounderlyingsource_free(e >>> 0, 1),
|
|
)
|
|
class Te {
|
|
__destroy_into_raw() {
|
|
const e = this.__wbg_ptr
|
|
return (this.__wbg_ptr = 0), Be.unregister(this), e
|
|
}
|
|
free() {
|
|
const e = this.__destroy_into_raw()
|
|
b.__wbg_intounderlyingsource_free(e, 0)
|
|
}
|
|
pull(e) {
|
|
return b.intounderlyingsource_pull(this.__wbg_ptr, e)
|
|
}
|
|
cancel() {
|
|
const e = this.__destroy_into_raw()
|
|
b.intounderlyingsource_cancel(e)
|
|
}
|
|
}
|
|
const Pe =
|
|
"undefined" == typeof FinalizationRegistry
|
|
? { register: () => {}, unregister: () => {} }
|
|
: new FinalizationRegistry((e) =>
|
|
b.__wbg_rufflehandle_free(e >>> 0, 1),
|
|
)
|
|
class Re {
|
|
static __wrap(e) {
|
|
e >>>= 0
|
|
const n = Object.create(Re.prototype)
|
|
return (n.__wbg_ptr = e), Pe.register(n, n.__wbg_ptr, n), n
|
|
}
|
|
__destroy_into_raw() {
|
|
const e = this.__wbg_ptr
|
|
return (this.__wbg_ptr = 0), Pe.unregister(this), e
|
|
}
|
|
free() {
|
|
const e = this.__destroy_into_raw()
|
|
b.__wbg_rufflehandle_free(e, 0)
|
|
}
|
|
stream_from(e, n) {
|
|
const t = s(e, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
_ = g,
|
|
r = b.rufflehandle_stream_from(this.__wbg_ptr, t, _, n)
|
|
if (r[1]) throw M(r[0])
|
|
}
|
|
load_data(e, n, t) {
|
|
const _ = s(t, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
r = g,
|
|
c = b.rufflehandle_load_data(this.__wbg_ptr, e, n, _, r)
|
|
if (c[1]) throw M(c[0])
|
|
}
|
|
play() {
|
|
b.rufflehandle_play(this.__wbg_ptr)
|
|
}
|
|
pause() {
|
|
b.rufflehandle_pause(this.__wbg_ptr)
|
|
}
|
|
is_playing() {
|
|
return 0 !== b.rufflehandle_is_playing(this.__wbg_ptr)
|
|
}
|
|
has_focus() {
|
|
return 0 !== b.rufflehandle_has_focus(this.__wbg_ptr)
|
|
}
|
|
volume() {
|
|
return b.rufflehandle_volume(this.__wbg_ptr)
|
|
}
|
|
set_volume(e) {
|
|
b.rufflehandle_set_volume(this.__wbg_ptr, e)
|
|
}
|
|
renderer_debug_info() {
|
|
return b.rufflehandle_renderer_debug_info(this.__wbg_ptr)
|
|
}
|
|
renderer_name() {
|
|
return b.rufflehandle_renderer_name(this.__wbg_ptr)
|
|
}
|
|
prepare_context_menu() {
|
|
return b.rufflehandle_prepare_context_menu(this.__wbg_ptr)
|
|
}
|
|
run_context_menu_callback(e) {
|
|
return b.rufflehandle_run_context_menu_callback(this.__wbg_ptr, e)
|
|
}
|
|
set_fullscreen(e) {
|
|
b.rufflehandle_set_fullscreen(this.__wbg_ptr, e)
|
|
}
|
|
clear_custom_menu_items() {
|
|
b.rufflehandle_clear_custom_menu_items(this.__wbg_ptr)
|
|
}
|
|
destroy() {
|
|
b.rufflehandle_destroy(this.__wbg_ptr)
|
|
}
|
|
call_exposed_callback(e, n) {
|
|
const t = s(e, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
_ = g,
|
|
r = L(n, b.__wbindgen_malloc),
|
|
c = g
|
|
return b.rufflehandle_call_exposed_callback(
|
|
this.__wbg_ptr,
|
|
t,
|
|
_,
|
|
r,
|
|
c,
|
|
)
|
|
}
|
|
set_trace_observer(e) {
|
|
b.rufflehandle_set_trace_observer(this.__wbg_ptr, e)
|
|
}
|
|
audio_context() {
|
|
return b.rufflehandle_audio_context(this.__wbg_ptr)
|
|
}
|
|
static is_wasm_simd_used() {
|
|
return 0 !== b.rufflehandle_is_wasm_simd_used()
|
|
}
|
|
}
|
|
const Ce =
|
|
"undefined" == typeof FinalizationRegistry
|
|
? { register: () => {}, unregister: () => {} }
|
|
: new FinalizationRegistry((e) =>
|
|
b.__wbg_ruffleinstancebuilder_free(e >>> 0, 1),
|
|
)
|
|
class Fe {
|
|
toJSON() {
|
|
return {}
|
|
}
|
|
toString() {
|
|
return JSON.stringify(this)
|
|
}
|
|
__destroy_into_raw() {
|
|
const e = this.__wbg_ptr
|
|
return (this.__wbg_ptr = 0), Ce.unregister(this), e
|
|
}
|
|
free() {
|
|
const e = this.__destroy_into_raw()
|
|
b.__wbg_ruffleinstancebuilder_free(e, 0)
|
|
}
|
|
constructor() {
|
|
const e = b.ruffleinstancebuilder_new()
|
|
return (
|
|
(this.__wbg_ptr = e >>> 0),
|
|
Ce.register(this, this.__wbg_ptr, this),
|
|
this
|
|
)
|
|
}
|
|
setAllowScriptAccess(e) {
|
|
b.ruffleinstancebuilder_setAllowScriptAccess(this.__wbg_ptr, e)
|
|
}
|
|
setBackgroundColor(e) {
|
|
b.ruffleinstancebuilder_setBackgroundColor(
|
|
this.__wbg_ptr,
|
|
l(e) ? 4294967297 : e >>> 0,
|
|
)
|
|
}
|
|
setUpgradeToHttps(e) {
|
|
b.ruffleinstancebuilder_setUpgradeToHttps(this.__wbg_ptr, e)
|
|
}
|
|
setCompatibilityRules(e) {
|
|
b.ruffleinstancebuilder_setCompatibilityRules(this.__wbg_ptr, e)
|
|
}
|
|
setLetterbox(e) {
|
|
const n = s(e, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
t = g
|
|
b.ruffleinstancebuilder_setLetterbox(this.__wbg_ptr, n, t)
|
|
}
|
|
setBaseUrl(e) {
|
|
var n = l(e) ? 0 : s(e, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
t = g
|
|
b.ruffleinstancebuilder_setBaseUrl(this.__wbg_ptr, n, t)
|
|
}
|
|
setShowMenu(e) {
|
|
b.ruffleinstancebuilder_setShowMenu(this.__wbg_ptr, e)
|
|
}
|
|
setAllowFullscreen(e) {
|
|
b.ruffleinstancebuilder_setAllowFullscreen(this.__wbg_ptr, e)
|
|
}
|
|
setStageAlign(e) {
|
|
const n = s(e, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
t = g
|
|
b.ruffleinstancebuilder_setStageAlign(this.__wbg_ptr, n, t)
|
|
}
|
|
setForceAlign(e) {
|
|
b.ruffleinstancebuilder_setForceAlign(this.__wbg_ptr, e)
|
|
}
|
|
setQuality(e) {
|
|
const n = s(e, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
t = g
|
|
b.ruffleinstancebuilder_setQuality(this.__wbg_ptr, n, t)
|
|
}
|
|
setScale(e) {
|
|
const n = s(e, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
t = g
|
|
b.ruffleinstancebuilder_setScale(this.__wbg_ptr, n, t)
|
|
}
|
|
setForceScale(e) {
|
|
b.ruffleinstancebuilder_setForceScale(this.__wbg_ptr, e)
|
|
}
|
|
setFrameRate(e) {
|
|
b.ruffleinstancebuilder_setFrameRate(
|
|
this.__wbg_ptr,
|
|
!l(e),
|
|
l(e) ? 0 : e,
|
|
)
|
|
}
|
|
setWmode(e) {
|
|
var n = l(e) ? 0 : s(e, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
t = g
|
|
b.ruffleinstancebuilder_setWmode(this.__wbg_ptr, n, t)
|
|
}
|
|
setLogLevel(e) {
|
|
const n = s(e, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
t = g
|
|
b.ruffleinstancebuilder_setLogLevel(this.__wbg_ptr, n, t)
|
|
}
|
|
setMaxExecutionDuration(e) {
|
|
b.ruffleinstancebuilder_setMaxExecutionDuration(this.__wbg_ptr, e)
|
|
}
|
|
setPlayerVersion(e) {
|
|
b.ruffleinstancebuilder_setPlayerVersion(
|
|
this.__wbg_ptr,
|
|
l(e) ? 16777215 : e,
|
|
)
|
|
}
|
|
setPreferredRenderer(e) {
|
|
var n = l(e) ? 0 : s(e, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
t = g
|
|
b.ruffleinstancebuilder_setPreferredRenderer(this.__wbg_ptr, n, t)
|
|
}
|
|
setOpenUrlMode(e) {
|
|
const n = s(e, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
t = g
|
|
b.ruffleinstancebuilder_setOpenUrlMode(this.__wbg_ptr, n, t)
|
|
}
|
|
setAllowNetworking(e) {
|
|
const n = s(e, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
t = g
|
|
b.ruffleinstancebuilder_setAllowNetworking(this.__wbg_ptr, n, t)
|
|
}
|
|
addSocketProxy(e, n, t) {
|
|
const _ = s(e, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
r = g,
|
|
c = s(t, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
f = g
|
|
b.ruffleinstancebuilder_addSocketProxy(this.__wbg_ptr, _, r, n, c, f)
|
|
}
|
|
setCredentialAllowList(e) {
|
|
const n = L(e, b.__wbindgen_malloc),
|
|
t = g
|
|
b.ruffleinstancebuilder_setCredentialAllowList(this.__wbg_ptr, n, t)
|
|
}
|
|
setPlayerRuntime(e) {
|
|
const n = s(e, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
t = g
|
|
b.ruffleinstancebuilder_setPlayerRuntime(this.__wbg_ptr, n, t)
|
|
}
|
|
setVolume(e) {
|
|
b.ruffleinstancebuilder_setVolume(this.__wbg_ptr, e)
|
|
}
|
|
addFont(e, n) {
|
|
const t = s(e, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
_ = g,
|
|
r = O(n, b.__wbindgen_malloc),
|
|
c = g
|
|
b.ruffleinstancebuilder_addFont(this.__wbg_ptr, t, _, r, c)
|
|
}
|
|
setDefaultFont(e, n) {
|
|
const t = s(e, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
_ = g,
|
|
r = L(n, b.__wbindgen_malloc),
|
|
c = g
|
|
b.ruffleinstancebuilder_setDefaultFont(this.__wbg_ptr, t, _, r, c)
|
|
}
|
|
addGamepadButtonMapping(e, n) {
|
|
const t = s(e, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
_ = g
|
|
b.ruffleinstancebuilder_addGamepadButtonMapping(
|
|
this.__wbg_ptr,
|
|
t,
|
|
_,
|
|
n,
|
|
)
|
|
}
|
|
addUrlRewriteRule(e, n) {
|
|
const t = s(n, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
_ = g
|
|
b.ruffleinstancebuilder_addUrlRewriteRule(this.__wbg_ptr, e, t, _)
|
|
}
|
|
setScrollingBehavior(e) {
|
|
const n = s(e, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
t = g
|
|
b.ruffleinstancebuilder_setScrollingBehavior(this.__wbg_ptr, n, t)
|
|
}
|
|
build(e, n) {
|
|
return b.ruffleinstancebuilder_build(this.__wbg_ptr, e, n)
|
|
}
|
|
}
|
|
const ke =
|
|
"undefined" == typeof FinalizationRegistry
|
|
? { register: () => {}, unregister: () => {} }
|
|
: new FinalizationRegistry((e) => b.__wbg_zipwriter_free(e >>> 0, 1))
|
|
class Me {
|
|
__destroy_into_raw() {
|
|
const e = this.__wbg_ptr
|
|
return (this.__wbg_ptr = 0), ke.unregister(this), e
|
|
}
|
|
free() {
|
|
const e = this.__destroy_into_raw()
|
|
b.__wbg_zipwriter_free(e, 0)
|
|
}
|
|
constructor() {
|
|
const e = b.zipwriter_new()
|
|
return (
|
|
(this.__wbg_ptr = e >>> 0),
|
|
ke.register(this, this.__wbg_ptr, this),
|
|
this
|
|
)
|
|
}
|
|
addFile(e, n) {
|
|
const t = s(e, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
_ = g,
|
|
r = O(n, b.__wbindgen_malloc),
|
|
c = g
|
|
b.zipwriter_addFile(this.__wbg_ptr, t, _, r, c)
|
|
}
|
|
save() {
|
|
const e = b.zipwriter_save(this.__wbg_ptr)
|
|
if (e[3]) throw M(e[2])
|
|
var n = h(e[0], e[1]).slice()
|
|
return b.__wbindgen_free(e[0], 1 * e[1], 1), n
|
|
}
|
|
}
|
|
function Le() {
|
|
const e = { wbg: {} }
|
|
return (
|
|
(e.wbg.__wbg_Window_9e7ea8667e28eb00 = function (e) {
|
|
return e.Window
|
|
}),
|
|
(e.wbg.__wbg_WorkerGlobalScope_0169ffb9adb5f5ef = function (e) {
|
|
return e.WorkerGlobalScope
|
|
}),
|
|
(e.wbg.__wbg_a_7d6ba6fc2be39772 = function (e) {
|
|
return e.a
|
|
}),
|
|
(e.wbg.__wbg_activeTexture_0f19d8acfa0a14c2 = function (e, n) {
|
|
e.activeTexture(n >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_activeTexture_460f2e367e813fb0 = function (e, n) {
|
|
e.activeTexture(n >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_addColorStop_165045339ad89f05 = function () {
|
|
return u(function (e, n, t, _) {
|
|
e.addColorStop(n, o(t, _))
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_addEventListener_84ae3eac6e15480a = function () {
|
|
return u(function (e, n, t, _, r) {
|
|
e.addEventListener(o(n, t), _, r)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_addEventListener_90e553fdce254421 = function () {
|
|
return u(function (e, n, t, _) {
|
|
e.addEventListener(o(n, t), _)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_addPath_f4ed865891808eb5 = function (e, n, t) {
|
|
e.addPath(n, t)
|
|
}),
|
|
(e.wbg.__wbg_appendChild_8204974b7328bf98 = function () {
|
|
return u(function (e, n) {
|
|
return e.appendChild(n)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_arrayBuffer_d1b44c4390db422f = function () {
|
|
return u(function (e) {
|
|
return e.arrayBuffer()
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_assign_276730d240c7d534 = function () {
|
|
return u(function (e, n, t) {
|
|
e.assign(o(n, t))
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_attachShader_3d4eb6af9e3e7bd1 = function (e, n, t) {
|
|
e.attachShader(n, t)
|
|
}),
|
|
(e.wbg.__wbg_attachShader_94e758c8b5283eb2 = function (e, n, t) {
|
|
e.attachShader(n, t)
|
|
}),
|
|
(e.wbg.__wbg_b_558b204365f1ff0d = function (e) {
|
|
return e.b
|
|
}),
|
|
(e.wbg.__wbg_baseURI_240b3b82ba685e7c = function () {
|
|
return u(function (e, n) {
|
|
const t = n.baseURI
|
|
var _ = l(t)
|
|
? 0
|
|
: s(t, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
r = g
|
|
p().setInt32(e + 4, r, !0), p().setInt32(e + 0, _, !0)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_beginQuery_6af0b28414b16c07 = function (e, n, t) {
|
|
e.beginQuery(n >>> 0, t)
|
|
}),
|
|
(e.wbg.__wbg_beginRenderPass_aefd0d9681a1f010 = function () {
|
|
return u(function (e, n) {
|
|
return e.beginRenderPass(n)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_bezierCurveTo_115edcc961cfb1ad = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
b,
|
|
c,
|
|
) {
|
|
e.bezierCurveTo(n, t, _, r, b, c)
|
|
}),
|
|
(e.wbg.__wbg_bindAttribLocation_40da4b3e84cc7bd5 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.bindAttribLocation(n, t >>> 0, o(_, r))
|
|
}),
|
|
(e.wbg.__wbg_bindAttribLocation_ce2730e29976d230 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.bindAttribLocation(n, t >>> 0, o(_, r))
|
|
}),
|
|
(e.wbg.__wbg_bindBufferRange_454f90f2b1781982 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
b,
|
|
) {
|
|
e.bindBufferRange(n >>> 0, t >>> 0, _, r, b)
|
|
}),
|
|
(e.wbg.__wbg_bindBuffer_309c9a6c21826cf5 = function (e, n, t) {
|
|
e.bindBuffer(n >>> 0, t)
|
|
}),
|
|
(e.wbg.__wbg_bindBuffer_f32f587f1c2962a7 = function (e, n, t) {
|
|
e.bindBuffer(n >>> 0, t)
|
|
}),
|
|
(e.wbg.__wbg_bindFramebuffer_bd02c8cc707d670f = function (e, n, t) {
|
|
e.bindFramebuffer(n >>> 0, t)
|
|
}),
|
|
(e.wbg.__wbg_bindFramebuffer_e48e83c0f973944d = function (e, n, t) {
|
|
e.bindFramebuffer(n >>> 0, t)
|
|
}),
|
|
(e.wbg.__wbg_bindRenderbuffer_53eedd88e52b4cb5 = function (e, n, t) {
|
|
e.bindRenderbuffer(n >>> 0, t)
|
|
}),
|
|
(e.wbg.__wbg_bindRenderbuffer_55e205fecfddbb8c = function (e, n, t) {
|
|
e.bindRenderbuffer(n >>> 0, t)
|
|
}),
|
|
(e.wbg.__wbg_bindSampler_9f59cf2eaa22eee0 = function (e, n, t) {
|
|
e.bindSampler(n >>> 0, t)
|
|
}),
|
|
(e.wbg.__wbg_bindTexture_a6e795697f49ebd1 = function (e, n, t) {
|
|
e.bindTexture(n >>> 0, t)
|
|
}),
|
|
(e.wbg.__wbg_bindTexture_bc8eb316247f739d = function (e, n, t) {
|
|
e.bindTexture(n >>> 0, t)
|
|
}),
|
|
(e.wbg.__wbg_bindVertexArrayOES_da8e7059b789629e = function (e, n) {
|
|
e.bindVertexArrayOES(n)
|
|
}),
|
|
(e.wbg.__wbg_bindVertexArray_6b4b88581064b71f = function (e, n) {
|
|
e.bindVertexArray(n)
|
|
}),
|
|
(e.wbg.__wbg_blendColor_15ba1eff44560932 = function (e, n, t, _, r) {
|
|
e.blendColor(n, t, _, r)
|
|
}),
|
|
(e.wbg.__wbg_blendColor_6446fba673f64ff0 = function (e, n, t, _, r) {
|
|
e.blendColor(n, t, _, r)
|
|
}),
|
|
(e.wbg.__wbg_blendEquationSeparate_c1aa26a9a5c5267e = function (
|
|
e,
|
|
n,
|
|
t,
|
|
) {
|
|
e.blendEquationSeparate(n >>> 0, t >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_blendEquationSeparate_f3d422e981d86339 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
) {
|
|
e.blendEquationSeparate(n >>> 0, t >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_blendEquation_c23d111ad6d268ff = function (e, n) {
|
|
e.blendEquation(n >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_blendEquation_cec7bc41f3e5704c = function (e, n) {
|
|
e.blendEquation(n >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_blendFuncSeparate_483be8d4dd635340 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.blendFuncSeparate(n >>> 0, t >>> 0, _ >>> 0, r >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_blendFuncSeparate_dafeabfc1680b2ee = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.blendFuncSeparate(n >>> 0, t >>> 0, _ >>> 0, r >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_blendFunc_9454884a3cfd2911 = function (e, n, t) {
|
|
e.blendFunc(n >>> 0, t >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_blendFunc_c3b74be5a39c665f = function (e, n, t) {
|
|
e.blendFunc(n >>> 0, t >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_blitFramebuffer_7303bdff77cfe967 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
b,
|
|
c,
|
|
f,
|
|
a,
|
|
o,
|
|
i,
|
|
) {
|
|
e.blitFramebuffer(n, t, _, r, b, c, f, a, o >>> 0, i >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_body_0b8fd1fe671660df = function (e) {
|
|
const n = e.body
|
|
return l(n) ? 0 : i(n)
|
|
}),
|
|
(e.wbg.__wbg_body_942ea927546a04ba = function (e) {
|
|
const n = e.body
|
|
return l(n) ? 0 : i(n)
|
|
}),
|
|
(e.wbg.__wbg_bufferData_3261d3e1dd6fc903 = function (e, n, t, _) {
|
|
e.bufferData(n >>> 0, t, _ >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_bufferData_33c59bf909ea6fd3 = function (e, n, t, _) {
|
|
e.bufferData(n >>> 0, t, _ >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_bufferData_463178757784fcac = function (e, n, t, _) {
|
|
e.bufferData(n >>> 0, t, _ >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_bufferData_d99b6b4eb5283f20 = function (e, n, t, _) {
|
|
e.bufferData(n >>> 0, t, _ >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_bufferData_e782cf0ee06c693a = function (e, n, t, _, r) {
|
|
e.bufferData(n >>> 0, h(t, _), r >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_bufferSubData_4e973eefe9236d04 = function (e, n, t, _) {
|
|
e.bufferSubData(n >>> 0, t, _)
|
|
}),
|
|
(e.wbg.__wbg_bufferSubData_dcd4d16031a60345 = function (e, n, t, _) {
|
|
e.bufferSubData(n >>> 0, t, _)
|
|
}),
|
|
(e.wbg.__wbg_buffer_09165b52af8c5237 = function (e) {
|
|
return e.buffer
|
|
}),
|
|
(e.wbg.__wbg_buffer_609cc3eee51ed158 = function (e) {
|
|
return e.buffer
|
|
}),
|
|
(e.wbg.__wbg_button_f75c56aec440ea04 = function (e) {
|
|
return e.button
|
|
}),
|
|
(e.wbg.__wbg_buttons_c4b2b5a0c27f0743 = function (e) {
|
|
return e.buttons
|
|
}),
|
|
(e.wbg.__wbg_byobRequest_77d9adf63337edfb = function (e) {
|
|
const n = e.byobRequest
|
|
return l(n) ? 0 : i(n)
|
|
}),
|
|
(e.wbg.__wbg_byteLength_e674b853d9c77e1d = function (e) {
|
|
return e.byteLength
|
|
}),
|
|
(e.wbg.__wbg_byteOffset_fd862df290ef848d = function (e) {
|
|
return e.byteOffset
|
|
}),
|
|
(e.wbg.__wbg_c_87f51397f3871a8f = function (e) {
|
|
return e.c
|
|
}),
|
|
(e.wbg.__wbg_callExternalInterface_aab2dc76bc699f1a = function () {
|
|
return u(function (e, n, t, r) {
|
|
var c = (function (e, n) {
|
|
e >>>= 0
|
|
const t = p(),
|
|
_ = []
|
|
for (let r = e; r < e + 4 * n; r += 4)
|
|
_.push(b.__wbindgen_export_2.get(t.getUint32(r, !0)))
|
|
return b.__externref_drop_slice(e, n), _
|
|
})(t, r).slice()
|
|
b.__wbindgen_free(t, 4 * r, 4)
|
|
return (0, _.V)(o(e, n), c)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_callFSCommand_56f2863c1a42fe95 = function () {
|
|
return u(function (e, n, t, _, r) {
|
|
return e.callFSCommand(o(n, t), o(_, r))
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_call_672a4d21634d4a24 = function () {
|
|
return u(function (e, n) {
|
|
return e.call(n)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_call_7cccdd69e0791ae2 = function () {
|
|
return u(function (e, n, t) {
|
|
return e.call(n, t)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_cancelAnimationFrame_089b48301c362fde = function () {
|
|
return u(function (e, n) {
|
|
e.cancelAnimationFrame(n)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_clearBufferfv_65ea413f7f2554a2 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.clearBufferfv(n >>> 0, t, x(_, r))
|
|
}),
|
|
(e.wbg.__wbg_clearBufferiv_c003c27b77a0245b = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.clearBufferiv(n >>> 0, t, v(_, r))
|
|
}),
|
|
(e.wbg.__wbg_clearBufferuiv_8c285072f2026a37 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.clearBufferuiv(n >>> 0, t, A(_, r))
|
|
}),
|
|
(e.wbg.__wbg_clearColor_f0fa029dfbcc1982 = function (e, n, t, _, r) {
|
|
e.clearColor(n, t, _, r)
|
|
}),
|
|
(e.wbg.__wbg_clearDepth_17cfee5be8476fae = function (e, n) {
|
|
e.clearDepth(n)
|
|
}),
|
|
(e.wbg.__wbg_clearDepth_670d19914a501259 = function (e, n) {
|
|
e.clearDepth(n)
|
|
}),
|
|
(e.wbg.__wbg_clearRect_8e4ba7ea0e06711a = function (e, n, t, _, r) {
|
|
e.clearRect(n, t, _, r)
|
|
}),
|
|
(e.wbg.__wbg_clearStencil_4323424f1acca0df = function (e, n) {
|
|
e.clearStencil(n)
|
|
}),
|
|
(e.wbg.__wbg_clearStencil_7addd3b330b56b27 = function (e, n) {
|
|
e.clearStencil(n)
|
|
}),
|
|
(e.wbg.__wbg_clear_62b9037b892f6988 = function (e, n) {
|
|
e.clear(n >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_clear_f8d5f3c348d37d95 = function (e, n) {
|
|
e.clear(n >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_click_c52d7bdb3b6dc9c3 = function (e) {
|
|
e.click()
|
|
}),
|
|
(e.wbg.__wbg_clientHeight_216178c194000db4 = function (e) {
|
|
return e.clientHeight
|
|
}),
|
|
(e.wbg.__wbg_clientWaitSync_6930890a42bd44c0 = function (e, n, t, _) {
|
|
return e.clientWaitSync(n, t >>> 0, _ >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_clientWidth_ce67a04dc15fce39 = function (e) {
|
|
return e.clientWidth
|
|
}),
|
|
(e.wbg.__wbg_clip_8580b4b35a2f9c21 = function (e, n, t) {
|
|
e.clip(n, N[t])
|
|
}),
|
|
(e.wbg.__wbg_clipboardData_04bd9c1b0935d7e6 = function (e) {
|
|
const n = e.clipboardData
|
|
return l(n) ? 0 : i(n)
|
|
}),
|
|
(e.wbg.__wbg_clipboard_93f8aa8cc426db44 = function (e) {
|
|
return e.clipboard
|
|
}),
|
|
(e.wbg.__wbg_closePath_7b191d113c863d8f = function (e) {
|
|
e.closePath()
|
|
}),
|
|
(e.wbg.__wbg_closeVirtualKeyboard_2bdc8fcbbcce7320 = function (e) {
|
|
e.closeVirtualKeyboard()
|
|
}),
|
|
(e.wbg.__wbg_close_2893b7d056a0627d = function () {
|
|
return u(function (e) {
|
|
e.close()
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_close_304cc1fef3466669 = function () {
|
|
return u(function (e) {
|
|
e.close()
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_close_3c756df9a6f53aac = function () {
|
|
return u(function (e, n) {
|
|
e.close(n)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_close_5a97ef05b337f8ce = function () {
|
|
return u(function (e) {
|
|
return e.close()
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_close_5ce03e29be453811 = function () {
|
|
return u(function (e) {
|
|
e.close()
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_close_e1253d480ed93ce3 = function () {
|
|
return u(function (e, n, t, _) {
|
|
e.close(n, o(t, _))
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_code_459c120478e1ab6e = function (e, n) {
|
|
const t = s(n.code, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
_ = g
|
|
p().setInt32(e + 4, _, !0), p().setInt32(e + 0, t, !0)
|
|
}),
|
|
(e.wbg.__wbg_code_f4ec1e6e2e1b0417 = function (e) {
|
|
return e.code
|
|
}),
|
|
(e.wbg.__wbg_colorMask_5e7c60b9c7a57a2e = function (e, n, t, _, r) {
|
|
e.colorMask(0 !== n, 0 !== t, 0 !== _, 0 !== r)
|
|
}),
|
|
(e.wbg.__wbg_colorMask_6dac12039c7145ae = function (e, n, t, _, r) {
|
|
e.colorMask(0 !== n, 0 !== t, 0 !== _, 0 !== r)
|
|
}),
|
|
(e.wbg.__wbg_compileShader_0ad770bbdbb9de21 = function (e, n) {
|
|
e.compileShader(n)
|
|
}),
|
|
(e.wbg.__wbg_compileShader_2307c9d370717dd5 = function (e, n) {
|
|
e.compileShader(n)
|
|
}),
|
|
(e.wbg.__wbg_compressedTexSubImage2D_71877eec950ca069 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
b,
|
|
c,
|
|
f,
|
|
a,
|
|
o,
|
|
) {
|
|
e.compressedTexSubImage2D(n >>> 0, t, _, r, b, c, f >>> 0, a, o)
|
|
}),
|
|
(e.wbg.__wbg_compressedTexSubImage2D_99abf4cfdb7c3fd8 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
b,
|
|
c,
|
|
f,
|
|
a,
|
|
) {
|
|
e.compressedTexSubImage2D(n >>> 0, t, _, r, b, c, f >>> 0, a)
|
|
}),
|
|
(e.wbg.__wbg_compressedTexSubImage2D_d66dcfcb2422e703 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
b,
|
|
c,
|
|
f,
|
|
a,
|
|
) {
|
|
e.compressedTexSubImage2D(n >>> 0, t, _, r, b, c, f >>> 0, a)
|
|
}),
|
|
(e.wbg.__wbg_compressedTexSubImage3D_58506392da46b927 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
b,
|
|
c,
|
|
f,
|
|
a,
|
|
o,
|
|
i,
|
|
) {
|
|
e.compressedTexSubImage3D(n >>> 0, t, _, r, b, c, f, a, o >>> 0, i)
|
|
}),
|
|
(e.wbg.__wbg_compressedTexSubImage3D_81477746675a4017 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
b,
|
|
c,
|
|
f,
|
|
a,
|
|
o,
|
|
i,
|
|
u,
|
|
) {
|
|
e.compressedTexSubImage3D(
|
|
n >>> 0,
|
|
t,
|
|
_,
|
|
r,
|
|
b,
|
|
c,
|
|
f,
|
|
a,
|
|
o >>> 0,
|
|
i,
|
|
u,
|
|
)
|
|
}),
|
|
(e.wbg.__wbg_configure_69aea2f2c91d2049 = function () {
|
|
return u(function (e, n) {
|
|
e.configure(n)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_configure_86dd92dde48d105a = function () {
|
|
return u(function (e, n) {
|
|
e.configure(n)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_confirm_e2474272c4d0acee = function () {
|
|
return u(function (e, n, t) {
|
|
return e.confirm(o(n, t))
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_connect_b22945d106632a36 = function () {
|
|
return u(function (e, n) {
|
|
return e.connect(n)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_contains_3361c7eda6c95afd = function (e, n) {
|
|
return e.contains(n)
|
|
}),
|
|
(e.wbg.__wbg_copyBufferSubData_9469a965478e33b5 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
b,
|
|
) {
|
|
e.copyBufferSubData(n >>> 0, t >>> 0, _, r, b)
|
|
}),
|
|
(e.wbg.__wbg_copyBufferToBuffer_0d141e7111b0b6ab = function () {
|
|
return u(function (e, n, t, _, r, b) {
|
|
e.copyBufferToBuffer(n, t, _, r, b)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_copyBufferToTexture_722a7aa47b5d891b = function () {
|
|
return u(function (e, n, t, _) {
|
|
e.copyBufferToTexture(n, t, _)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_copyTexSubImage2D_05e7e8df6814a705 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
b,
|
|
c,
|
|
f,
|
|
a,
|
|
) {
|
|
e.copyTexSubImage2D(n >>> 0, t, _, r, b, c, f, a)
|
|
}),
|
|
(e.wbg.__wbg_copyTexSubImage2D_607ad28606952982 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
b,
|
|
c,
|
|
f,
|
|
a,
|
|
) {
|
|
e.copyTexSubImage2D(n >>> 0, t, _, r, b, c, f, a)
|
|
}),
|
|
(e.wbg.__wbg_copyTexSubImage3D_32e92c94044e58ca = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
b,
|
|
c,
|
|
f,
|
|
a,
|
|
o,
|
|
) {
|
|
e.copyTexSubImage3D(n >>> 0, t, _, r, b, c, f, a, o)
|
|
}),
|
|
(e.wbg.__wbg_copyTextureToBuffer_bb350c95b19e5999 = function () {
|
|
return u(function (e, n, t, _) {
|
|
e.copyTextureToBuffer(n, t, _)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_copyTextureToTexture_e56f4277214ec1b4 = function () {
|
|
return u(function (e, n, t, _) {
|
|
e.copyTextureToTexture(n, t, _)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_copyToAudioBufferInterleaved_8bc972b0b0802456 =
|
|
function (e, n, t) {
|
|
;(0, _.A)(e, x(n, t))
|
|
}),
|
|
(e.wbg.__wbg_copyTo_13dd3bf6a979e7e1 = function (e, n, t) {
|
|
return e.copyTo(h(n, t))
|
|
}),
|
|
(e.wbg.__wbg_createBindGroupLayout_f0635625a1a82bea = function () {
|
|
return u(function (e, n) {
|
|
return e.createBindGroupLayout(n)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_createBindGroup_043b06d20124f91e = function (e, n) {
|
|
return e.createBindGroup(n)
|
|
}),
|
|
(e.wbg.__wbg_createBufferSource_f7860a96f709acbd = function () {
|
|
return u(function (e) {
|
|
return e.createBufferSource()
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_createBuffer_086a8bb05ced884a = function () {
|
|
return u(function (e, n) {
|
|
return e.createBuffer(n)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_createBuffer_7a9ec3d654073660 = function (e) {
|
|
const n = e.createBuffer()
|
|
return l(n) ? 0 : i(n)
|
|
}),
|
|
(e.wbg.__wbg_createBuffer_926beeec3ff39b5a = function () {
|
|
return u(function (e, n, t, _) {
|
|
return e.createBuffer(n >>> 0, t >>> 0, _)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_createBuffer_9886e84a67b68c89 = function (e) {
|
|
const n = e.createBuffer()
|
|
return l(n) ? 0 : i(n)
|
|
}),
|
|
(e.wbg.__wbg_createCommandEncoder_aa9ae9d445bb7abf = function (e, n) {
|
|
return e.createCommandEncoder(n)
|
|
}),
|
|
(e.wbg.__wbg_createElementNS_914d752e521987da = function () {
|
|
return u(function (e, n, t, _, r) {
|
|
return e.createElementNS(0 === n ? void 0 : o(n, t), o(_, r))
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_createElement_8c9931a732ee2fea = function () {
|
|
return u(function (e, n, t) {
|
|
return e.createElement(o(n, t))
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_createFramebuffer_7824f69bba778885 = function (e) {
|
|
const n = e.createFramebuffer()
|
|
return l(n) ? 0 : i(n)
|
|
}),
|
|
(e.wbg.__wbg_createFramebuffer_c8d70ebc4858051e = function (e) {
|
|
const n = e.createFramebuffer()
|
|
return l(n) ? 0 : i(n)
|
|
}),
|
|
(e.wbg.__wbg_createLinearGradient_d9f235a84f77b603 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
return e.createLinearGradient(n, t, _, r)
|
|
}),
|
|
(e.wbg.__wbg_createObjectURL_6e98d2f9c7bd9764 = function () {
|
|
return u(function (e, n) {
|
|
const t = s(
|
|
URL.createObjectURL(n),
|
|
b.__wbindgen_malloc,
|
|
b.__wbindgen_realloc,
|
|
),
|
|
_ = g
|
|
p().setInt32(e + 4, _, !0), p().setInt32(e + 0, t, !0)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_createPattern_de74e28e1f64b306 = function () {
|
|
return u(function (e, n, t, _) {
|
|
const r = e.createPattern(n, o(t, _))
|
|
return l(r) ? 0 : i(r)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_createPipelineLayout_5cc7e994e46201c7 = function (e, n) {
|
|
return e.createPipelineLayout(n)
|
|
}),
|
|
(e.wbg.__wbg_createProgram_8ff56c485f3233d0 = function (e) {
|
|
const n = e.createProgram()
|
|
return l(n) ? 0 : i(n)
|
|
}),
|
|
(e.wbg.__wbg_createProgram_da203074cafb1038 = function (e) {
|
|
const n = e.createProgram()
|
|
return l(n) ? 0 : i(n)
|
|
}),
|
|
(e.wbg.__wbg_createQuery_5ed5e770ec1009c1 = function (e) {
|
|
const n = e.createQuery()
|
|
return l(n) ? 0 : i(n)
|
|
}),
|
|
(e.wbg.__wbg_createRadialGradient_6c71dd51b548f2dd = function () {
|
|
return u(function (e, n, t, _, r, b, c) {
|
|
return e.createRadialGradient(n, t, _, r, b, c)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_createRenderPipeline_47152f2f57b11194 = function () {
|
|
return u(function (e, n) {
|
|
return e.createRenderPipeline(n)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_createRenderbuffer_d88aa9403faa38ea = function (e) {
|
|
const n = e.createRenderbuffer()
|
|
return l(n) ? 0 : i(n)
|
|
}),
|
|
(e.wbg.__wbg_createRenderbuffer_fd347ae14f262eaa = function (e) {
|
|
const n = e.createRenderbuffer()
|
|
return l(n) ? 0 : i(n)
|
|
}),
|
|
(e.wbg.__wbg_createSampler_f3970b77a6f36963 = function (e, n) {
|
|
return e.createSampler(n)
|
|
}),
|
|
(e.wbg.__wbg_createSampler_f76e29d7522bec9e = function (e) {
|
|
const n = e.createSampler()
|
|
return l(n) ? 0 : i(n)
|
|
}),
|
|
(e.wbg.__wbg_createShaderModule_9ec201507fe4949e = function (e, n) {
|
|
return e.createShaderModule(n)
|
|
}),
|
|
(e.wbg.__wbg_createShader_4a256a8cc9c1ce4f = function (e, n) {
|
|
const t = e.createShader(n >>> 0)
|
|
return l(t) ? 0 : i(t)
|
|
}),
|
|
(e.wbg.__wbg_createShader_983150fb1243ee56 = function (e, n) {
|
|
const t = e.createShader(n >>> 0)
|
|
return l(t) ? 0 : i(t)
|
|
}),
|
|
(e.wbg.__wbg_createTexture_09f18232c5ad6e69 = function () {
|
|
return u(function (e, n) {
|
|
return e.createTexture(n)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_createTexture_9c536c79b635fdef = function (e) {
|
|
const n = e.createTexture()
|
|
return l(n) ? 0 : i(n)
|
|
}),
|
|
(e.wbg.__wbg_createTexture_bfaa54c0cd22e367 = function (e) {
|
|
const n = e.createTexture()
|
|
return l(n) ? 0 : i(n)
|
|
}),
|
|
(e.wbg.__wbg_createVertexArrayOES_991b44f100f93329 = function (e) {
|
|
const n = e.createVertexArrayOES()
|
|
return l(n) ? 0 : i(n)
|
|
}),
|
|
(e.wbg.__wbg_createVertexArray_e435029ae2660efd = function (e) {
|
|
const n = e.createVertexArray()
|
|
return l(n) ? 0 : i(n)
|
|
}),
|
|
(e.wbg.__wbg_createView_f7cd0a0356a46f3b = function () {
|
|
return u(function (e, n) {
|
|
return e.createView(n)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_ctrlKey_1e826e468105ac11 = function (e) {
|
|
return e.ctrlKey
|
|
}),
|
|
(e.wbg.__wbg_cullFace_187079e6e20a464d = function (e, n) {
|
|
e.cullFace(n >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_cullFace_fbae6dd4d5e61ba4 = function (e, n) {
|
|
e.cullFace(n >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_currentTarget_6f3494de6b6d7897 = function (e) {
|
|
const n = e.currentTarget
|
|
return l(n) ? 0 : i(n)
|
|
}),
|
|
(e.wbg.__wbg_currentTime_adef4d803f58eb66 = function (e) {
|
|
return e.currentTime
|
|
}),
|
|
(e.wbg.__wbg_d_ee734a5959d68cdd = function (e) {
|
|
return e.d
|
|
}),
|
|
(e.wbg.__wbg_data_432d9c3df2630942 = function (e) {
|
|
return e.data
|
|
}),
|
|
(e.wbg.__wbg_decodeQueueSize_291a870b0ca48c77 = function (e) {
|
|
return e.decodeQueueSize
|
|
}),
|
|
(e.wbg.__wbg_decode_6c36f113295ffd87 = function () {
|
|
return u(function (e, n) {
|
|
e.decode(n)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_deleteBuffer_7ed96e1bf7c02e87 = function (e, n) {
|
|
e.deleteBuffer(n)
|
|
}),
|
|
(e.wbg.__wbg_deleteBuffer_a7822433fc95dfb8 = function (e, n) {
|
|
e.deleteBuffer(n)
|
|
}),
|
|
(e.wbg.__wbg_deleteFramebuffer_66853fb7101488cb = function (e, n) {
|
|
e.deleteFramebuffer(n)
|
|
}),
|
|
(e.wbg.__wbg_deleteFramebuffer_cd3285ee5a702a7a = function (e, n) {
|
|
e.deleteFramebuffer(n)
|
|
}),
|
|
(e.wbg.__wbg_deleteProgram_3fa626bbc0001eb7 = function (e, n) {
|
|
e.deleteProgram(n)
|
|
}),
|
|
(e.wbg.__wbg_deleteProgram_71a133c6d053e272 = function (e, n) {
|
|
e.deleteProgram(n)
|
|
}),
|
|
(e.wbg.__wbg_deleteQuery_6a2b7cd30074b20b = function (e, n) {
|
|
e.deleteQuery(n)
|
|
}),
|
|
(e.wbg.__wbg_deleteRenderbuffer_59f4369653485031 = function (e, n) {
|
|
e.deleteRenderbuffer(n)
|
|
}),
|
|
(e.wbg.__wbg_deleteRenderbuffer_8808192853211567 = function (e, n) {
|
|
e.deleteRenderbuffer(n)
|
|
}),
|
|
(e.wbg.__wbg_deleteSampler_7f02bb003ba547f0 = function (e, n) {
|
|
e.deleteSampler(n)
|
|
}),
|
|
(e.wbg.__wbg_deleteShader_8d42f169deda58ac = function (e, n) {
|
|
e.deleteShader(n)
|
|
}),
|
|
(e.wbg.__wbg_deleteShader_c65a44796c5004d8 = function (e, n) {
|
|
e.deleteShader(n)
|
|
}),
|
|
(e.wbg.__wbg_deleteSync_5a3fbe5d6b742398 = function (e, n) {
|
|
e.deleteSync(n)
|
|
}),
|
|
(e.wbg.__wbg_deleteTexture_a30f5ca0163c4110 = function (e, n) {
|
|
e.deleteTexture(n)
|
|
}),
|
|
(e.wbg.__wbg_deleteTexture_bb82c9fec34372ba = function (e, n) {
|
|
e.deleteTexture(n)
|
|
}),
|
|
(e.wbg.__wbg_deleteVertexArrayOES_1ee7a06a4b23ec8c = function (e, n) {
|
|
e.deleteVertexArrayOES(n)
|
|
}),
|
|
(e.wbg.__wbg_deleteVertexArray_77fe73664a3332ae = function (e, n) {
|
|
e.deleteVertexArray(n)
|
|
}),
|
|
(e.wbg.__wbg_delete_5ffea89592972463 = function () {
|
|
return u(function (e, n, t) {
|
|
delete e[o(n, t)]
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_deltaMode_9bfd9fe3f6b4b240 = function (e) {
|
|
return e.deltaMode
|
|
}),
|
|
(e.wbg.__wbg_deltaY_f9318542caea0c36 = function (e) {
|
|
return e.deltaY
|
|
}),
|
|
(e.wbg.__wbg_depthFunc_2906916f4536d5d7 = function (e, n) {
|
|
e.depthFunc(n >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_depthFunc_f34449ae87cc4e3e = function (e, n) {
|
|
e.depthFunc(n >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_depthMask_5fe84e2801488eda = function (e, n) {
|
|
e.depthMask(0 !== n)
|
|
}),
|
|
(e.wbg.__wbg_depthMask_76688a8638b2f321 = function (e, n) {
|
|
e.depthMask(0 !== n)
|
|
}),
|
|
(e.wbg.__wbg_depthRange_3cd6b4dc961d9116 = function (e, n, t) {
|
|
e.depthRange(n, t)
|
|
}),
|
|
(e.wbg.__wbg_depthRange_f9c084ff3d81fd7b = function (e, n, t) {
|
|
e.depthRange(n, t)
|
|
}),
|
|
(e.wbg.__wbg_destination_6400091abd6f01b3 = function (e) {
|
|
return e.destination
|
|
}),
|
|
(e.wbg.__wbg_devicePixelRatio_68c391265f05d093 = function (e) {
|
|
return e.devicePixelRatio
|
|
}),
|
|
(e.wbg.__wbg_disableVertexAttribArray_452cc9815fced7e4 = function (
|
|
e,
|
|
n,
|
|
) {
|
|
e.disableVertexAttribArray(n >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_disableVertexAttribArray_afd097fb465dc100 = function (
|
|
e,
|
|
n,
|
|
) {
|
|
e.disableVertexAttribArray(n >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_disable_2702df5b5da5dd21 = function (e, n) {
|
|
e.disable(n >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_disable_8b53998501a7a85b = function (e, n) {
|
|
e.disable(n >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_dispatchEvent_9e259d7c1d603dfb = function () {
|
|
return u(function (e, n) {
|
|
return e.dispatchEvent(n)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_displayClipboardModal_3fdf8527c074e477 = function (
|
|
e,
|
|
n,
|
|
) {
|
|
e.displayClipboardModal(0 !== n)
|
|
}),
|
|
(e.wbg.__wbg_displayMessage_42f551c4dadda912 = function (e, n, t) {
|
|
e.displayMessage(o(n, t))
|
|
}),
|
|
(e.wbg.__wbg_displayRestoredFromBfcacheMessage_5152ec9ffa07ce0c =
|
|
function (e) {
|
|
e.displayRestoredFromBfcacheMessage()
|
|
}),
|
|
(e.wbg.__wbg_displayRootMovieDownloadFailedMessage_d406bdac4b562cff =
|
|
function (e, n) {
|
|
e.displayRootMovieDownloadFailedMessage(0 !== n)
|
|
}),
|
|
(e.wbg.__wbg_displayUnsupportedVideo_d4963906866b517e = function (
|
|
e,
|
|
n,
|
|
t,
|
|
) {
|
|
e.displayUnsupportedVideo(o(n, t))
|
|
}),
|
|
(e.wbg.__wbg_document_d249400bd7bd996d = function (e) {
|
|
const n = e.document
|
|
return l(n) ? 0 : i(n)
|
|
}),
|
|
(e.wbg.__wbg_done_769e5ede4b31c67b = function (e) {
|
|
return e.done
|
|
}),
|
|
(e.wbg.__wbg_drawArraysInstancedANGLE_342ee6b5236d9702 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.drawArraysInstancedANGLE(n >>> 0, t, _, r)
|
|
}),
|
|
(e.wbg.__wbg_drawArraysInstanced_622ea9f149b0b80c = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.drawArraysInstanced(n >>> 0, t, _, r)
|
|
}),
|
|
(e.wbg.__wbg_drawArrays_6acaa2669c105f3a = function (e, n, t, _) {
|
|
e.drawArrays(n >>> 0, t, _)
|
|
}),
|
|
(e.wbg.__wbg_drawArrays_6d29ea2ebc0c72a2 = function (e, n, t, _) {
|
|
e.drawArrays(n >>> 0, t, _)
|
|
}),
|
|
(e.wbg.__wbg_drawBuffersWEBGL_9fdbdf3d4cbd3aae = function (e, n) {
|
|
e.drawBuffersWEBGL(n)
|
|
}),
|
|
(e.wbg.__wbg_drawBuffers_e729b75c5a50d760 = function (e, n) {
|
|
e.drawBuffers(n)
|
|
}),
|
|
(e.wbg.__wbg_drawElementsInstancedANGLE_096b48ab8686c5cf = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
b,
|
|
) {
|
|
e.drawElementsInstancedANGLE(n >>> 0, t, _ >>> 0, r, b)
|
|
}),
|
|
(e.wbg.__wbg_drawElementsInstanced_f874e87d0b4e95e9 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
b,
|
|
) {
|
|
e.drawElementsInstanced(n >>> 0, t, _ >>> 0, r, b)
|
|
}),
|
|
(e.wbg.__wbg_drawElements_16199ef1cc58b16a = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.drawElements(n >>> 0, t, _ >>> 0, r)
|
|
}),
|
|
(e.wbg.__wbg_drawImage_dfdde1887a169a24 = function () {
|
|
return u(function (e, n, t, _) {
|
|
e.drawImage(n, t, _)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_drawIndexed_322c2f9f038d7b23 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
b,
|
|
) {
|
|
e.drawIndexed(n >>> 0, t >>> 0, _ >>> 0, r, b >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_drawingBufferHeight_1d398e1fc5bb18e9 = function (e) {
|
|
return e.drawingBufferHeight
|
|
}),
|
|
(e.wbg.__wbg_drawingBufferWidth_78f7e4a8892a90fe = function (e) {
|
|
return e.drawingBufferWidth
|
|
}),
|
|
(e.wbg.__wbg_e_ec6af69daaddfe41 = function (e) {
|
|
return e.e
|
|
}),
|
|
(e.wbg.__wbg_enableVertexAttribArray_607be07574298e5e = function (
|
|
e,
|
|
n,
|
|
) {
|
|
e.enableVertexAttribArray(n >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_enableVertexAttribArray_93c3d406a41ad6c7 = function (
|
|
e,
|
|
n,
|
|
) {
|
|
e.enableVertexAttribArray(n >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_enable_51114837e05ee280 = function (e, n) {
|
|
e.enable(n >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_enable_d183fef39258803f = function (e, n) {
|
|
e.enable(n >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_endQuery_17aac36532ca7d47 = function (e, n) {
|
|
e.endQuery(n >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_end_d54348baf0bf3b70 = function (e) {
|
|
e.end()
|
|
}),
|
|
(e.wbg.__wbg_enqueue_bb16ba72f537dc9e = function () {
|
|
return u(function (e, n) {
|
|
e.enqueue(n)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_entries_3265d4158b33e5dc = function (e) {
|
|
return Object.entries(e)
|
|
}),
|
|
(e.wbg.__wbg_error_7534b8e9a36f1ab4 = function (e, n) {
|
|
let t, _
|
|
try {
|
|
;(t = e), (_ = n), console.error(o(e, n))
|
|
} finally {
|
|
b.__wbindgen_free(t, _, 1)
|
|
}
|
|
}),
|
|
(e.wbg.__wbg_execCommand_c818ee125e2e4f64 = function () {
|
|
return u(function (e, n, t) {
|
|
return e.execCommand(o(n, t))
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_f_75770c6ddafc46f2 = function (e) {
|
|
return e.f
|
|
}),
|
|
(e.wbg.__wbg_features_689574262f9403d5 = function (e) {
|
|
return e.features
|
|
}),
|
|
(e.wbg.__wbg_features_a4866072bcfdb3fb = function (e) {
|
|
return e.features
|
|
}),
|
|
(e.wbg.__wbg_fenceSync_02d142d21e315da6 = function (e, n, t) {
|
|
const _ = e.fenceSync(n >>> 0, t >>> 0)
|
|
return l(_) ? 0 : i(_)
|
|
}),
|
|
(e.wbg.__wbg_fetch_b7bf320f681242d2 = function (e, n) {
|
|
return e.fetch(n)
|
|
}),
|
|
(e.wbg.__wbg_files_790cda07a2445fac = function (e) {
|
|
const n = e.files
|
|
return l(n) ? 0 : i(n)
|
|
}),
|
|
(e.wbg.__wbg_fillRect_c38d5d56492a2368 = function (e, n, t, _, r) {
|
|
e.fillRect(n, t, _, r)
|
|
}),
|
|
(e.wbg.__wbg_fill_64902335a40baa8d = function (e, n, t) {
|
|
e.fill(n, N[t])
|
|
}),
|
|
(e.wbg.__wbg_finish_db34a19c90c07af7 = function (e) {
|
|
return e.finish()
|
|
}),
|
|
(e.wbg.__wbg_finish_e2d3808af76b422a = function (e, n) {
|
|
return e.finish(n)
|
|
}),
|
|
(e.wbg.__wbg_flush_4150080f65c49208 = function (e) {
|
|
e.flush()
|
|
}),
|
|
(e.wbg.__wbg_flush_987c35de09e06fd6 = function (e) {
|
|
e.flush()
|
|
}),
|
|
(e.wbg.__wbg_focus_7d08b55eba7b368d = function () {
|
|
return u(function (e) {
|
|
e.focus()
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_format_033f80946ff96653 = function (e) {
|
|
const n = e.format
|
|
return l(n) ? 10 : (Se.indexOf(n) + 1 || 10) - 1
|
|
}),
|
|
(e.wbg.__wbg_framebufferRenderbuffer_2fdd12e89ad81eb9 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.framebufferRenderbuffer(n >>> 0, t >>> 0, _ >>> 0, r)
|
|
}),
|
|
(e.wbg.__wbg_framebufferRenderbuffer_8b88592753b54715 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.framebufferRenderbuffer(n >>> 0, t >>> 0, _ >>> 0, r)
|
|
}),
|
|
(e.wbg.__wbg_framebufferTexture2D_81a565732bd5d8fe = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
b,
|
|
) {
|
|
e.framebufferTexture2D(n >>> 0, t >>> 0, _ >>> 0, r, b)
|
|
}),
|
|
(e.wbg.__wbg_framebufferTexture2D_ed855d0b097c557a = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
b,
|
|
) {
|
|
e.framebufferTexture2D(n >>> 0, t >>> 0, _ >>> 0, r, b)
|
|
}),
|
|
(e.wbg.__wbg_framebufferTextureLayer_5e6bd1b0cb45d815 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
b,
|
|
) {
|
|
e.framebufferTextureLayer(n >>> 0, t >>> 0, _, r, b)
|
|
}),
|
|
(e.wbg.__wbg_framebufferTextureMultiviewOVR_e54f936c3cc382cb =
|
|
function (e, n, t, _, r, b, c) {
|
|
e.framebufferTextureMultiviewOVR(n >>> 0, t >>> 0, _, r, b, c)
|
|
}),
|
|
(e.wbg.__wbg_fromEntries_524679eecb0bdc2e = function () {
|
|
return u(function (e) {
|
|
return Object.fromEntries(e)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_frontFace_289c9d7a8569c4f2 = function (e, n) {
|
|
e.frontFace(n >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_frontFace_4d4936cfaeb8b7df = function (e, n) {
|
|
e.frontFace(n >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_getAttribLocation_9db82d01924fa43d = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
) {
|
|
return e.getAttribLocation(n, o(t, _))
|
|
}),
|
|
(e.wbg.__wbg_getBufferSubData_8ab2dcc5fcf5770f = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
) {
|
|
e.getBufferSubData(n >>> 0, t, _)
|
|
}),
|
|
(e.wbg.__wbg_getContext_3ae09aaa73194801 = function () {
|
|
return u(function (e, n, t, _) {
|
|
const r = e.getContext(o(n, t), _)
|
|
return l(r) ? 0 : i(r)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_getContext_e9cf379449413580 = function () {
|
|
return u(function (e, n, t) {
|
|
const _ = e.getContext(o(n, t))
|
|
return l(_) ? 0 : i(_)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_getContext_f65a0debd1e8f8e8 = function () {
|
|
return u(function (e, n, t) {
|
|
const _ = e.getContext(o(n, t))
|
|
return l(_) ? 0 : i(_)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_getContext_fc19859df6331073 = function () {
|
|
return u(function (e, n, t, _) {
|
|
const r = e.getContext(o(n, t), _)
|
|
return l(r) ? 0 : i(r)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_getCurrentTexture_6ee19b05d6ba43ba = function () {
|
|
return u(function (e) {
|
|
return e.getCurrentTexture()
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_getData_84cc441a50843727 = function () {
|
|
return u(function (e, n, t, _) {
|
|
const r = s(
|
|
n.getData(o(t, _)),
|
|
b.__wbindgen_malloc,
|
|
b.__wbindgen_realloc,
|
|
),
|
|
c = g
|
|
p().setInt32(e + 4, c, !0), p().setInt32(e + 0, r, !0)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_getError_d749701e28a45150 = function (e) {
|
|
return e.getError()
|
|
}),
|
|
(e.wbg.__wbg_getExtension_e6c97409b224b5dc = function () {
|
|
return u(function (e, n, t) {
|
|
const _ = e.getExtension(o(n, t))
|
|
return l(_) ? 0 : i(_)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_getExtension_ff0fb1398bcf28c3 = function () {
|
|
return u(function (e, n, t) {
|
|
const _ = e.getExtension(o(n, t))
|
|
return l(_) ? 0 : i(_)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_getGamepads_1f997cef580c9088 = function () {
|
|
return u(function (e) {
|
|
return e.getGamepads()
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_getIndexedParameter_f9211edc36533919 = function () {
|
|
return u(function (e, n, t) {
|
|
return e.getIndexedParameter(n >>> 0, t >>> 0)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_getMappedRange_b986a889b6b53379 = function () {
|
|
return u(function (e, n, t) {
|
|
return e.getMappedRange(n, t)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_getObjectId_c0641fd72b770bc3 = function (e, n) {
|
|
const t = n.getObjectId()
|
|
var _ = l(t) ? 0 : s(t, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
r = g
|
|
p().setInt32(e + 4, r, !0), p().setInt32(e + 0, _, !0)
|
|
}),
|
|
(e.wbg.__wbg_getParameter_1f0887a2b88e6d19 = function () {
|
|
return u(function (e, n) {
|
|
return e.getParameter(n >>> 0)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_getParameter_e3429f024018310f = function () {
|
|
return u(function (e, n) {
|
|
return e.getParameter(n >>> 0)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_getPreferredCanvasFormat_c56b5a9a243fe942 = function (
|
|
e,
|
|
) {
|
|
const n = e.getPreferredCanvasFormat()
|
|
return (se.indexOf(n) + 1 || 96) - 1
|
|
}),
|
|
(e.wbg.__wbg_getProgramInfoLog_631c180b1b21c8ed = function (e, n, t) {
|
|
const _ = n.getProgramInfoLog(t)
|
|
var r = l(_) ? 0 : s(_, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
c = g
|
|
p().setInt32(e + 4, c, !0), p().setInt32(e + 0, r, !0)
|
|
}),
|
|
(e.wbg.__wbg_getProgramInfoLog_a998105a680059db = function (e, n, t) {
|
|
const _ = n.getProgramInfoLog(t)
|
|
var r = l(_) ? 0 : s(_, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
c = g
|
|
p().setInt32(e + 4, c, !0), p().setInt32(e + 0, r, !0)
|
|
}),
|
|
(e.wbg.__wbg_getProgramParameter_0c411f0cd4185c5b = function (
|
|
e,
|
|
n,
|
|
t,
|
|
) {
|
|
return e.getProgramParameter(n, t >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_getProgramParameter_360f95ff07ac068d = function (
|
|
e,
|
|
n,
|
|
t,
|
|
) {
|
|
return e.getProgramParameter(n, t >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_getQueryParameter_8921497e1d1561c1 = function (e, n, t) {
|
|
return e.getQueryParameter(n, t >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_getRandomValues_3c9c0d586e575a16 = function () {
|
|
return u(function (e, n) {
|
|
globalThis.crypto.getRandomValues(h(e, n))
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_getReader_48e00749fe3f6089 = function () {
|
|
return u(function (e) {
|
|
return e.getReader()
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_getRootNode_f59bcfa355239af5 = function (e) {
|
|
return e.getRootNode()
|
|
}),
|
|
(e.wbg.__wbg_getShaderInfoLog_7e7b38fb910ec534 = function (e, n, t) {
|
|
const _ = n.getShaderInfoLog(t)
|
|
var r = l(_) ? 0 : s(_, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
c = g
|
|
p().setInt32(e + 4, c, !0), p().setInt32(e + 0, r, !0)
|
|
}),
|
|
(e.wbg.__wbg_getShaderInfoLog_f59c3112acc6e039 = function (e, n, t) {
|
|
const _ = n.getShaderInfoLog(t)
|
|
var r = l(_) ? 0 : s(_, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
c = g
|
|
p().setInt32(e + 4, c, !0), p().setInt32(e + 0, r, !0)
|
|
}),
|
|
(e.wbg.__wbg_getShaderParameter_511b5f929074fa31 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
) {
|
|
return e.getShaderParameter(n, t >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_getShaderParameter_6dbe0b8558dc41fd = function (
|
|
e,
|
|
n,
|
|
t,
|
|
) {
|
|
return e.getShaderParameter(n, t >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_getSupportedExtensions_8c007dbb54905635 = function (e) {
|
|
const n = e.getSupportedExtensions()
|
|
return l(n) ? 0 : i(n)
|
|
}),
|
|
(e.wbg.__wbg_getSupportedProfiles_10d2a4d32a128384 = function (e) {
|
|
const n = e.getSupportedProfiles()
|
|
return l(n) ? 0 : i(n)
|
|
}),
|
|
(e.wbg.__wbg_getSyncParameter_7cb8461f5891606c = function (e, n, t) {
|
|
return e.getSyncParameter(n, t >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_getTime_46267b1c24877e30 = function (e) {
|
|
return e.getTime()
|
|
}),
|
|
(e.wbg.__wbg_getTimezoneOffset_6b5752021c499c47 = function (e) {
|
|
return e.getTimezoneOffset()
|
|
}),
|
|
(e.wbg.__wbg_getUniformBlockIndex_288fdc31528171ca = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
) {
|
|
return e.getUniformBlockIndex(n, o(t, _))
|
|
}),
|
|
(e.wbg.__wbg_getUniformLocation_657a2b6d102bd126 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
) {
|
|
const r = e.getUniformLocation(n, o(t, _))
|
|
return l(r) ? 0 : i(r)
|
|
}),
|
|
(e.wbg.__wbg_getUniformLocation_838363001c74dc21 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
) {
|
|
const r = e.getUniformLocation(n, o(t, _))
|
|
return l(r) ? 0 : i(r)
|
|
}),
|
|
(e.wbg.__wbg_get_123509460060ab98 = function () {
|
|
return u(function (e, n, t, _) {
|
|
const r = n.get(o(t, _))
|
|
var c = l(r)
|
|
? 0
|
|
: s(r, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
f = g
|
|
p().setInt32(e + 4, f, !0), p().setInt32(e + 0, c, !0)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_get_67b2ba62fc30de12 = function () {
|
|
return u(function (e, n) {
|
|
return Reflect.get(e, n)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_get_79e1d7592116244e = function () {
|
|
return u(function (e, n, t, _) {
|
|
const r = n[o(t, _)]
|
|
var c = l(r)
|
|
? 0
|
|
: s(r, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
f = g
|
|
p().setInt32(e + 4, f, !0), p().setInt32(e + 0, c, !0)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_get_8edd839202d9f4db = function (e, n) {
|
|
const t = e[n >>> 0]
|
|
return l(t) ? 0 : i(t)
|
|
}),
|
|
(e.wbg.__wbg_get_b9b93047fe3cf45b = function (e, n) {
|
|
return e[n >>> 0]
|
|
}),
|
|
(e.wbg.__wbg_get_e27dfaeb6f46bd45 = function (e, n) {
|
|
const t = e[n >>> 0]
|
|
return l(t) ? 0 : i(t)
|
|
}),
|
|
(e.wbg.__wbg_getdone_d47073731acd3e74 = function (e) {
|
|
const n = e.done
|
|
return l(n) ? 16777215 : n ? 1 : 0
|
|
}),
|
|
(e.wbg.__wbg_getvalue_009dcd63692bee1f = function (e) {
|
|
return e.value
|
|
}),
|
|
(e.wbg.__wbg_gpu_1b22165b67dd5a59 = function (e) {
|
|
return e.gpu
|
|
}),
|
|
(e.wbg.__wbg_has_a5ea9117f258a0ec = function () {
|
|
return u(function (e, n) {
|
|
return Reflect.has(e, n)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_has_c563a404388202f5 = function (e, n, t) {
|
|
return e.has(o(n, t))
|
|
}),
|
|
(e.wbg.__wbg_headers_7852a8ea641c1379 = function (e) {
|
|
return e.headers
|
|
}),
|
|
(e.wbg.__wbg_headers_9cb51cfd2ac780a4 = function (e) {
|
|
return e.headers
|
|
}),
|
|
(e.wbg.__wbg_height_1d93eb7f5e355d97 = function (e) {
|
|
return e.height
|
|
}),
|
|
(e.wbg.__wbg_height_1f8226c8f6875110 = function (e) {
|
|
return e.height
|
|
}),
|
|
(e.wbg.__wbg_height_838cee19ba8597db = function (e) {
|
|
return e.height
|
|
}),
|
|
(e.wbg.__wbg_host_166cb082dae71d08 = function (e) {
|
|
return e.host
|
|
}),
|
|
(e.wbg.__wbg_href_87d60a783a012377 = function () {
|
|
return u(function (e, n) {
|
|
const t = s(n.href, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
_ = g
|
|
p().setInt32(e + 4, _, !0), p().setInt32(e + 0, t, !0)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_includes_937486a108ec147b = function (e, n, t) {
|
|
return e.includes(n, t)
|
|
}),
|
|
(e.wbg.__wbg_instanceof_ArrayBuffer_e14585432e3737fc = function (e) {
|
|
let n
|
|
try {
|
|
n = e instanceof ArrayBuffer
|
|
} catch (e) {
|
|
n = !1
|
|
}
|
|
return n
|
|
}),
|
|
(e.wbg.__wbg_instanceof_CanvasRenderingContext2d_df82a4d3437bf1cc =
|
|
function (e) {
|
|
let n
|
|
try {
|
|
n = e instanceof CanvasRenderingContext2D
|
|
} catch (e) {
|
|
n = !1
|
|
}
|
|
return n
|
|
}),
|
|
(e.wbg.__wbg_instanceof_Error_4d54113b22d20306 = function (e) {
|
|
let n
|
|
try {
|
|
n = e instanceof Error
|
|
} catch (e) {
|
|
n = !1
|
|
}
|
|
return n
|
|
}),
|
|
(e.wbg.__wbg_instanceof_GamepadButton_9a90b34f41783d40 = function (
|
|
e,
|
|
) {
|
|
let n
|
|
try {
|
|
n = e instanceof GamepadButton
|
|
} catch (e) {
|
|
n = !1
|
|
}
|
|
return n
|
|
}),
|
|
(e.wbg.__wbg_instanceof_Gamepad_365ec8404255ce00 = function (e) {
|
|
let n
|
|
try {
|
|
n = e instanceof Gamepad
|
|
} catch (e) {
|
|
n = !1
|
|
}
|
|
return n
|
|
}),
|
|
(e.wbg.__wbg_instanceof_GpuAdapter_331cc7dcda68de8c = function (e) {
|
|
let n
|
|
try {
|
|
n = e instanceof GPUAdapter
|
|
} catch (e) {
|
|
n = !1
|
|
}
|
|
return n
|
|
}),
|
|
(e.wbg.__wbg_instanceof_GpuCanvasContext_4ea475a10f693c29 = function (
|
|
e,
|
|
) {
|
|
let n
|
|
try {
|
|
n = e instanceof GPUCanvasContext
|
|
} catch (e) {
|
|
n = !1
|
|
}
|
|
return n
|
|
}),
|
|
(e.wbg.__wbg_instanceof_HtmlAnchorElement_1ff926b551076f86 =
|
|
function (e) {
|
|
let n
|
|
try {
|
|
n = e instanceof HTMLAnchorElement
|
|
} catch (e) {
|
|
n = !1
|
|
}
|
|
return n
|
|
}),
|
|
(e.wbg.__wbg_instanceof_HtmlButtonElement_0def6a01e66b1942 =
|
|
function (e) {
|
|
let n
|
|
try {
|
|
n = e instanceof HTMLButtonElement
|
|
} catch (e) {
|
|
n = !1
|
|
}
|
|
return n
|
|
}),
|
|
(e.wbg.__wbg_instanceof_HtmlCanvasElement_2ea67072a7624ac5 =
|
|
function (e) {
|
|
let n
|
|
try {
|
|
n = e instanceof HTMLCanvasElement
|
|
} catch (e) {
|
|
n = !1
|
|
}
|
|
return n
|
|
}),
|
|
(e.wbg.__wbg_instanceof_HtmlDocument_c2114067e0fabc29 = function (e) {
|
|
let n
|
|
try {
|
|
n = e instanceof HTMLDocument
|
|
} catch (e) {
|
|
n = !1
|
|
}
|
|
return n
|
|
}),
|
|
(e.wbg.__wbg_instanceof_HtmlElement_51378c201250b16c = function (e) {
|
|
let n
|
|
try {
|
|
n = e instanceof HTMLElement
|
|
} catch (e) {
|
|
n = !1
|
|
}
|
|
return n
|
|
}),
|
|
(e.wbg.__wbg_instanceof_HtmlFormElement_339aa0fb9076db8e = function (
|
|
e,
|
|
) {
|
|
let n
|
|
try {
|
|
n = e instanceof HTMLFormElement
|
|
} catch (e) {
|
|
n = !1
|
|
}
|
|
return n
|
|
}),
|
|
(e.wbg.__wbg_instanceof_HtmlInputElement_12d71bf2d15dd19e = function (
|
|
e,
|
|
) {
|
|
let n
|
|
try {
|
|
n = e instanceof HTMLInputElement
|
|
} catch (e) {
|
|
n = !1
|
|
}
|
|
return n
|
|
}),
|
|
(e.wbg.__wbg_instanceof_HtmlTextAreaElement_83a92f8ba4fb63ae =
|
|
function (e) {
|
|
let n
|
|
try {
|
|
n = e instanceof HTMLTextAreaElement
|
|
} catch (e) {
|
|
n = !1
|
|
}
|
|
return n
|
|
}),
|
|
(e.wbg.__wbg_instanceof_Node_fbc6b87f5ed2e230 = function (e) {
|
|
let n
|
|
try {
|
|
n = e instanceof Node
|
|
} catch (e) {
|
|
n = !1
|
|
}
|
|
return n
|
|
}),
|
|
(e.wbg.__wbg_instanceof_Response_f2cc20d9f7dfd644 = function (e) {
|
|
let n
|
|
try {
|
|
n = e instanceof Response
|
|
} catch (e) {
|
|
n = !1
|
|
}
|
|
return n
|
|
}),
|
|
(e.wbg.__wbg_instanceof_ShadowRoot_726578bcd7fa418a = function (e) {
|
|
let n
|
|
try {
|
|
n = e instanceof ShadowRoot
|
|
} catch (e) {
|
|
n = !1
|
|
}
|
|
return n
|
|
}),
|
|
(e.wbg.__wbg_instanceof_WebGl2RenderingContext_2b6045efeb76568d =
|
|
function (e) {
|
|
let n
|
|
try {
|
|
n = e instanceof WebGL2RenderingContext
|
|
} catch (e) {
|
|
n = !1
|
|
}
|
|
return n
|
|
}),
|
|
(e.wbg.__wbg_instanceof_WebGlRenderingContext_b9cbe798424f6d4c =
|
|
function (e) {
|
|
let n
|
|
try {
|
|
n = e instanceof WebGLRenderingContext
|
|
} catch (e) {
|
|
n = !1
|
|
}
|
|
return n
|
|
}),
|
|
(e.wbg.__wbg_instanceof_Window_def73ea0955fc569 = function (e) {
|
|
let n
|
|
try {
|
|
n = e instanceof Window
|
|
} catch (e) {
|
|
n = !1
|
|
}
|
|
return n
|
|
}),
|
|
(e.wbg.__wbg_invalidateFramebuffer_83f643d2a4936456 = function () {
|
|
return u(function (e, n, t) {
|
|
e.invalidateFramebuffer(n >>> 0, t)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_inverse_b42fbab58ea3f263 = function (e) {
|
|
return e.inverse()
|
|
}),
|
|
(e.wbg.__wbg_isArray_a1eab7e0d067391b = function (e) {
|
|
return Array.isArray(e)
|
|
}),
|
|
(e.wbg.__wbg_isVirtualKeyboardFocused_f8f9341c5a6afb0b = function (
|
|
e,
|
|
) {
|
|
return e.isVirtualKeyboardFocused()
|
|
}),
|
|
(e.wbg.__wbg_is_c7481c65e7e5df9e = function (e, n) {
|
|
return Object.is(e, n)
|
|
}),
|
|
(e.wbg.__wbg_key_7b5c6cb539be8e13 = function (e, n) {
|
|
const t = s(n.key, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
_ = g
|
|
p().setInt32(e + 4, _, !0), p().setInt32(e + 0, t, !0)
|
|
}),
|
|
(e.wbg.__wbg_label_7045a786095b1bab = function (e, n) {
|
|
const t = s(n.label, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
_ = g
|
|
p().setInt32(e + 4, _, !0), p().setInt32(e + 0, t, !0)
|
|
}),
|
|
(e.wbg.__wbg_language_d871ec78ee8eec62 = function (e, n) {
|
|
const t = n.language
|
|
var _ = l(t) ? 0 : s(t, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
r = g
|
|
p().setInt32(e + 4, r, !0), p().setInt32(e + 0, _, !0)
|
|
}),
|
|
(e.wbg.__wbg_lastModified_7a9e61b3961224b8 = function (e) {
|
|
return e.lastModified
|
|
}),
|
|
(e.wbg.__wbg_length_690247b2de91cea8 = function (e) {
|
|
return e.length
|
|
}),
|
|
(e.wbg.__wbg_length_a446193dc22c12f8 = function (e) {
|
|
return e.length
|
|
}),
|
|
(e.wbg.__wbg_length_cfc862ec0ccc7ca0 = function (e) {
|
|
return e.length
|
|
}),
|
|
(e.wbg.__wbg_length_e2d2a49132c1b256 = function (e) {
|
|
return e.length
|
|
}),
|
|
(e.wbg.__wbg_limits_563f98195b4aab75 = function (e) {
|
|
return e.limits
|
|
}),
|
|
(e.wbg.__wbg_limits_6e5836ab03ee64b4 = function (e) {
|
|
return e.limits
|
|
}),
|
|
(e.wbg.__wbg_lineTo_3ec82699e6eeebe1 = function (e, n, t) {
|
|
e.lineTo(n, t)
|
|
}),
|
|
(e.wbg.__wbg_linkProgram_067ee06739bdde81 = function (e, n) {
|
|
e.linkProgram(n)
|
|
}),
|
|
(e.wbg.__wbg_linkProgram_e002979fe36e5b2a = function (e, n) {
|
|
e.linkProgram(n)
|
|
}),
|
|
(e.wbg.__wbg_localStorage_1406c99c39728187 = function () {
|
|
return u(function (e) {
|
|
const n = e.localStorage
|
|
return l(n) ? 0 : i(n)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_location_350d99456c2f3693 = function (e) {
|
|
return e.location
|
|
}),
|
|
(e.wbg.__wbg_location_9b435486be8f98c2 = function (e) {
|
|
return e.location
|
|
}),
|
|
(e.wbg.__wbg_log_0cc1b7768397bcfe = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
c,
|
|
f,
|
|
a,
|
|
) {
|
|
let i, u
|
|
try {
|
|
;(i = e), (u = n), console.log(o(e, n), o(t, _), o(r, c), o(f, a))
|
|
} finally {
|
|
b.__wbindgen_free(i, u, 1)
|
|
}
|
|
}),
|
|
(e.wbg.__wbg_log_cb9e190acc5753fb = function (e, n) {
|
|
let t, _
|
|
try {
|
|
;(t = e), (_ = n), console.log(o(e, n))
|
|
} finally {
|
|
b.__wbindgen_free(t, _, 1)
|
|
}
|
|
}),
|
|
(e.wbg.__wbg_mapAsync_61fd3c4dd9f60c6d = function (e, n, t, _) {
|
|
return e.mapAsync(n >>> 0, t, _)
|
|
}),
|
|
(e.wbg.__wbg_mark_7438147ce31e9d4b = function (e, n) {
|
|
performance.mark(o(e, n))
|
|
}),
|
|
(e.wbg.__wbg_maxBindGroups_30d01da76ad53580 = function (e) {
|
|
return e.maxBindGroups
|
|
}),
|
|
(e.wbg.__wbg_maxBindingsPerBindGroup_3dcdeb4a7de67a4a = function (e) {
|
|
return e.maxBindingsPerBindGroup
|
|
}),
|
|
(e.wbg.__wbg_maxBufferSize_a3c3e79851bb49a7 = function (e) {
|
|
return e.maxBufferSize
|
|
}),
|
|
(e.wbg.__wbg_maxColorAttachmentBytesPerSample_61daf47ae1b88dc2 =
|
|
function (e) {
|
|
return e.maxColorAttachmentBytesPerSample
|
|
}),
|
|
(e.wbg.__wbg_maxColorAttachments_f8f65390ed7c3dcd = function (e) {
|
|
return e.maxColorAttachments
|
|
}),
|
|
(e.wbg.__wbg_maxComputeInvocationsPerWorkgroup_dbfa932a2c3d9ca0 =
|
|
function (e) {
|
|
return e.maxComputeInvocationsPerWorkgroup
|
|
}),
|
|
(e.wbg.__wbg_maxComputeWorkgroupSizeX_2a7fdde2d850eb69 = function (
|
|
e,
|
|
) {
|
|
return e.maxComputeWorkgroupSizeX
|
|
}),
|
|
(e.wbg.__wbg_maxComputeWorkgroupSizeY_ae6eb3af592e045d = function (
|
|
e,
|
|
) {
|
|
return e.maxComputeWorkgroupSizeY
|
|
}),
|
|
(e.wbg.__wbg_maxComputeWorkgroupSizeZ_df6389c6ad61aa20 = function (
|
|
e,
|
|
) {
|
|
return e.maxComputeWorkgroupSizeZ
|
|
}),
|
|
(e.wbg.__wbg_maxComputeWorkgroupStorageSize_d090d78935189091 =
|
|
function (e) {
|
|
return e.maxComputeWorkgroupStorageSize
|
|
}),
|
|
(e.wbg.__wbg_maxComputeWorkgroupsPerDimension_5d5d832c21854769 =
|
|
function (e) {
|
|
return e.maxComputeWorkgroupsPerDimension
|
|
}),
|
|
(e.wbg.__wbg_maxDynamicStorageBuffersPerPipelineLayout_0d5102fd812fe086 =
|
|
function (e) {
|
|
return e.maxDynamicStorageBuffersPerPipelineLayout
|
|
}),
|
|
(e.wbg.__wbg_maxDynamicUniformBuffersPerPipelineLayout_fd6efab6fa18099a =
|
|
function (e) {
|
|
return e.maxDynamicUniformBuffersPerPipelineLayout
|
|
}),
|
|
(e.wbg.__wbg_maxSampledTexturesPerShaderStage_4ffa7a7339d366d7 =
|
|
function (e) {
|
|
return e.maxSampledTexturesPerShaderStage
|
|
}),
|
|
(e.wbg.__wbg_maxSamplersPerShaderStage_776dbf5a1fdc58b1 = function (
|
|
e,
|
|
) {
|
|
return e.maxSamplersPerShaderStage
|
|
}),
|
|
(e.wbg.__wbg_maxStorageBufferBindingSize_4a81009504bfcacd = function (
|
|
e,
|
|
) {
|
|
return e.maxStorageBufferBindingSize
|
|
}),
|
|
(e.wbg.__wbg_maxStorageBuffersPerShaderStage_772149c39281f13c =
|
|
function (e) {
|
|
return e.maxStorageBuffersPerShaderStage
|
|
}),
|
|
(e.wbg.__wbg_maxStorageTexturesPerShaderStage_181856fa7bd31bd2 =
|
|
function (e) {
|
|
return e.maxStorageTexturesPerShaderStage
|
|
}),
|
|
(e.wbg.__wbg_maxTextureArrayLayers_c50110b7591a08e7 = function (e) {
|
|
return e.maxTextureArrayLayers
|
|
}),
|
|
(e.wbg.__wbg_maxTextureDimension1D_8886fff72f64818a = function (e) {
|
|
return e.maxTextureDimension1D
|
|
}),
|
|
(e.wbg.__wbg_maxTextureDimension2D_0e30b1b618696302 = function (e) {
|
|
return e.maxTextureDimension2D
|
|
}),
|
|
(e.wbg.__wbg_maxTextureDimension3D_2f567b561a18a953 = function (e) {
|
|
return e.maxTextureDimension3D
|
|
}),
|
|
(e.wbg.__wbg_maxUniformBufferBindingSize_50a7723e932bbd63 = function (
|
|
e,
|
|
) {
|
|
return e.maxUniformBufferBindingSize
|
|
}),
|
|
(e.wbg.__wbg_maxUniformBuffersPerShaderStage_cfac0560ee2b33a2 =
|
|
function (e) {
|
|
return e.maxUniformBuffersPerShaderStage
|
|
}),
|
|
(e.wbg.__wbg_maxVertexAttributes_6bd060b2025920cc = function (e) {
|
|
return e.maxVertexAttributes
|
|
}),
|
|
(e.wbg.__wbg_maxVertexBufferArrayStride_b3c77c1ff836be9f = function (
|
|
e,
|
|
) {
|
|
return e.maxVertexBufferArrayStride
|
|
}),
|
|
(e.wbg.__wbg_maxVertexBuffers_b4635256105b2915 = function (e) {
|
|
return e.maxVertexBuffers
|
|
}),
|
|
(e.wbg.__wbg_measure_fb7825c11612c823 = function () {
|
|
return u(function (e, n, t, _) {
|
|
let r, c, f, a
|
|
try {
|
|
;(r = e),
|
|
(c = n),
|
|
(f = t),
|
|
(a = _),
|
|
performance.measure(o(e, n), o(t, _))
|
|
} finally {
|
|
b.__wbindgen_free(r, c, 1), b.__wbindgen_free(f, a, 1)
|
|
}
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_message_5c5d919204d42400 = function (e, n) {
|
|
const t = s(n.message, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
_ = g
|
|
p().setInt32(e + 4, _, !0), p().setInt32(e + 0, t, !0)
|
|
}),
|
|
(e.wbg.__wbg_message_97a2af9b89d693a3 = function (e) {
|
|
return e.message
|
|
}),
|
|
(e.wbg.__wbg_metaKey_e1dd47d709a80ce5 = function (e) {
|
|
return e.metaKey
|
|
}),
|
|
(e.wbg.__wbg_minStorageBufferOffsetAlignment_989812b5a6a4b5e7 =
|
|
function (e) {
|
|
return e.minStorageBufferOffsetAlignment
|
|
}),
|
|
(e.wbg.__wbg_minUniformBufferOffsetAlignment_ff7899c34a8303e7 =
|
|
function (e) {
|
|
return e.minUniformBufferOffsetAlignment
|
|
}),
|
|
(e.wbg.__wbg_moveTo_4736f466f9374ab1 = function (e, n, t) {
|
|
e.moveTo(n, t)
|
|
}),
|
|
(e.wbg.__wbg_name_0b327d569f00ebee = function (e) {
|
|
return e.name
|
|
}),
|
|
(e.wbg.__wbg_name_28c43f147574bf08 = function (e, n) {
|
|
const t = s(n.name, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
_ = g
|
|
p().setInt32(e + 4, _, !0), p().setInt32(e + 0, t, !0)
|
|
}),
|
|
(e.wbg.__wbg_navigator_0a9bf1120e24fec2 = function (e) {
|
|
return e.navigator
|
|
}),
|
|
(e.wbg.__wbg_navigator_1577371c070c8947 = function (e) {
|
|
return e.navigator
|
|
}),
|
|
(e.wbg.__wbg_new0_f788a2397c7ca929 = function () {
|
|
return new Date()
|
|
}),
|
|
(e.wbg.__wbg_new_23a2665fac83c611 = function (e, n) {
|
|
try {
|
|
var t = { a: e, b: n }
|
|
const _ = new Promise((e, n) => {
|
|
const _ = t.a
|
|
t.a = 0
|
|
try {
|
|
return (function (e, n, t, _) {
|
|
b.closure8464_externref_shim(e, n, t, _)
|
|
})(_, t.b, e, n)
|
|
} finally {
|
|
t.a = _
|
|
}
|
|
})
|
|
return _
|
|
} finally {
|
|
t.a = t.b = 0
|
|
}
|
|
}),
|
|
(e.wbg.__wbg_new_31a97dac4f10fab7 = function (e) {
|
|
return new Date(e)
|
|
}),
|
|
(e.wbg.__wbg_new_405e22f390576ce2 = function () {
|
|
return new Object()
|
|
}),
|
|
(e.wbg.__wbg_new_46e8134c3341d05a = function () {
|
|
return u(function () {
|
|
return new FileReader()
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_new_49bbf669d24a0662 = function () {
|
|
return u(function (e) {
|
|
return new EncodedVideoChunk(e)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_new_4b3dfb29a594e831 = function () {
|
|
return u(function () {
|
|
return new r()
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_new_59a6be6d80c4dcbb = function () {
|
|
return u(function (e) {
|
|
return new VideoDecoder(e)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_new_78feb108b6472713 = function () {
|
|
return new Array()
|
|
}),
|
|
(e.wbg.__wbg_new_8a6f238a6ece86ea = function () {
|
|
return new Error()
|
|
}),
|
|
(e.wbg.__wbg_new_92c54fc74574ef55 = function () {
|
|
return u(function (e, n) {
|
|
return new WebSocket(o(e, n))
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_new_a12002a7f91c75be = function (e) {
|
|
return new Uint8Array(e)
|
|
}),
|
|
(e.wbg.__wbg_new_a24f919c8039863a = function () {
|
|
return u(function () {
|
|
return new Path2D()
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_new_c68d7209be747379 = function (e, n) {
|
|
return new Error(o(e, n))
|
|
}),
|
|
(e.wbg.__wbg_new_de241f3874bcd58d = function () {
|
|
return u(function () {
|
|
return new DOMMatrix()
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_newnoargs_105ed471475aaf50 = function (e, n) {
|
|
return new Function(o(e, n))
|
|
}),
|
|
(e.wbg.__wbg_newwitharray64_b8169dcde789c7b4 = function () {
|
|
return u(function (e, n) {
|
|
return new DOMMatrix(B(e, n))
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_newwithbuffersourcesequenceandoptions_3ee2a062716a9a0a =
|
|
function () {
|
|
return u(function (e, n) {
|
|
return new Blob(e, n)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_newwithbyteoffsetandlength_840f3c038856d4e9 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
) {
|
|
return new Int8Array(e, n >>> 0, t >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_newwithbyteoffsetandlength_999332a180064b59 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
) {
|
|
return new Int32Array(e, n >>> 0, t >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_newwithbyteoffsetandlength_d4a86622320ea258 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
) {
|
|
return new Uint16Array(e, n >>> 0, t >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_newwithbyteoffsetandlength_d97e637ebe145a9a = function (
|
|
e,
|
|
n,
|
|
t,
|
|
) {
|
|
return new Uint8Array(e, n >>> 0, t >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_newwithbyteoffsetandlength_e6b7e69acd4c7354 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
) {
|
|
return new Float32Array(e, n >>> 0, t >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_newwithbyteoffsetandlength_f1dead44d1fc7212 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
) {
|
|
return new Uint32Array(e, n >>> 0, t >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_newwithbyteoffsetandlength_f254047f7e80e7ff = function (
|
|
e,
|
|
n,
|
|
t,
|
|
) {
|
|
return new Int16Array(e, n >>> 0, t >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_newwitheventinitdict_502dbfa1b3d2fcbc = function () {
|
|
return u(function (e, n, t) {
|
|
return new CloseEvent(o(e, n), t)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_newwithstrandinit_06c535e0a867c635 = function () {
|
|
return u(function (e, n, t) {
|
|
return new Request(o(e, n), t)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_newwithsw_dae0a8f485014db3 = function () {
|
|
return u(function (e, n) {
|
|
return new ImageData(e >>> 0, n >>> 0)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_newwithu8arraysequence_1e24f242a67f6fdd = function () {
|
|
return u(function (e) {
|
|
return new Blob(e)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_newwithu8arraysequenceandoptions_068570c487f69127 =
|
|
function () {
|
|
return u(function (e, n) {
|
|
return new Blob(e, n)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_newwithu8clampedarray_0fcf78a036c89a97 = function () {
|
|
return u(function (e, n, t) {
|
|
return new ImageData(P(e, n), t >>> 0)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_next_6574e1a8a62d1055 = function () {
|
|
return u(function (e) {
|
|
return e.next()
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_now_2c95c9de01293173 = function (e) {
|
|
return e.now()
|
|
}),
|
|
(e.wbg.__wbg_of_2eaf5a02d443ef03 = function (e) {
|
|
return Array.of(e)
|
|
}),
|
|
(e.wbg.__wbg_of_66b3ee656cbd962b = function (e, n) {
|
|
return Array.of(e, n)
|
|
}),
|
|
(e.wbg.__wbg_offsetX_adb14e39bdd32e22 = function (e) {
|
|
return e.offsetX
|
|
}),
|
|
(e.wbg.__wbg_offsetY_e88dc24ec0418dd4 = function (e) {
|
|
return e.offsetY
|
|
}),
|
|
(e.wbg.__wbg_ok_3aaf32d069979723 = function (e) {
|
|
return e.ok
|
|
}),
|
|
(e.wbg.__wbg_onCallbackAvailable_bd945d93c9017006 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
) {
|
|
e.onCallbackAvailable(o(n, t))
|
|
}),
|
|
(e.wbg.__wbg_openVirtualKeyboard_7f85d766c82ab290 = function (e) {
|
|
e.openVirtualKeyboard()
|
|
}),
|
|
(e.wbg.__wbg_open_6c3f5ef5a0204c5d = function () {
|
|
return u(function (e, n, t, _, r) {
|
|
const b = e.open(o(n, t), o(_, r))
|
|
return l(b) ? 0 : i(b)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_ownKeys_3930041068756f1f = function () {
|
|
return u(function (e) {
|
|
return Reflect.ownKeys(e)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_panic_68fe4c575d1b5a09 = function (e, n) {
|
|
e.panic(n)
|
|
}),
|
|
(e.wbg.__wbg_parentElement_be28a1a931f9c9b7 = function (e) {
|
|
const n = e.parentElement
|
|
return l(n) ? 0 : i(n)
|
|
}),
|
|
(e.wbg.__wbg_performance_7a3ffd0b17f663ad = function (e) {
|
|
return e.performance
|
|
}),
|
|
(e.wbg.__wbg_persisted_d32ce73b8e522062 = function (e) {
|
|
return e.persisted
|
|
}),
|
|
(e.wbg.__wbg_pixelStorei_6aba5d04cdcaeaf6 = function (e, n, t) {
|
|
e.pixelStorei(n >>> 0, t)
|
|
}),
|
|
(e.wbg.__wbg_pixelStorei_c8520e4b46f4a973 = function (e, n, t) {
|
|
e.pixelStorei(n >>> 0, t)
|
|
}),
|
|
(e.wbg.__wbg_platform_faf02c487289f206 = function () {
|
|
return u(function (e, n) {
|
|
const t = s(
|
|
n.platform,
|
|
b.__wbindgen_malloc,
|
|
b.__wbindgen_realloc,
|
|
),
|
|
_ = g
|
|
p().setInt32(e + 4, _, !0), p().setInt32(e + 0, t, !0)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_pointerId_585e63ee80a49927 = function (e) {
|
|
return e.pointerId
|
|
}),
|
|
(e.wbg.__wbg_polygonOffset_773fe0017b2c8f51 = function (e, n, t) {
|
|
e.polygonOffset(n, t)
|
|
}),
|
|
(e.wbg.__wbg_polygonOffset_8c11c066486216c4 = function (e, n, t) {
|
|
e.polygonOffset(n, t)
|
|
}),
|
|
(e.wbg.__wbg_pressed_b3de5f0878ceb06e = function (e) {
|
|
return e.pressed
|
|
}),
|
|
(e.wbg.__wbg_preventDefault_c2314fd813c02b3c = function (e) {
|
|
e.preventDefault()
|
|
}),
|
|
(e.wbg.__wbg_protocol_faa0494a9b2554cb = function () {
|
|
return u(function (e, n) {
|
|
const t = s(
|
|
n.protocol,
|
|
b.__wbindgen_malloc,
|
|
b.__wbindgen_realloc,
|
|
),
|
|
_ = g
|
|
p().setInt32(e + 4, _, !0), p().setInt32(e + 0, t, !0)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_push_737cfc8c1432c2c6 = function (e, n) {
|
|
return e.push(n)
|
|
}),
|
|
(e.wbg.__wbg_putImageData_4c5aa10f3b3e4924 = function () {
|
|
return u(function (e, n, t, _) {
|
|
e.putImageData(n, t, _)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_quadraticCurveTo_35f0a0f2f7d36113 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.quadraticCurveTo(n, t, _, r)
|
|
}),
|
|
(e.wbg.__wbg_queryCounterEXT_7aed85645b7ec1da = function (e, n, t) {
|
|
e.queryCounterEXT(n, t >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_querySelectorAll_40998fd748f057ef = function () {
|
|
return u(function (e, n, t) {
|
|
return e.querySelectorAll(o(n, t))
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_querySelector_c69f8b573958906b = function () {
|
|
return u(function (e, n, t) {
|
|
const _ = e.querySelector(o(n, t))
|
|
return l(_) ? 0 : i(_)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_querySelector_d638ba83a95cf66a = function () {
|
|
return u(function (e, n, t) {
|
|
const _ = e.querySelector(o(n, t))
|
|
return l(_) ? 0 : i(_)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_queueMicrotask_97d92b4fcc8a61c5 = function (e) {
|
|
queueMicrotask(e)
|
|
}),
|
|
(e.wbg.__wbg_queueMicrotask_d3219def82552485 = function (e) {
|
|
return e.queueMicrotask
|
|
}),
|
|
(e.wbg.__wbg_queue_0ffbb97537a0c4ed = function (e) {
|
|
return e.queue
|
|
}),
|
|
(e.wbg.__wbg_readAsArrayBuffer_e51cb3c4fcc962de = function () {
|
|
return u(function (e, n) {
|
|
e.readAsArrayBuffer(n)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_readBuffer_1c35b1e4939f881d = function (e, n) {
|
|
e.readBuffer(n >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_readPixels_51a0c02cdee207a5 = function () {
|
|
return u(function (e, n, t, _, r, b, c, f) {
|
|
e.readPixels(n, t, _, r, b >>> 0, c >>> 0, f)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_readPixels_a6cbb21794452142 = function () {
|
|
return u(function (e, n, t, _, r, b, c, f) {
|
|
e.readPixels(n, t, _, r, b >>> 0, c >>> 0, f)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_readPixels_cd64c5a7b0343355 = function () {
|
|
return u(function (e, n, t, _, r, b, c, f) {
|
|
e.readPixels(n, t, _, r, b >>> 0, c >>> 0, f)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_readText_c5c32cada2022712 = function (e) {
|
|
return e.readText()
|
|
}),
|
|
(e.wbg.__wbg_read_a2434af1186cb56c = function (e) {
|
|
return e.read()
|
|
}),
|
|
(e.wbg.__wbg_readyState_7ef6e63c349899ed = function (e) {
|
|
return e.readyState
|
|
}),
|
|
(e.wbg.__wbg_reason_49f1cede8bcf23dd = function (e, n) {
|
|
const t = s(n.reason, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
_ = g
|
|
p().setInt32(e + 4, _, !0), p().setInt32(e + 0, t, !0)
|
|
}),
|
|
(e.wbg.__wbg_rect_81e517dfad48e8d9 = function (e, n, t, _, r) {
|
|
e.rect(n, t, _, r)
|
|
}),
|
|
(e.wbg.__wbg_redirected_4650287f2647ef36 = function (e) {
|
|
return e.redirected
|
|
}),
|
|
(e.wbg.__wbg_relatedTarget_d245b4078428fc22 = function (e) {
|
|
const n = e.relatedTarget
|
|
return l(n) ? 0 : i(n)
|
|
}),
|
|
(e.wbg.__wbg_releaseLock_091899af97991d2e = function (e) {
|
|
e.releaseLock()
|
|
}),
|
|
(e.wbg.__wbg_releasePointerCapture_e950e66cb5438c50 = function () {
|
|
return u(function (e, n) {
|
|
e.releasePointerCapture(n)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_reloadWithCanvasRenderer_d9ec51d58de4b584 = function (
|
|
e,
|
|
) {
|
|
e.reloadWithCanvasRenderer()
|
|
}),
|
|
(e.wbg.__wbg_removeChild_841bf1dc802c0a2c = function () {
|
|
return u(function (e, n) {
|
|
return e.removeChild(n)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_removeEventListener_056dfe8c3d6c58f9 = function () {
|
|
return u(function (e, n, t, _) {
|
|
e.removeEventListener(o(n, t), _)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_removeEventListener_d365ee1c2a7b08f0 = function () {
|
|
return u(function (e, n, t, _, r) {
|
|
e.removeEventListener(o(n, t), _, 0 !== r)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_remove_e2d2659f3128c045 = function (e) {
|
|
e.remove()
|
|
}),
|
|
(e.wbg.__wbg_renderbufferStorageMultisample_13fbd5e58900c6fe =
|
|
function (e, n, t, _, r, b) {
|
|
e.renderbufferStorageMultisample(n >>> 0, t, _ >>> 0, r, b)
|
|
}),
|
|
(e.wbg.__wbg_renderbufferStorage_73e01ea83b8afab4 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.renderbufferStorage(n >>> 0, t >>> 0, _, r)
|
|
}),
|
|
(e.wbg.__wbg_renderbufferStorage_f010012bd3566942 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.renderbufferStorage(n >>> 0, t >>> 0, _, r)
|
|
}),
|
|
(e.wbg.__wbg_replace_5f8f0dfb7c0efb12 = function (e, n, t, _) {
|
|
return e.replace(n, o(t, _))
|
|
}),
|
|
(e.wbg.__wbg_requestAdapter_f09d28b3f37de26c = function (e, n) {
|
|
return e.requestAdapter(n)
|
|
}),
|
|
(e.wbg.__wbg_requestAnimationFrame_d7fd890aaefc3246 = function () {
|
|
return u(function (e, n) {
|
|
return e.requestAnimationFrame(n)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_requestDevice_51509dadc50b2e9d = function (e, n) {
|
|
return e.requestDevice(n)
|
|
}),
|
|
(e.wbg.__wbg_resetTransform_abe10925627cf062 = function () {
|
|
return u(function (e) {
|
|
e.resetTransform()
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_resolve_4851785c9c5f573d = function (e) {
|
|
return Promise.resolve(e)
|
|
}),
|
|
(e.wbg.__wbg_respond_1f279fa9f8edcb1c = function () {
|
|
return u(function (e, n) {
|
|
e.respond(n >>> 0)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_restore_cc5ae2746f7b5043 = function (e) {
|
|
e.restore()
|
|
}),
|
|
(e.wbg.__wbg_result_dadbdcc801180072 = function () {
|
|
return u(function (e) {
|
|
return e.result
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_resume_35efdc4ffe13bf18 = function () {
|
|
return u(function (e) {
|
|
return e.resume()
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_revokeObjectURL_27267efebeb457c7 = function () {
|
|
return u(function (e, n) {
|
|
URL.revokeObjectURL(o(e, n))
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_rufflehandle_new = function (e) {
|
|
return Re.__wrap(e)
|
|
}),
|
|
(e.wbg.__wbg_sampleRate_b7a06df362a2b6b3 = function (e) {
|
|
return e.sampleRate
|
|
}),
|
|
(e.wbg.__wbg_samplerParameterf_909baf50360c94d4 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
) {
|
|
e.samplerParameterf(n, t >>> 0, _)
|
|
}),
|
|
(e.wbg.__wbg_samplerParameteri_d5c292172718da63 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
) {
|
|
e.samplerParameteri(n, t >>> 0, _)
|
|
}),
|
|
(e.wbg.__wbg_save_c675a7a4bbd44e4a = function (e) {
|
|
e.save()
|
|
}),
|
|
(e.wbg.__wbg_scissor_e917a332f67a5d30 = function (e, n, t, _, r) {
|
|
e.scissor(n, t, _, r)
|
|
}),
|
|
(e.wbg.__wbg_scissor_eb177ca33bf24a44 = function (e, n, t, _, r) {
|
|
e.scissor(n, t, _, r)
|
|
}),
|
|
(e.wbg.__wbg_search_db83e9563041480d = function (e, n) {
|
|
return e.search(n)
|
|
}),
|
|
(e.wbg.__wbg_select_a6f799366a79c31b = function (e) {
|
|
e.select()
|
|
}),
|
|
(e.wbg.__wbg_send_0293179ba074ffb4 = function () {
|
|
return u(function (e, n, t) {
|
|
e.send(o(n, t))
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_send_fc0c204e8a1757f4 = function () {
|
|
return u(function (e, n, t) {
|
|
e.send(h(n, t))
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_setAttributeNS_e6b1d3fe34fab2a0 = function () {
|
|
return u(function (e, n, t, _, r, b, c) {
|
|
e.setAttributeNS(0 === n ? void 0 : o(n, t), o(_, r), o(b, c))
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_setAttribute_2704501201f15687 = function () {
|
|
return u(function (e, n, t, _, r) {
|
|
e.setAttribute(o(n, t), o(_, r))
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_setBindGroup_a81ce7b3934585bf = function (e, n, t) {
|
|
e.setBindGroup(n >>> 0, t)
|
|
}),
|
|
(e.wbg.__wbg_setBindGroup_bb0c2c05b7c49401 = function () {
|
|
return u(function (e, n, t, _, r, b, c) {
|
|
e.setBindGroup(n >>> 0, t, A(_, r), b, c >>> 0)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_setFullscreen_a1107f821cc6a0c7 = function () {
|
|
return u(function (e, n) {
|
|
e.setFullscreen(0 !== n)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_setIndexBuffer_0487a271efcfe0ac = function (e, n, t, _) {
|
|
e.setIndexBuffer(n, re[t], _)
|
|
}),
|
|
(e.wbg.__wbg_setIndexBuffer_97fb24e7cc5b24c0 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.setIndexBuffer(n, re[t], _, r)
|
|
}),
|
|
(e.wbg.__wbg_setMetadata_3864e8ad332248cc = function (e, n) {
|
|
e.setMetadata(n)
|
|
}),
|
|
(e.wbg.__wbg_setPipeline_78f8f6d440dddd25 = function (e, n) {
|
|
e.setPipeline(n)
|
|
}),
|
|
(e.wbg.__wbg_setPointerCapture_c04dafaf4d00ffad = function () {
|
|
return u(function (e, n) {
|
|
e.setPointerCapture(n)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_setProperty_f2cf326652b9a713 = function () {
|
|
return u(function (e, n, t, _, r) {
|
|
e.setProperty(o(n, t), o(_, r))
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_setScissorRect_4db4ebbc562e249e = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.setScissorRect(n >>> 0, t >>> 0, _ >>> 0, r >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_setStencilReference_3d2d7ae6284b9f64 = function (e, n) {
|
|
e.setStencilReference(n >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_setTimeout_461fec76662b35ea = function () {
|
|
return u(function (e, n) {
|
|
return e.setTimeout(n)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_setTransform_840517837e2877d6 = function (e, n) {
|
|
e.setTransform(n)
|
|
}),
|
|
(e.wbg.__wbg_setTransform_8c4d954cafb34b75 = function () {
|
|
return u(function (e, n, t, _, r, b, c) {
|
|
e.setTransform(n, t, _, r, b, c)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_setVertexBuffer_b0d3128a04bfd766 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.setVertexBuffer(n >>> 0, t, _, r)
|
|
}),
|
|
(e.wbg.__wbg_setVertexBuffer_edbff6ddb5055174 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
) {
|
|
e.setVertexBuffer(n >>> 0, t, _)
|
|
}),
|
|
(e.wbg.__wbg_set_11cd83f45504cedf = function () {
|
|
return u(function (e, n, t, _, r) {
|
|
e.set(o(n, t), o(_, r))
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_set_37837023f3d740e8 = function (e, n, t) {
|
|
e[n >>> 0] = t
|
|
}),
|
|
(e.wbg.__wbg_set_3f1d0b984ed272ed = function (e, n, t) {
|
|
e[n] = t
|
|
}),
|
|
(e.wbg.__wbg_set_65595bdd868b3009 = function (e, n, t) {
|
|
e.set(n, t >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_set_bb8cecf6a62b9f46 = function () {
|
|
return u(function (e, n, t) {
|
|
return Reflect.set(e, n, t)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_set_d9a72c1550e3f2b5 = function () {
|
|
return u(function (e, n, t, _, r) {
|
|
e[o(n, t)] = o(_, r)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_seta_721deab95e136b71 = function (e, n) {
|
|
e.a = n
|
|
}),
|
|
(e.wbg.__wbg_seta_ce08133f118447c9 = function (e, n) {
|
|
e.a = n
|
|
}),
|
|
(e.wbg.__wbg_setaccept_ff32b9ffcfbd061d = function (e, n, t) {
|
|
e.accept = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setaccess_b20bfa3ec6b65d05 = function (e, n) {
|
|
e.access = ue[n]
|
|
}),
|
|
(e.wbg.__wbg_setaction_4510e88e8ccbbc3f = function (e, n, t) {
|
|
e.action = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setaddressmodeu_9c0b2104a94d10f3 = function (e, n) {
|
|
e.addressModeU = X[n]
|
|
}),
|
|
(e.wbg.__wbg_setaddressmodev_a9bedc188ff29608 = function (e, n) {
|
|
e.addressModeV = X[n]
|
|
}),
|
|
(e.wbg.__wbg_setaddressmodew_5774889145ce3789 = function (e, n) {
|
|
e.addressModeW = X[n]
|
|
}),
|
|
(e.wbg.__wbg_setalpha_2c7bdc9da833b6c2 = function (e, n) {
|
|
e.alpha = n
|
|
}),
|
|
(e.wbg.__wbg_setalphamode_fc3528d234b1fefa = function (e, n) {
|
|
e.alphaMode = Z[n]
|
|
}),
|
|
(e.wbg.__wbg_setalphatocoverageenabled_314ce1ca1759b395 = function (
|
|
e,
|
|
n,
|
|
) {
|
|
e.alphaToCoverageEnabled = 0 !== n
|
|
}),
|
|
(e.wbg.__wbg_setarraylayercount_3c7942d623042874 = function (e, n) {
|
|
e.arrayLayerCount = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setarraystride_4b36d0822dea74a8 = function (e, n) {
|
|
e.arrayStride = n
|
|
}),
|
|
(e.wbg.__wbg_setaspect_f06e234d0aacd1a6 = function (e, n) {
|
|
e.aspect = we[n]
|
|
}),
|
|
(e.wbg.__wbg_setattributes_382cc084e6792c33 = function (e, n) {
|
|
e.attributes = n
|
|
}),
|
|
(e.wbg.__wbg_setb_f53c2f10173c804f = function (e, n) {
|
|
e.b = n
|
|
}),
|
|
(e.wbg.__wbg_setbasearraylayer_a5b968338c5c56b6 = function (e, n) {
|
|
e.baseArrayLayer = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setbasemiplevel_e3288c2d851da708 = function (e, n) {
|
|
e.baseMipLevel = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setbeginningofpasswriteindex_35dcbf135e4f9d61 =
|
|
function (e, n) {
|
|
e.beginningOfPassWriteIndex = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setbinaryType_92fa1ffd873b327c = function (e, n) {
|
|
e.binaryType = j[n]
|
|
}),
|
|
(e.wbg.__wbg_setbindgrouplayouts_8de6e109dd34a448 = function (e, n) {
|
|
e.bindGroupLayouts = n
|
|
}),
|
|
(e.wbg.__wbg_setbinding_5276d6202fceba46 = function (e, n) {
|
|
e.binding = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setbinding_9e9ed8b6e1418176 = function (e, n) {
|
|
e.binding = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setblend_6828ff186670f414 = function (e, n) {
|
|
e.blend = n
|
|
}),
|
|
(e.wbg.__wbg_setbody_5923b78a95eedf29 = function (e, n) {
|
|
e.body = n
|
|
}),
|
|
(e.wbg.__wbg_setbuffer_10a9ee2a05c73896 = function (e, n) {
|
|
e.buffer = n
|
|
}),
|
|
(e.wbg.__wbg_setbuffer_1acdac44d9638973 = function (e, n) {
|
|
e.buffer = n
|
|
}),
|
|
(e.wbg.__wbg_setbuffer_1d16f319d6410e50 = function (e, n) {
|
|
e.buffer = n
|
|
}),
|
|
(e.wbg.__wbg_setbuffer_74b7b0adf855cf1a = function (e, n) {
|
|
e.buffer = n
|
|
}),
|
|
(e.wbg.__wbg_setbuffers_53e83b7c7a5c95aa = function (e, n) {
|
|
e.buffers = n
|
|
}),
|
|
(e.wbg.__wbg_setbytesperrow_9249690c44f83135 = function (e, n) {
|
|
e.bytesPerRow = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setbytesperrow_ffe6655e20551429 = function (e, n) {
|
|
e.bytesPerRow = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setcapture_46bd7043887eba02 = function (e, n) {
|
|
e.capture = 0 !== n
|
|
}),
|
|
(e.wbg.__wbg_setclearvalue_f82fff01ed0b5c35 = function (e, n) {
|
|
e.clearValue = n
|
|
}),
|
|
(e.wbg.__wbg_setcode_156060465a2f8f79 = function (e, n) {
|
|
e.code = n
|
|
}),
|
|
(e.wbg.__wbg_setcode_6b6ad02fc1705aa2 = function (e, n, t) {
|
|
e.code = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setcodec_4711d15b4dc250aa = function (e, n, t) {
|
|
e.codec = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setcolor_0df2c5f47a951ac1 = function (e, n) {
|
|
e.color = n
|
|
}),
|
|
(e.wbg.__wbg_setcolorattachments_de625dd9a4850a13 = function (e, n) {
|
|
e.colorAttachments = n
|
|
}),
|
|
(e.wbg.__wbg_setcompare_1b67d8112d05628e = function (e, n) {
|
|
e.compare = ee[n]
|
|
}),
|
|
(e.wbg.__wbg_setcompare_8fbddcdd4781f49a = function (e, n) {
|
|
e.compare = ee[n]
|
|
}),
|
|
(e.wbg.__wbg_setcount_e8b681b1185cf5da = function (e, n) {
|
|
e.count = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setcredentials_c3a22f1cd105a2c6 = function (e, n) {
|
|
e.credentials = xe[n]
|
|
}),
|
|
(e.wbg.__wbg_setcullmode_74bc6eaab528c94b = function (e, n) {
|
|
e.cullMode = ne[n]
|
|
}),
|
|
(e.wbg.__wbg_setd_909aae55675656bf = function (e, n) {
|
|
e.d = n
|
|
}),
|
|
(e.wbg.__wbg_setdata_5aa9939c8f2f7291 = function (e, n) {
|
|
e.data = n
|
|
}),
|
|
(e.wbg.__wbg_setdepthbias_cdcc35c6971d19cd = function (e, n) {
|
|
e.depthBias = n
|
|
}),
|
|
(e.wbg.__wbg_setdepthbiasclamp_57801e26f66496d9 = function (e, n) {
|
|
e.depthBiasClamp = n
|
|
}),
|
|
(e.wbg.__wbg_setdepthbiasslopescale_81699f807bd5a647 = function (
|
|
e,
|
|
n,
|
|
) {
|
|
e.depthBiasSlopeScale = n
|
|
}),
|
|
(e.wbg.__wbg_setdepthclearvalue_9801aa9eff7645df = function (e, n) {
|
|
e.depthClearValue = n
|
|
}),
|
|
(e.wbg.__wbg_setdepthcompare_53d249a136855bd8 = function (e, n) {
|
|
e.depthCompare = ee[n]
|
|
}),
|
|
(e.wbg.__wbg_setdepthfailop_2e4767995acd4c0a = function (e, n) {
|
|
e.depthFailOp = ie[n]
|
|
}),
|
|
(e.wbg.__wbg_setdepthloadop_af0b0f05e83f6571 = function (e, n) {
|
|
e.depthLoadOp = be[n]
|
|
}),
|
|
(e.wbg.__wbg_setdepthorarraylayers_5d480fc05509ea0c = function (
|
|
e,
|
|
n,
|
|
) {
|
|
e.depthOrArrayLayers = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setdepthreadonly_a7b7224074e024d3 = function (e, n) {
|
|
e.depthReadOnly = 0 !== n
|
|
}),
|
|
(e.wbg.__wbg_setdepthstencil_2bb2fcea55783858 = function (e, n) {
|
|
e.depthStencil = n
|
|
}),
|
|
(e.wbg.__wbg_setdepthstencilattachment_dcbd5b74e4350e16 = function (
|
|
e,
|
|
n,
|
|
) {
|
|
e.depthStencilAttachment = n
|
|
}),
|
|
(e.wbg.__wbg_setdepthstoreop_40dfd99c7e42f894 = function (e, n) {
|
|
e.depthStoreOp = ge[n]
|
|
}),
|
|
(e.wbg.__wbg_setdepthwriteenabled_4368a2fe5d258cb0 = function (e, n) {
|
|
e.depthWriteEnabled = 0 !== n
|
|
}),
|
|
(e.wbg.__wbg_setdescription_d1194da3c0c55b20 = function (e, n) {
|
|
e.description = n
|
|
}),
|
|
(e.wbg.__wbg_setdevice_d372d6aa06f20cae = function (e, n) {
|
|
e.device = n
|
|
}),
|
|
(e.wbg.__wbg_setdimension_268b2b7bfc3e2bb8 = function (e, n) {
|
|
e.dimension = de[n]
|
|
}),
|
|
(e.wbg.__wbg_setdimension_359b229ea1b67a77 = function (e, n) {
|
|
e.dimension = me[n]
|
|
}),
|
|
(e.wbg.__wbg_setdownload_2af133b91eb04665 = function (e, n, t) {
|
|
e.download = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setdstfactor_96e73b9eaedeb23e = function (e, n) {
|
|
e.dstFactor = $[n]
|
|
}),
|
|
(e.wbg.__wbg_setendofpasswriteindex_71e7659a9d2a9d60 = function (
|
|
e,
|
|
n,
|
|
) {
|
|
e.endOfPassWriteIndex = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setentries_5941f16619f54d42 = function (e, n) {
|
|
e.entries = n
|
|
}),
|
|
(e.wbg.__wbg_setentries_97a6ad10aa7fa4d1 = function (e, n) {
|
|
e.entries = n
|
|
}),
|
|
(e.wbg.__wbg_setentrypoint_a858879f63ec2236 = function (e, n, t) {
|
|
e.entryPoint = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setentrypoint_a8ce0b22c20548b0 = function (e, n, t) {
|
|
e.entryPoint = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_seterror_4ce8a2ad7ee75507 = function (e, n) {
|
|
e.error = n
|
|
}),
|
|
(e.wbg.__wbg_setfailop_d55bda42958efa98 = function (e, n) {
|
|
e.failOp = ie[n]
|
|
}),
|
|
(e.wbg.__wbg_setfillStyle_2205fca942c641ba = function (e, n, t) {
|
|
e.fillStyle = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setfillStyle_42e38d3d485e9a92 = function (e, n) {
|
|
e.fillStyle = n
|
|
}),
|
|
(e.wbg.__wbg_setfillStyle_463d0239de4edade = function (e, n) {
|
|
e.fillStyle = n
|
|
}),
|
|
(e.wbg.__wbg_setfilter_c76060d57791e4f9 = function (e, n, t) {
|
|
e.filter = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setformat_69ba449c0e080708 = function (e, n) {
|
|
e.format = se[n]
|
|
}),
|
|
(e.wbg.__wbg_setformat_713b9e90b13df6aa = function (e, n) {
|
|
e.format = pe[n]
|
|
}),
|
|
(e.wbg.__wbg_setformat_76bcf93126fcdc9d = function (e, n) {
|
|
e.format = se[n]
|
|
}),
|
|
(e.wbg.__wbg_setformat_970299d3f84a8f20 = function (e, n) {
|
|
e.format = se[n]
|
|
}),
|
|
(e.wbg.__wbg_setformat_a8a60feb127f0971 = function (e, n) {
|
|
e.format = se[n]
|
|
}),
|
|
(e.wbg.__wbg_setformat_beb33029aea4cf8e = function (e, n) {
|
|
e.format = se[n]
|
|
}),
|
|
(e.wbg.__wbg_setformat_f6ec428901712514 = function (e, n) {
|
|
e.format = se[n]
|
|
}),
|
|
(e.wbg.__wbg_setfragment_0f23dfb67b3e84ab = function (e, n) {
|
|
e.fragment = n
|
|
}),
|
|
(e.wbg.__wbg_setfrontface_c80337acd997f8c6 = function (e, n) {
|
|
e.frontFace = _e[n]
|
|
}),
|
|
(e.wbg.__wbg_setg_7eb6b5e67456a09e = function (e, n) {
|
|
e.g = n
|
|
}),
|
|
(e.wbg.__wbg_setglobalAlpha_4673ca870e9d3439 = function (e, n) {
|
|
e.globalAlpha = n
|
|
}),
|
|
(e.wbg.__wbg_setglobalCompositeOperation_9a7a92bac2fb7ffd =
|
|
function () {
|
|
return u(function (e, n, t) {
|
|
e.globalCompositeOperation = o(n, t)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_sethasdynamicoffset_b34dfdba692a7959 = function (e, n) {
|
|
e.hasDynamicOffset = 0 !== n
|
|
}),
|
|
(e.wbg.__wbg_setheight_433680330c9420c3 = function (e, n) {
|
|
e.height = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setheight_a7439239ff109215 = function (e, n) {
|
|
e.height = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setheight_da683a33fa99843c = function (e, n) {
|
|
e.height = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_sethref_5d8095525d8737d4 = function (e, n, t) {
|
|
e.href = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setid_d1300d55a412791b = function (e, n, t) {
|
|
e.id = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setimageSmoothingEnabled_d11427a7f069cc1d = function (
|
|
e,
|
|
n,
|
|
) {
|
|
e.imageSmoothingEnabled = 0 !== n
|
|
}),
|
|
(e.wbg.__wbg_setinnerHTML_31bde41f835786f7 = function (e, n, t) {
|
|
e.innerHTML = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setinnerText_b11978b8158639c4 = function (e, n, t) {
|
|
e.innerText = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setlabel_1df8805b2aad72d7 = function (e, n, t) {
|
|
e.label = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setlabel_460a52030d604dd7 = function (e, n, t) {
|
|
e.label = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setlabel_57008c2e11276b5e = function (e, n, t) {
|
|
e.label = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setlabel_66db708c47a585b2 = function (e, n, t) {
|
|
e.label = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setlabel_68cd87490e02e1de = function (e, n, t) {
|
|
e.label = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setlabel_76b058f0224eb49e = function (e, n, t) {
|
|
e.label = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setlabel_89c327fa94d8076b = function (e, n, t) {
|
|
e.label = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setlabel_969d6f8279c74456 = function (e, n, t) {
|
|
e.label = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setlabel_a0c41069e355431e = function (e, n, t) {
|
|
e.label = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setlabel_c14214ffbf6e5c4a = function (e, n, t) {
|
|
e.label = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setlabel_ca2c132e2b646244 = function (e, n, t) {
|
|
e.label = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setlabel_e6fab993e10f1dd3 = function (e, n, t) {
|
|
e.label = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setlabel_f9a45e9ef445b781 = function (e, n, t) {
|
|
e.label = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setlayout_67a29edc6247c437 = function (e, n) {
|
|
e.layout = n
|
|
}),
|
|
(e.wbg.__wbg_setlayout_758d30edbd6ea91c = function (e, n) {
|
|
e.layout = n
|
|
}),
|
|
(e.wbg.__wbg_setlineCap_52b6d742c95a5630 = function (e, n, t) {
|
|
e.lineCap = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setlineJoin_7e005d90ef83d627 = function (e, n, t) {
|
|
e.lineJoin = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setlineWidth_ec730c524f09baa9 = function (e, n) {
|
|
e.lineWidth = n
|
|
}),
|
|
(e.wbg.__wbg_setloadop_5644a3bf70f4f76c = function (e, n) {
|
|
e.loadOp = be[n]
|
|
}),
|
|
(e.wbg.__wbg_setlodmaxclamp_d80060a9922f9fe3 = function (e, n) {
|
|
e.lodMaxClamp = n
|
|
}),
|
|
(e.wbg.__wbg_setlodminclamp_bee469ae69d038f0 = function (e, n) {
|
|
e.lodMinClamp = n
|
|
}),
|
|
(e.wbg.__wbg_setmagfilter_f50646cfdc01700d = function (e, n) {
|
|
e.magFilter = te[n]
|
|
}),
|
|
(e.wbg.__wbg_setmappedatcreation_0dc5796d4e90ab4b = function (e, n) {
|
|
e.mappedAtCreation = 0 !== n
|
|
}),
|
|
(e.wbg.__wbg_setmask_800b15ad78613be8 = function (e, n) {
|
|
e.mask = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setmaxanisotropy_83ac2a8bef9f9ec8 = function (e, n) {
|
|
e.maxAnisotropy = n
|
|
}),
|
|
(e.wbg.__wbg_setmethod_2ebc89f2a1b4664c = function (e, n, t) {
|
|
e.method = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setmethod_3c5280fe5d890842 = function (e, n, t) {
|
|
e.method = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setminbindingsize_20ca594cd6d93818 = function (e, n) {
|
|
e.minBindingSize = n
|
|
}),
|
|
(e.wbg.__wbg_setminfilter_8ffc9e1ac6b4149f = function (e, n) {
|
|
e.minFilter = te[n]
|
|
}),
|
|
(e.wbg.__wbg_setmiplevel_6f507098915add77 = function (e, n) {
|
|
e.mipLevel = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setmiplevelcount_5e59806cbcf116e9 = function (e, n) {
|
|
e.mipLevelCount = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setmiplevelcount_f896fe8cbb669df2 = function (e, n) {
|
|
e.mipLevelCount = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setmipmapfilter_037575f2e647f024 = function (e, n) {
|
|
e.mipmapFilter = ce[n]
|
|
}),
|
|
(e.wbg.__wbg_setmiterLimit_9ffca64ec692501d = function (e, n) {
|
|
e.miterLimit = n
|
|
}),
|
|
(e.wbg.__wbg_setmodule_4c73bb35cb0beb0b = function (e, n) {
|
|
e.module = n
|
|
}),
|
|
(e.wbg.__wbg_setmodule_ca21130b3f66ea5d = function (e, n) {
|
|
e.module = n
|
|
}),
|
|
(e.wbg.__wbg_setmultiple_1b3b3f243cda56b2 = function (e, n) {
|
|
e.multiple = 0 !== n
|
|
}),
|
|
(e.wbg.__wbg_setmultisample_4f57dcaa4144a62f = function (e, n) {
|
|
e.multisample = n
|
|
}),
|
|
(e.wbg.__wbg_setmultisampled_0bb9fc1b577bf11a = function (e, n) {
|
|
e.multisampled = 0 !== n
|
|
}),
|
|
(e.wbg.__wbg_setname_fc436ede35bd8af1 = function (e, n, t) {
|
|
e.name = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setoffset_67ee100819c122f2 = function (e, n) {
|
|
e.offset = n
|
|
}),
|
|
(e.wbg.__wbg_setoffset_721180fefc9711a9 = function (e, n) {
|
|
e.offset = n
|
|
}),
|
|
(e.wbg.__wbg_setoffset_a8194a4fcfff8910 = function (e, n) {
|
|
e.offset = n
|
|
}),
|
|
(e.wbg.__wbg_setoffset_d37e5fa34e9ded2e = function (e, n) {
|
|
e.offset = n
|
|
}),
|
|
(e.wbg.__wbg_setonce_0cb80aea26303a35 = function (e, n) {
|
|
e.once = 0 !== n
|
|
}),
|
|
(e.wbg.__wbg_setonclick_d0c6e25a994463d9 = function (e, n) {
|
|
e.onclick = n
|
|
}),
|
|
(e.wbg.__wbg_setonended_afec7b900a9d62d8 = function (e, n) {
|
|
e.onended = n
|
|
}),
|
|
(e.wbg.__wbg_setonload_1302417ca59f658b = function (e, n) {
|
|
e.onload = n
|
|
}),
|
|
(e.wbg.__wbg_setoperation_173958551af7f4f2 = function (e, n) {
|
|
e.operation = Y[n]
|
|
}),
|
|
(e.wbg.__wbg_setoptimizeforlatency_0bccf9d26e3e2224 = function (
|
|
e,
|
|
n,
|
|
) {
|
|
e.optimizeForLatency = 0 !== n
|
|
}),
|
|
(e.wbg.__wbg_setorigin_e26b73e77b3e275d = function (e, n) {
|
|
e.origin = n
|
|
}),
|
|
(e.wbg.__wbg_setoutput_ff9dc597ad64d749 = function (e, n) {
|
|
e.output = n
|
|
}),
|
|
(e.wbg.__wbg_setpassive_57a5a4c4b00a7c62 = function (e, n) {
|
|
e.passive = 0 !== n
|
|
}),
|
|
(e.wbg.__wbg_setpassop_070547fd6160a00d = function (e, n) {
|
|
e.passOp = ie[n]
|
|
}),
|
|
(e.wbg.__wbg_setpowerpreference_1f3351e5d2acf765 = function (e, n) {
|
|
e.powerPreference = fe[n]
|
|
}),
|
|
(e.wbg.__wbg_setprimitive_ee18492ab93953bc = function (e, n) {
|
|
e.primitive = n
|
|
}),
|
|
(e.wbg.__wbg_setqueryset_3b14f95f9bd114db = function (e, n) {
|
|
e.querySet = n
|
|
}),
|
|
(e.wbg.__wbg_setr_a4e2f60e3466da86 = function (e, n) {
|
|
e.r = n
|
|
}),
|
|
(e.wbg.__wbg_setreason_d29ac0402eeeb81a = function (e, n, t) {
|
|
e.reason = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setrequiredfeatures_fc44bc3433300ee3 = function (e, n) {
|
|
e.requiredFeatures = n
|
|
}),
|
|
(e.wbg.__wbg_setresolvetarget_c4b519cab7eb42b7 = function (e, n) {
|
|
e.resolveTarget = n
|
|
}),
|
|
(e.wbg.__wbg_setresource_1659f5a29a2e0541 = function (e, n) {
|
|
e.resource = n
|
|
}),
|
|
(e.wbg.__wbg_setrowsperimage_53ed2c633b1adfcc = function (e, n) {
|
|
e.rowsPerImage = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setrowsperimage_b16fc77b3e7f5230 = function (e, n) {
|
|
e.rowsPerImage = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setsamplecount_e88d044f067a2241 = function (e, n) {
|
|
e.sampleCount = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setsampler_a778272f31d31ce5 = function (e, n) {
|
|
e.sampler = n
|
|
}),
|
|
(e.wbg.__wbg_setsampletype_c0e25b966db74174 = function (e, n) {
|
|
e.sampleType = le[n]
|
|
}),
|
|
(e.wbg.__wbg_setshaderlocation_985046f48e76573f = function (e, n) {
|
|
e.shaderLocation = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setsize_23676383c9c0732f = function (e, n) {
|
|
e.size = n
|
|
}),
|
|
(e.wbg.__wbg_setsize_51616eaf8209c58b = function (e, n) {
|
|
e.size = n
|
|
}),
|
|
(e.wbg.__wbg_setsize_5878aadcd23673cf = function (e, n) {
|
|
e.size = n
|
|
}),
|
|
(e.wbg.__wbg_setsrcfactor_04ce8874f1bff5a8 = function (e, n) {
|
|
e.srcFactor = $[n]
|
|
}),
|
|
(e.wbg.__wbg_setstencilback_4b20ecfcd4c4816a = function (e, n) {
|
|
e.stencilBack = n
|
|
}),
|
|
(e.wbg.__wbg_setstencilclearvalue_7ba82e1993788f37 = function (e, n) {
|
|
e.stencilClearValue = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setstencilfront_1ca3b695f7c42f6a = function (e, n) {
|
|
e.stencilFront = n
|
|
}),
|
|
(e.wbg.__wbg_setstencilloadop_b65c60a0077315cd = function (e, n) {
|
|
e.stencilLoadOp = be[n]
|
|
}),
|
|
(e.wbg.__wbg_setstencilreadmask_4f5b98747141e796 = function (e, n) {
|
|
e.stencilReadMask = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setstencilreadonly_9006a99a91d198e9 = function (e, n) {
|
|
e.stencilReadOnly = 0 !== n
|
|
}),
|
|
(e.wbg.__wbg_setstencilstoreop_4f00c5eca345c145 = function (e, n) {
|
|
e.stencilStoreOp = ge[n]
|
|
}),
|
|
(e.wbg.__wbg_setstencilwritemask_e37a7214d84ace99 = function (e, n) {
|
|
e.stencilWriteMask = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setstepmode_7d58d75e6547a7a6 = function (e, n) {
|
|
e.stepMode = he[n]
|
|
}),
|
|
(e.wbg.__wbg_setstoragetexture_2987339fec972d54 = function (e, n) {
|
|
e.storageTexture = n
|
|
}),
|
|
(e.wbg.__wbg_setstoreop_c62dd050b5806095 = function (e, n) {
|
|
e.storeOp = ge[n]
|
|
}),
|
|
(e.wbg.__wbg_setstripindexformat_3e4893749b3f00b0 = function (e, n) {
|
|
e.stripIndexFormat = re[n]
|
|
}),
|
|
(e.wbg.__wbg_setstrokeStyle_415833f3f0eb5076 = function (e, n, t) {
|
|
e.strokeStyle = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setstrokeStyle_7650790bed1017e2 = function (e, n) {
|
|
e.strokeStyle = n
|
|
}),
|
|
(e.wbg.__wbg_setstrokeStyle_a2d0e236a696d221 = function (e, n) {
|
|
e.strokeStyle = n
|
|
}),
|
|
(e.wbg.__wbg_settabIndex_31adfec3c7eafbce = function (e, n) {
|
|
e.tabIndex = n
|
|
}),
|
|
(e.wbg.__wbg_settarget_91856fcff2894278 = function (e, n, t) {
|
|
e.target = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_settargets_0ef1de33af7253a6 = function (e, n) {
|
|
e.targets = n
|
|
}),
|
|
(e.wbg.__wbg_settexture_2553e9c3ae6f7687 = function (e, n) {
|
|
e.texture = n
|
|
}),
|
|
(e.wbg.__wbg_settexture_f62859f817324dd1 = function (e, n) {
|
|
e.texture = n
|
|
}),
|
|
(e.wbg.__wbg_settimestamp_fea9915c542831dc = function (e, n) {
|
|
e.timestamp = n
|
|
}),
|
|
(e.wbg.__wbg_settimestampwrites_1995524c3a31cb8f = function (e, n) {
|
|
e.timestampWrites = n
|
|
}),
|
|
(e.wbg.__wbg_settopology_3d9b2f0ffe2e350c = function (e, n) {
|
|
e.topology = ae[n]
|
|
}),
|
|
(e.wbg.__wbg_settype_0b59dd5f4721c490 = function (e, n) {
|
|
e.type = oe[n]
|
|
}),
|
|
(e.wbg.__wbg_settype_2a902a4a235bb64a = function (e, n, t) {
|
|
e.type = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_settype_39ed370d3edd403c = function (e, n, t) {
|
|
e.type = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_settype_4982e42c05ec7507 = function (e, n) {
|
|
e.type = Q[n]
|
|
}),
|
|
(e.wbg.__wbg_settype_8c8bbfab4cf7e32e = function (e, n) {
|
|
e.type = J[n]
|
|
}),
|
|
(e.wbg.__wbg_setusage_44ebc3b496e60ff4 = function (e, n) {
|
|
e.usage = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setusage_4cf7b16df5617a46 = function (e, n) {
|
|
e.usage = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setusage_c45cca4a5b9f8376 = function (e, n) {
|
|
e.usage = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setusage_e58b3c3ce83fbbda = function (e, n) {
|
|
e.usage = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setvalue_08d17a42e5d5069d = function (e, n, t) {
|
|
e.value = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setvalue_6ad9ef6c692ea746 = function (e, n, t) {
|
|
e.value = o(n, t)
|
|
}),
|
|
(e.wbg.__wbg_setvertex_6144c56d98e2314a = function (e, n) {
|
|
e.vertex = n
|
|
}),
|
|
(e.wbg.__wbg_setview_4bc3dfcbfc8a58ba = function (e, n) {
|
|
e.view = n
|
|
}),
|
|
(e.wbg.__wbg_setview_8d0b0055b6ef07e3 = function (e, n) {
|
|
e.view = n
|
|
}),
|
|
(e.wbg.__wbg_setviewdimension_afac48443b8fb565 = function (e, n) {
|
|
e.viewDimension = me[n]
|
|
}),
|
|
(e.wbg.__wbg_setviewdimension_f5d4b5336a27d302 = function (e, n) {
|
|
e.viewDimension = me[n]
|
|
}),
|
|
(e.wbg.__wbg_setviewformats_0cfe174ac882efaf = function (e, n) {
|
|
e.viewFormats = n
|
|
}),
|
|
(e.wbg.__wbg_setviewformats_c566feb1da7b1925 = function (e, n) {
|
|
e.viewFormats = n
|
|
}),
|
|
(e.wbg.__wbg_setvisibility_7245f1acbedb4ff4 = function (e, n) {
|
|
e.visibility = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setwidth_056381a7176ba440 = function (e, n) {
|
|
e.width = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setwidth_660ca581e3fbe279 = function (e, n) {
|
|
e.width = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setwidth_c5fed9f5e7f0b406 = function (e, n) {
|
|
e.width = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setwritemask_c381ff702509999c = function (e, n) {
|
|
e.writeMask = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setx_6e550cba86f408f0 = function (e, n) {
|
|
e.x = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_sety_16ff3ff771600f8c = function (e, n) {
|
|
e.y = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_setz_b2c09b24c996ee06 = function (e, n) {
|
|
e.z = n >>> 0
|
|
}),
|
|
(e.wbg.__wbg_shaderSource_72d3e8597ef85b67 = function (e, n, t, _) {
|
|
e.shaderSource(n, o(t, _))
|
|
}),
|
|
(e.wbg.__wbg_shaderSource_ad0087e637a35191 = function (e, n, t, _) {
|
|
e.shaderSource(n, o(t, _))
|
|
}),
|
|
(e.wbg.__wbg_shiftKey_86e737105bab1a54 = function (e) {
|
|
return e.shiftKey
|
|
}),
|
|
(e.wbg.__wbg_stack_0ed75d68575b0f3c = function (e, n) {
|
|
const t = s(n.stack, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
_ = g
|
|
p().setInt32(e + 4, _, !0), p().setInt32(e + 0, t, !0)
|
|
}),
|
|
(e.wbg.__wbg_start_e81f89e130c3c86e = function () {
|
|
return u(function (e, n) {
|
|
e.start(n)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_state_8d0b3af7cfccc67a = function (e) {
|
|
const n = e.state
|
|
return (K.indexOf(n) + 1 || 4) - 1
|
|
}),
|
|
(e.wbg.__wbg_static_accessor_GLOBAL_88a902d13a557d07 = function () {
|
|
const e = void 0 === t.g ? null : t.g
|
|
return l(e) ? 0 : i(e)
|
|
}),
|
|
(e.wbg.__wbg_static_accessor_GLOBAL_THIS_56578be7e9f832b0 =
|
|
function () {
|
|
const e = "undefined" == typeof globalThis ? null : globalThis
|
|
return l(e) ? 0 : i(e)
|
|
}),
|
|
(e.wbg.__wbg_static_accessor_SELF_37c5d418e4bf5819 = function () {
|
|
const e = "undefined" == typeof self ? null : self
|
|
return l(e) ? 0 : i(e)
|
|
}),
|
|
(e.wbg.__wbg_static_accessor_WINDOW_5de37043a91a9c40 = function () {
|
|
const e = "undefined" == typeof window ? null : window
|
|
return l(e) ? 0 : i(e)
|
|
}),
|
|
(e.wbg.__wbg_statusText_207754230b39e67c = function (e, n) {
|
|
const t = s(
|
|
n.statusText,
|
|
b.__wbindgen_malloc,
|
|
b.__wbindgen_realloc,
|
|
),
|
|
_ = g
|
|
p().setInt32(e + 4, _, !0), p().setInt32(e + 0, t, !0)
|
|
}),
|
|
(e.wbg.__wbg_status_f6360336ca686bf0 = function (e) {
|
|
return e.status
|
|
}),
|
|
(e.wbg.__wbg_stencilFuncSeparate_91700dcf367ae07e = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.stencilFuncSeparate(n >>> 0, t >>> 0, _, r >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_stencilFuncSeparate_c1a6fa2005ca0aaf = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.stencilFuncSeparate(n >>> 0, t >>> 0, _, r >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_stencilFunc_ebe594b996e772e7 = function (e, n, t, _) {
|
|
e.stencilFunc(n >>> 0, t, _ >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_stencilMaskSeparate_4f1a2defc8c10956 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
) {
|
|
e.stencilMaskSeparate(n >>> 0, t >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_stencilMaskSeparate_f8a0cfb5c2994d4a = function (
|
|
e,
|
|
n,
|
|
t,
|
|
) {
|
|
e.stencilMaskSeparate(n >>> 0, t >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_stencilMask_1e602ef63f5b4144 = function (e, n) {
|
|
e.stencilMask(n >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_stencilMask_cd8ca0a55817e599 = function (e, n) {
|
|
e.stencilMask(n >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_stencilOpSeparate_1fa08985e79e1627 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.stencilOpSeparate(n >>> 0, t >>> 0, _ >>> 0, r >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_stencilOpSeparate_ff6683bbe3838ae6 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.stencilOpSeparate(n >>> 0, t >>> 0, _ >>> 0, r >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_stencilOp_cebb850a3b4f9e4f = function (e, n, t, _) {
|
|
e.stencilOp(n >>> 0, t >>> 0, _ >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_stroke_1b0348380fb5a54b = function (e, n) {
|
|
e.stroke(n)
|
|
}),
|
|
(e.wbg.__wbg_style_fb30c14e5815805c = function (e) {
|
|
return e.style
|
|
}),
|
|
(e.wbg.__wbg_submit_252766c4e0945cee = function (e, n) {
|
|
e.submit(n)
|
|
}),
|
|
(e.wbg.__wbg_submit_f9a346a4ea344d6d = function () {
|
|
return u(function (e) {
|
|
e.submit()
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_suppressContextMenu_da9d7900608f18ab = function (e) {
|
|
e.suppressContextMenu()
|
|
}),
|
|
(e.wbg.__wbg_suspend_6011a41599f07de4 = function () {
|
|
return u(function (e) {
|
|
return e.suspend()
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_texImage2D_06281e677e3f6909 = function () {
|
|
return u(function (e, n, t, _, r, b, c, f, a, o, i) {
|
|
e.texImage2D(
|
|
n >>> 0,
|
|
t,
|
|
_,
|
|
r,
|
|
b,
|
|
c,
|
|
f >>> 0,
|
|
a >>> 0,
|
|
0 === o ? void 0 : h(o, i),
|
|
)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_texImage2D_297bb8474cd4e8b8 = function () {
|
|
return u(function (e, n, t, _, r, b, c, f, a, o, i) {
|
|
e.texImage2D(
|
|
n >>> 0,
|
|
t,
|
|
_,
|
|
r,
|
|
b,
|
|
c,
|
|
f >>> 0,
|
|
a >>> 0,
|
|
0 === o ? void 0 : h(o, i),
|
|
)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_texImage2D_57483314967bdd11 = function () {
|
|
return u(function (e, n, t, _, r, b, c, f, a, o) {
|
|
e.texImage2D(n >>> 0, t, _, r, b, c, f >>> 0, a >>> 0, o)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_texImage2D_5f2835f02b1d1077 = function () {
|
|
return u(function (e, n, t, _, r, b, c, f, a, o) {
|
|
e.texImage2D(n >>> 0, t, _, r, b, c, f >>> 0, a >>> 0, o)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_texImage2D_b8edcb5692f65f88 = function () {
|
|
return u(function (e, n, t, _, r, b, c, f, a, o) {
|
|
e.texImage2D(n >>> 0, t, _, r, b, c, f >>> 0, a >>> 0, o)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_texImage3D_921b54d09bf45af0 = function () {
|
|
return u(function (e, n, t, _, r, b, c, f, a, o, i) {
|
|
e.texImage3D(n >>> 0, t, _, r, b, c, f, a >>> 0, o >>> 0, i)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_texImage3D_a00b7a4df48cf757 = function () {
|
|
return u(function (e, n, t, _, r, b, c, f, a, o, i) {
|
|
e.texImage3D(n >>> 0, t, _, r, b, c, f, a >>> 0, o >>> 0, i)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_texParameteri_8112b26b3c360b7e = function (e, n, t, _) {
|
|
e.texParameteri(n >>> 0, t >>> 0, _)
|
|
}),
|
|
(e.wbg.__wbg_texParameteri_ef50743cb94d507e = function (e, n, t, _) {
|
|
e.texParameteri(n >>> 0, t >>> 0, _)
|
|
}),
|
|
(e.wbg.__wbg_texStorage2D_fbda848497f3674e = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
b,
|
|
) {
|
|
e.texStorage2D(n >>> 0, t, _ >>> 0, r, b)
|
|
}),
|
|
(e.wbg.__wbg_texStorage3D_fd7a7ca30e7981d1 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
b,
|
|
c,
|
|
) {
|
|
e.texStorage3D(n >>> 0, t, _ >>> 0, r, b, c)
|
|
}),
|
|
(e.wbg.__wbg_texSubImage2D_061605071aad9d2c = function () {
|
|
return u(function (e, n, t, _, r, b, c, f, a, o) {
|
|
e.texSubImage2D(n >>> 0, t, _, r, b, c, f >>> 0, a >>> 0, o)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_texSubImage2D_82670edc2c5acd35 = function () {
|
|
return u(function (e, n, t, _, r, b, c, f, a, o) {
|
|
e.texSubImage2D(n >>> 0, t, _, r, b, c, f >>> 0, a >>> 0, o)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_texSubImage2D_aa9a084093764796 = function () {
|
|
return u(function (e, n, t, _, r, b, c, f, a, o) {
|
|
e.texSubImage2D(n >>> 0, t, _, r, b, c, f >>> 0, a >>> 0, o)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_texSubImage2D_c7951ed97252bdff = function () {
|
|
return u(function (e, n, t, _, r, b, c, f, a, o) {
|
|
e.texSubImage2D(n >>> 0, t, _, r, b, c, f >>> 0, a >>> 0, o)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_texSubImage2D_d52d1a0d3654c60b = function () {
|
|
return u(function (e, n, t, _, r, b, c, f, a, o) {
|
|
e.texSubImage2D(n >>> 0, t, _, r, b, c, f >>> 0, a >>> 0, o)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_texSubImage2D_dd9cac68ad5fe0b6 = function () {
|
|
return u(function (e, n, t, _, r, b, c, f, a, o) {
|
|
e.texSubImage2D(n >>> 0, t, _, r, b, c, f >>> 0, a >>> 0, o)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_texSubImage2D_e6d34f5bb062e404 = function () {
|
|
return u(function (e, n, t, _, r, b, c, f, a, o) {
|
|
e.texSubImage2D(n >>> 0, t, _, r, b, c, f >>> 0, a >>> 0, o)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_texSubImage2D_f39ea52a2d4bd2f7 = function () {
|
|
return u(function (e, n, t, _, r, b, c, f, a, o) {
|
|
e.texSubImage2D(n >>> 0, t, _, r, b, c, f >>> 0, a >>> 0, o)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_texSubImage2D_fbdf91268228c757 = function () {
|
|
return u(function (e, n, t, _, r, b, c, f, a, o) {
|
|
e.texSubImage2D(n >>> 0, t, _, r, b, c, f >>> 0, a >>> 0, o)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_texSubImage3D_02bbdad14919acfc = function () {
|
|
return u(function (e, n, t, _, r, b, c, f, a, o, i, u) {
|
|
e.texSubImage3D(n >>> 0, t, _, r, b, c, f, a, o >>> 0, i >>> 0, u)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_texSubImage3D_04731251d7cecc83 = function () {
|
|
return u(function (e, n, t, _, r, b, c, f, a, o, i, u) {
|
|
e.texSubImage3D(n >>> 0, t, _, r, b, c, f, a, o >>> 0, i >>> 0, u)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_texSubImage3D_37f0045d16871670 = function () {
|
|
return u(function (e, n, t, _, r, b, c, f, a, o, i, u) {
|
|
e.texSubImage3D(n >>> 0, t, _, r, b, c, f, a, o >>> 0, i >>> 0, u)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_texSubImage3D_3a871f6405d2f183 = function () {
|
|
return u(function (e, n, t, _, r, b, c, f, a, o, i, u) {
|
|
e.texSubImage3D(n >>> 0, t, _, r, b, c, f, a, o >>> 0, i >>> 0, u)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_texSubImage3D_66acd67f56e3b214 = function () {
|
|
return u(function (e, n, t, _, r, b, c, f, a, o, i, u) {
|
|
e.texSubImage3D(n >>> 0, t, _, r, b, c, f, a, o >>> 0, i >>> 0, u)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_texSubImage3D_a051de089266fa1b = function () {
|
|
return u(function (e, n, t, _, r, b, c, f, a, o, i, u) {
|
|
e.texSubImage3D(n >>> 0, t, _, r, b, c, f, a, o >>> 0, i >>> 0, u)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_texSubImage3D_b28c55f839bbec41 = function () {
|
|
return u(function (e, n, t, _, r, b, c, f, a, o, i, u) {
|
|
e.texSubImage3D(n >>> 0, t, _, r, b, c, f, a, o >>> 0, i >>> 0, u)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_texSubImage3D_f18bf091cd48774c = function () {
|
|
return u(function (e, n, t, _, r, b, c, f, a, o, i, u) {
|
|
e.texSubImage3D(n >>> 0, t, _, r, b, c, f, a, o >>> 0, i >>> 0, u)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_then_44b73946d2fb3e7d = function (e, n) {
|
|
return e.then(n)
|
|
}),
|
|
(e.wbg.__wbg_then_48b406749878a531 = function (e, n, t) {
|
|
return e.then(n, t)
|
|
}),
|
|
(e.wbg.__wbg_toString_c813bbd34d063839 = function (e) {
|
|
return e.toString()
|
|
}),
|
|
(e.wbg.__wbg_transform_bd4d08c26c833275 = function () {
|
|
return u(function (e, n, t, _, r, b, c) {
|
|
e.transform(n, t, _, r, b, c)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbg_uniform1f_21390b04609a9fa5 = function (e, n, t) {
|
|
e.uniform1f(n, t)
|
|
}),
|
|
(e.wbg.__wbg_uniform1f_dc009a0e7f7e5977 = function (e, n, t) {
|
|
e.uniform1f(n, t)
|
|
}),
|
|
(e.wbg.__wbg_uniform1fv_b41efa3d9c5df06c = function (e, n, t, _) {
|
|
e.uniform1fv(n, x(t, _))
|
|
}),
|
|
(e.wbg.__wbg_uniform1i_5ddd9d8ccbd390bb = function (e, n, t) {
|
|
e.uniform1i(n, t)
|
|
}),
|
|
(e.wbg.__wbg_uniform1i_ed95b6129dce4d84 = function (e, n, t) {
|
|
e.uniform1i(n, t)
|
|
}),
|
|
(e.wbg.__wbg_uniform1ui_66e092b67a21c84d = function (e, n, t) {
|
|
e.uniform1ui(n, t >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_uniform2fv_656fce9525420996 = function (e, n, t, _) {
|
|
e.uniform2fv(n, x(t, _))
|
|
}),
|
|
(e.wbg.__wbg_uniform2fv_d8bd2a36da7ce440 = function (e, n, t, _) {
|
|
e.uniform2fv(n, x(t, _))
|
|
}),
|
|
(e.wbg.__wbg_uniform2iv_4d39fc5a26f03f55 = function (e, n, t, _) {
|
|
e.uniform2iv(n, v(t, _))
|
|
}),
|
|
(e.wbg.__wbg_uniform2iv_e967139a28017a99 = function (e, n, t, _) {
|
|
e.uniform2iv(n, v(t, _))
|
|
}),
|
|
(e.wbg.__wbg_uniform2uiv_4c340c9e8477bb07 = function (e, n, t, _) {
|
|
e.uniform2uiv(n, A(t, _))
|
|
}),
|
|
(e.wbg.__wbg_uniform3fv_7d828b7c4c91138e = function (e, n, t, _) {
|
|
e.uniform3fv(n, x(t, _))
|
|
}),
|
|
(e.wbg.__wbg_uniform3fv_8153c834ce667125 = function (e, n, t, _) {
|
|
e.uniform3fv(n, x(t, _))
|
|
}),
|
|
(e.wbg.__wbg_uniform3iv_58662d914661aa10 = function (e, n, t, _) {
|
|
e.uniform3iv(n, v(t, _))
|
|
}),
|
|
(e.wbg.__wbg_uniform3iv_f30d27ec224b4b24 = function (e, n, t, _) {
|
|
e.uniform3iv(n, v(t, _))
|
|
}),
|
|
(e.wbg.__wbg_uniform3uiv_38673b825dc755f6 = function (e, n, t, _) {
|
|
e.uniform3uiv(n, A(t, _))
|
|
}),
|
|
(e.wbg.__wbg_uniform4f_36b8f9be15064aa7 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
b,
|
|
) {
|
|
e.uniform4f(n, t, _, r, b)
|
|
}),
|
|
(e.wbg.__wbg_uniform4f_f7ea07febf8b5108 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
b,
|
|
) {
|
|
e.uniform4f(n, t, _, r, b)
|
|
}),
|
|
(e.wbg.__wbg_uniform4fv_8827081a7585145b = function (e, n, t, _) {
|
|
e.uniform4fv(n, x(t, _))
|
|
}),
|
|
(e.wbg.__wbg_uniform4fv_c01fbc6c022abac3 = function (e, n, t, _) {
|
|
e.uniform4fv(n, x(t, _))
|
|
}),
|
|
(e.wbg.__wbg_uniform4iv_7fe05be291899f06 = function (e, n, t, _) {
|
|
e.uniform4iv(n, v(t, _))
|
|
}),
|
|
(e.wbg.__wbg_uniform4iv_84fdf80745e7ff26 = function (e, n, t, _) {
|
|
e.uniform4iv(n, v(t, _))
|
|
}),
|
|
(e.wbg.__wbg_uniform4uiv_9de55998fbfef236 = function (e, n, t, _) {
|
|
e.uniform4uiv(n, A(t, _))
|
|
}),
|
|
(e.wbg.__wbg_uniformBlockBinding_18117f4bda07115b = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
) {
|
|
e.uniformBlockBinding(n, t >>> 0, _ >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_uniformMatrix2fv_98681e400347369c = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.uniformMatrix2fv(n, 0 !== t, x(_, r))
|
|
}),
|
|
(e.wbg.__wbg_uniformMatrix2fv_bc019eb4784a3b8c = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.uniformMatrix2fv(n, 0 !== t, x(_, r))
|
|
}),
|
|
(e.wbg.__wbg_uniformMatrix2x3fv_6421f8d6f7f4d144 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.uniformMatrix2x3fv(n, 0 !== t, x(_, r))
|
|
}),
|
|
(e.wbg.__wbg_uniformMatrix2x4fv_27d807767d7aadc6 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.uniformMatrix2x4fv(n, 0 !== t, x(_, r))
|
|
}),
|
|
(e.wbg.__wbg_uniformMatrix3fv_3d6ad3a1e0b0b5b6 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.uniformMatrix3fv(n, 0 !== t, x(_, r))
|
|
}),
|
|
(e.wbg.__wbg_uniformMatrix3fv_3df529aab93cf902 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.uniformMatrix3fv(n, 0 !== t, x(_, r))
|
|
}),
|
|
(e.wbg.__wbg_uniformMatrix3x2fv_79357317e9637d05 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.uniformMatrix3x2fv(n, 0 !== t, x(_, r))
|
|
}),
|
|
(e.wbg.__wbg_uniformMatrix3x4fv_9d1a88b5abfbd64b = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.uniformMatrix3x4fv(n, 0 !== t, x(_, r))
|
|
}),
|
|
(e.wbg.__wbg_uniformMatrix4fv_da94083874f202ad = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.uniformMatrix4fv(n, 0 !== t, x(_, r))
|
|
}),
|
|
(e.wbg.__wbg_uniformMatrix4fv_e87383507ae75670 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.uniformMatrix4fv(n, 0 !== t, x(_, r))
|
|
}),
|
|
(e.wbg.__wbg_uniformMatrix4x2fv_aa507d918a0b5a62 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.uniformMatrix4x2fv(n, 0 !== t, x(_, r))
|
|
}),
|
|
(e.wbg.__wbg_uniformMatrix4x3fv_6712c7a3b4276fb4 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
) {
|
|
e.uniformMatrix4x3fv(n, 0 !== t, x(_, r))
|
|
}),
|
|
(e.wbg.__wbg_unmap_7b299155f31a9d79 = function (e) {
|
|
e.unmap()
|
|
}),
|
|
(e.wbg.__wbg_url_ae10c34ca209681d = function (e, n) {
|
|
const t = s(n.url, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
_ = g
|
|
p().setInt32(e + 4, _, !0), p().setInt32(e + 0, t, !0)
|
|
}),
|
|
(e.wbg.__wbg_useProgram_473bf913989b6089 = function (e, n) {
|
|
e.useProgram(n)
|
|
}),
|
|
(e.wbg.__wbg_useProgram_9b2660f7bb210471 = function (e, n) {
|
|
e.useProgram(n)
|
|
}),
|
|
(e.wbg.__wbg_value_cd1ffa7b1ab794f1 = function (e) {
|
|
return e.value
|
|
}),
|
|
(e.wbg.__wbg_values_99f7a68c7f313d66 = function (e) {
|
|
return e.values()
|
|
}),
|
|
(e.wbg.__wbg_vertexAttribDivisorANGLE_11e909d332960413 = function (
|
|
e,
|
|
n,
|
|
t,
|
|
) {
|
|
e.vertexAttribDivisorANGLE(n >>> 0, t >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_vertexAttribDivisor_4d361d77ffb6d3ff = function (
|
|
e,
|
|
n,
|
|
t,
|
|
) {
|
|
e.vertexAttribDivisor(n >>> 0, t >>> 0)
|
|
}),
|
|
(e.wbg.__wbg_vertexAttribIPointer_d0c67543348c90ce = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
b,
|
|
) {
|
|
e.vertexAttribIPointer(n >>> 0, t, _ >>> 0, r, b)
|
|
}),
|
|
(e.wbg.__wbg_vertexAttribPointer_550dc34903e3d1ea = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
b,
|
|
c,
|
|
) {
|
|
e.vertexAttribPointer(n >>> 0, t, _ >>> 0, 0 !== r, b, c)
|
|
}),
|
|
(e.wbg.__wbg_vertexAttribPointer_7a2a506cdbe3aebc = function (
|
|
e,
|
|
n,
|
|
t,
|
|
_,
|
|
r,
|
|
b,
|
|
c,
|
|
) {
|
|
e.vertexAttribPointer(n >>> 0, t, _ >>> 0, 0 !== r, b, c)
|
|
}),
|
|
(e.wbg.__wbg_view_fd8a56e8983f448d = function (e) {
|
|
const n = e.view
|
|
return l(n) ? 0 : i(n)
|
|
}),
|
|
(e.wbg.__wbg_viewport_a1b4d71297ba89af = function (e, n, t, _, r) {
|
|
e.viewport(n, t, _, r)
|
|
}),
|
|
(e.wbg.__wbg_viewport_e615e98f676f2d39 = function (e, n, t, _, r) {
|
|
e.viewport(n, t, _, r)
|
|
}),
|
|
(e.wbg.__wbg_visibleRect_f7558c0cfa7dfdbf = function (e) {
|
|
const n = e.visibleRect
|
|
return l(n) ? 0 : i(n)
|
|
}),
|
|
(e.wbg.__wbg_wasClean_605b4fd66d44354a = function (e) {
|
|
return e.wasClean
|
|
}),
|
|
(e.wbg.__wbg_width_5dde457d606ba683 = function (e) {
|
|
return e.width
|
|
}),
|
|
(e.wbg.__wbg_width_b0c1d9f437a95799 = function (e) {
|
|
return e.width
|
|
}),
|
|
(e.wbg.__wbg_width_cdaf02311c1621d1 = function (e) {
|
|
return e.width
|
|
}),
|
|
(e.wbg.__wbg_writeTexture_cd7877c213ee5704 = function () {
|
|
return u(function (e, n, t, _, r) {
|
|
e.writeTexture(n, t, _, r)
|
|
}, arguments)
|
|
}),
|
|
(e.wbg.__wbindgen_add = function (e, n) {
|
|
return e + n
|
|
}),
|
|
(e.wbg.__wbindgen_boolean_get = function (e) {
|
|
return "boolean" == typeof e ? (e ? 1 : 0) : 2
|
|
}),
|
|
(e.wbg.__wbindgen_cb_drop = function (e) {
|
|
const n = e.original
|
|
if (1 == n.cnt--) return (n.a = 0), !0
|
|
return !1
|
|
}),
|
|
(e.wbg.__wbindgen_closure_wrapper1044 = function (e, n, t) {
|
|
return C(e, n, 89, W)
|
|
}),
|
|
(e.wbg.__wbindgen_closure_wrapper1045 = function (e, n, t) {
|
|
return C(e, n, 89, W)
|
|
}),
|
|
(e.wbg.__wbindgen_closure_wrapper1046 = function (e, n, t) {
|
|
return C(e, n, 89, W)
|
|
}),
|
|
(e.wbg.__wbindgen_closure_wrapper1047 = function (e, n, t) {
|
|
return C(e, n, 89, W)
|
|
}),
|
|
(e.wbg.__wbindgen_closure_wrapper1048 = function (e, n, t) {
|
|
return C(e, n, 89, W)
|
|
}),
|
|
(e.wbg.__wbindgen_closure_wrapper1049 = function (e, n, t) {
|
|
return C(e, n, 89, W)
|
|
}),
|
|
(e.wbg.__wbindgen_closure_wrapper1050 = function (e, n, t) {
|
|
return C(e, n, 89, W)
|
|
}),
|
|
(e.wbg.__wbindgen_closure_wrapper1051 = function (e, n, t) {
|
|
return C(e, n, 89, V)
|
|
}),
|
|
(e.wbg.__wbindgen_closure_wrapper15041 = function (e, n, t) {
|
|
return C(e, n, 6940, H)
|
|
}),
|
|
(e.wbg.__wbindgen_closure_wrapper3174 = function (e, n, t) {
|
|
return C(e, n, 1459, z)
|
|
}),
|
|
(e.wbg.__wbindgen_closure_wrapper3304 = function (e, n, t) {
|
|
return C(e, n, 1511, U)
|
|
}),
|
|
(e.wbg.__wbindgen_closure_wrapper3306 = function (e, n, t) {
|
|
return C(e, n, 1511, q)
|
|
}),
|
|
(e.wbg.__wbindgen_closure_wrapper3308 = function (e, n, t) {
|
|
return C(e, n, 1511, q)
|
|
}),
|
|
(e.wbg.__wbindgen_closure_wrapper3310 = function (e, n, t) {
|
|
return C(e, n, 1511, q)
|
|
}),
|
|
(e.wbg.__wbindgen_closure_wrapper3353 = function (e, n, t) {
|
|
return F(e, n, 1538, G)
|
|
}),
|
|
(e.wbg.__wbindgen_closure_wrapper3354 = function (e, n, t) {
|
|
return F(e, n, 1538, G)
|
|
}),
|
|
(e.wbg.__wbindgen_debug_string = function (e, n) {
|
|
const t = s(k(n), b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
_ = g
|
|
p().setInt32(e + 4, _, !0), p().setInt32(e + 0, t, !0)
|
|
}),
|
|
(e.wbg.__wbindgen_error_new = function (e, n) {
|
|
return new Error(o(e, n))
|
|
}),
|
|
(e.wbg.__wbindgen_in = function (e, n) {
|
|
return e in n
|
|
}),
|
|
(e.wbg.__wbindgen_init_externref_table = function () {
|
|
const e = b.__wbindgen_export_2,
|
|
n = e.grow(4)
|
|
e.set(0, void 0),
|
|
e.set(n + 0, void 0),
|
|
e.set(n + 1, null),
|
|
e.set(n + 2, !0),
|
|
e.set(n + 3, !1)
|
|
}),
|
|
(e.wbg.__wbindgen_is_function = function (e) {
|
|
return "function" == typeof e
|
|
}),
|
|
(e.wbg.__wbindgen_is_null = function (e) {
|
|
return null === e
|
|
}),
|
|
(e.wbg.__wbindgen_is_string = function (e) {
|
|
return "string" == typeof e
|
|
}),
|
|
(e.wbg.__wbindgen_is_undefined = function (e) {
|
|
return void 0 === e
|
|
}),
|
|
(e.wbg.__wbindgen_memory = function () {
|
|
return b.memory
|
|
}),
|
|
(e.wbg.__wbindgen_number_get = function (e, n) {
|
|
const t = "number" == typeof n ? n : void 0
|
|
p().setFloat64(e + 8, l(t) ? 0 : t, !0),
|
|
p().setInt32(e + 0, !l(t), !0)
|
|
}),
|
|
(e.wbg.__wbindgen_number_new = function (e) {
|
|
return e
|
|
}),
|
|
(e.wbg.__wbindgen_string_get = function (e, n) {
|
|
const t = "string" == typeof n ? n : void 0
|
|
var _ = l(t) ? 0 : s(t, b.__wbindgen_malloc, b.__wbindgen_realloc),
|
|
r = g
|
|
p().setInt32(e + 4, r, !0), p().setInt32(e + 0, _, !0)
|
|
}),
|
|
(e.wbg.__wbindgen_string_new = function (e, n) {
|
|
return o(e, n)
|
|
}),
|
|
(e.wbg.__wbindgen_throw = function (e, n) {
|
|
throw new Error(o(e, n))
|
|
}),
|
|
e
|
|
)
|
|
}
|
|
function Ee(e, n) {
|
|
return (
|
|
(b = e.exports),
|
|
(We.__wbindgen_wasm_module = n),
|
|
(m = null),
|
|
(y = null),
|
|
(D = null),
|
|
(S = null),
|
|
(I = null),
|
|
(f = null),
|
|
(T = null),
|
|
b.__wbindgen_start(),
|
|
b
|
|
)
|
|
}
|
|
function Oe(e) {
|
|
if (void 0 !== b) return b
|
|
void 0 !== e &&
|
|
(Object.getPrototypeOf(e) === Object.prototype
|
|
? ({ module: e } = e)
|
|
: console.warn(
|
|
"using deprecated parameters for `initSync()`; pass a single object instead",
|
|
))
|
|
const n = Le()
|
|
e instanceof WebAssembly.Module || (e = new WebAssembly.Module(e))
|
|
return Ee(new WebAssembly.Instance(e, n), e)
|
|
}
|
|
async function We(e) {
|
|
if (void 0 !== b) return b
|
|
void 0 !== e &&
|
|
(Object.getPrototypeOf(e) === Object.prototype
|
|
? ({ module_or_path: e } = e)
|
|
: console.warn(
|
|
"using deprecated parameters for the initialization function; pass a single object instead",
|
|
)),
|
|
void 0 === e && (e = new URL(t(797), t.b))
|
|
const n = Le()
|
|
;("string" == typeof e ||
|
|
("function" == typeof Request && e instanceof Request) ||
|
|
("function" == typeof URL && e instanceof URL)) &&
|
|
(e = fetch(e))
|
|
const { instance: _, module: r } = await (async function (e, n) {
|
|
if ("function" == typeof Response && e instanceof Response) {
|
|
if ("function" == typeof WebAssembly.instantiateStreaming)
|
|
try {
|
|
return await WebAssembly.instantiateStreaming(e, n)
|
|
} catch (n) {
|
|
if ("application/wasm" == e.headers.get("Content-Type")) throw n
|
|
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",
|
|
n,
|
|
)
|
|
}
|
|
const t = await e.arrayBuffer()
|
|
return await WebAssembly.instantiate(t, n)
|
|
}
|
|
{
|
|
const t = await WebAssembly.instantiate(e, n)
|
|
return t instanceof WebAssembly.Instance
|
|
? { instance: t, module: e }
|
|
: t
|
|
}
|
|
})(await e, n)
|
|
return Ee(_, r)
|
|
}
|
|
const Ve = We
|
|
},
|
|
693: (e, n, t) => {
|
|
function _(e, n) {
|
|
const t = e.length,
|
|
_ = e.getChannelData(0),
|
|
r = e.getChannelData(1)
|
|
let b = 0,
|
|
c = 0
|
|
for (; c < t; ) (_[c] = n[b]), (r[c] = n[b + 1]), c++, (b += 2)
|
|
}
|
|
function r(e, n) {
|
|
return new Function(`return (${e})(...arguments);`)(...n)
|
|
}
|
|
t.d(n, { A: () => _, V: () => r })
|
|
},
|
|
},
|
|
])
|
|
//# sourceMappingURL=core.ruffle.ba3056949564bd8ca26c.js.map
|