@seams/wallet-server 0.5.0 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. package/LICENSE.md +201 -0
  2. package/THIRD_PARTY_NOTICES.md +15095 -0
  3. package/artifact-manifest.json +26 -26
  4. package/cloudflare-router-ab/build/deriver-a/index.js +2 -2
  5. package/cloudflare-router-ab/build/deriver-a/index_bg.wasm +0 -0
  6. package/cloudflare-router-ab/build/deriver-b/index.js +2 -2
  7. package/cloudflare-router-ab/build/deriver-b/index_bg.wasm +0 -0
  8. package/cloudflare-router-ab/build/local-tools/darwin-arm64/router_ab_local_init +0 -0
  9. package/cloudflare-router-ab/build/local-tools/darwin-x64/router_ab_local_init +0 -0
  10. package/cloudflare-router-ab/build/local-tools/linux-x64/router_ab_local_init +0 -0
  11. package/cloudflare-router-ab/build/router/index.js +2 -2
  12. package/cloudflare-router-ab/build/router/index_bg.wasm +0 -0
  13. package/cloudflare-router-ab/build/signing-worker/index.js +2 -2
  14. package/cloudflare-router-ab/build/signing-worker/index_bg.wasm +0 -0
  15. package/cloudflare-router-ab/build/tenant-root-control-plane/index.js +2 -2
  16. package/cloudflare-router-ab/build/tenant-root-control-plane/index_bg.wasm +0 -0
  17. package/cloudflare-router-ab/wrangler.router.toml +1 -1
  18. package/dist/esm/router/cloudflare/d1/wallet/d1WalletAuthMethodService.js +19 -3
  19. package/dist/esm/router/cloudflare.js +4 -1
  20. package/dist/esm/router/domains/walletRegistration/walletRegistrationRoutes.js +4 -1
  21. package/dist/esm/router/express.js +4 -1
  22. package/dist/esm/wasm/evm_crypto/pkg/evm_crypto_bg.wasm +0 -0
  23. package/dist/esm/wasm/near_signer/pkg/wasm_signer_worker.js +4 -4
  24. package/dist/esm/wasm/near_signer/pkg/wasm_signer_worker_bg.wasm +0 -0
  25. package/dist/esm/wasm/router_ab_ecdsa_signing_worker/pkg/router_ab_ecdsa_signing_worker_bg.wasm +0 -0
  26. package/dist/esm/wasm/shamir3pass_runtime/pkg/shamir3pass_runtime_bg.wasm +0 -0
  27. package/dist/types/wallet-server/src/router/cloudflare/d1/wallet/d1WalletAuthMethodService.d.ts +4 -0
  28. package/dist/types/wallet-server/src/router/framework/authServicePort.d.ts +1 -0
  29. package/package.json +5 -3
  30. package/LICENSE +0 -21
@@ -2,22 +2,22 @@
2
2
  "schemaVersion": "seams_wallet_server_artifact_manifest_v1",
3
3
  "package": {
4
4
  "name": "@seams/wallet-server",
5
- "version": "0.5.0"
5
+ "version": "0.5.2"
6
6
  },
7
7
  "workers": {
8
8
  "router": {
9
9
  "entry": "cloudflare-router-ab/build/router/worker/shim.mjs",
10
- "fingerprint": "a5cc7ce49fdc0006e63c0381d94c620c01a61e00ac95af82f63aa7977e1a3de0",
10
+ "fingerprint": "9d37de8527aa01e0012eab23dfe0284dc9ce3b65a68d51a48e457b29b8f43f45",
11
11
  "files": [
12
12
  {
13
13
  "path": "cloudflare-router-ab/build/router/index.js",
14
- "bytes": 30469,
15
- "sha256": "c437ec7b6897bfc238929a26134656061780c5ed5af25211036c458bcf1bf2bc"
14
+ "bytes": 30466,
15
+ "sha256": "6f4ac557b8ad427e40b3fbd4a2da0c73387a40c39c1a9ca28a7931a37b89e2d7"
16
16
  },
17
17
  {
18
18
  "path": "cloudflare-router-ab/build/router/index_bg.wasm",
19
- "bytes": 6675984,
20
- "sha256": "0c51ae9d17202cd66ed9dcb3a44453559adaa5371cfd500f21341905075e36a5"
19
+ "bytes": 6686440,
20
+ "sha256": "98b0b462c1bbb167788b35b79b7bc4efb0eea8a079c4735c342499aed413447a"
21
21
  },
22
22
  {
23
23
  "path": "cloudflare-router-ab/build/router/package.json",
@@ -33,17 +33,17 @@
33
33
  },
34
34
  "deriver-a": {
35
35
  "entry": "cloudflare-router-ab/build/deriver-a/worker/shim.mjs",
36
- "fingerprint": "22364bef8f1952236898794afe82eb208abfd905c429dfb0f97ac88bf18eb12d",
36
+ "fingerprint": "db4e1456a1f6076a447d868892454eec1a2d0f11146d91590ebc9feebd9f7b81",
37
37
  "files": [
38
38
  {
39
39
  "path": "cloudflare-router-ab/build/deriver-a/index.js",
40
- "bytes": 36395,
41
- "sha256": "52417fcde0d437533187347ccbb888575474e0d25cfbfa862a43e89a68ca318e"
40
+ "bytes": 36392,
41
+ "sha256": "15e8286c30ad24e19280b84fb102e05a07af44a5e9661bbd4538c85e9abf46a8"
42
42
  },
43
43
  {
44
44
  "path": "cloudflare-router-ab/build/deriver-a/index_bg.wasm",
45
- "bytes": 13235155,
46
- "sha256": "dcbd08d84b266cf26263224e09c5acf365dcf0b35e363efeb5aed0e3a6a204ce"
45
+ "bytes": 13253798,
46
+ "sha256": "ab9fa7fa1c05cd63c3e60e2e093ae286aae11a091f9fff43eaa4a9198752b991"
47
47
  },
48
48
  {
49
49
  "path": "cloudflare-router-ab/build/deriver-a/package.json",
@@ -59,17 +59,17 @@
59
59
  },
60
60
  "deriver-b": {
61
61
  "entry": "cloudflare-router-ab/build/deriver-b/worker/shim.mjs",
62
- "fingerprint": "7625d8c55a59f82e2ae9551f64796d921855552f9136f3f17fd00e5544adc9a7",
62
+ "fingerprint": "740d07c958a7a44ffce28f675906e808e8cebc74723a355cf8517f499629086d",
63
63
  "files": [
64
64
  {
65
65
  "path": "cloudflare-router-ab/build/deriver-b/index.js",
66
- "bytes": 36688,
67
- "sha256": "4eb8dd8e7d36e2979607097d5e8ca1fda5cb65e6d159f8dc6e56a07be2762237"
66
+ "bytes": 36685,
67
+ "sha256": "fce0c6c426946659788c6a23b802c1c44a8d4992b47624ecdea6f0525f94c4ad"
68
68
  },
69
69
  {
70
70
  "path": "cloudflare-router-ab/build/deriver-b/index_bg.wasm",
71
- "bytes": 13059981,
72
- "sha256": "b3caf0ba975f218b98f4c05e350c4003433f551daea3a07d9b779b8b92a14c69"
71
+ "bytes": 13073890,
72
+ "sha256": "49732d9ecdfade5e96b88bf6d3116778f28765b8bc06a57081a8519845bd3da2"
73
73
  },
74
74
  {
75
75
  "path": "cloudflare-router-ab/build/deriver-b/package.json",
@@ -85,17 +85,17 @@
85
85
  },
86
86
  "signing-worker": {
87
87
  "entry": "cloudflare-router-ab/build/signing-worker/worker/shim.mjs",
88
- "fingerprint": "cce7d21f0206603da29764337324358820e81d4814aea2acd60fe7f033892083",
88
+ "fingerprint": "47430d7c4ac42bad7e1fb0c30a699ee81aa80555def820ed01b7e37e22b75d62",
89
89
  "files": [
90
90
  {
91
91
  "path": "cloudflare-router-ab/build/signing-worker/index.js",
92
- "bytes": 30571,
93
- "sha256": "b42c3412e3a75c7a100b8b9897e823a4b4e7470dd4931bf39b6d8f66e78623e0"
92
+ "bytes": 30568,
93
+ "sha256": "44ee31afe7c8354a052f00761768d18f15433ed557204bc2ca6cd9ada7373cdf"
94
94
  },
95
95
  {
96
96
  "path": "cloudflare-router-ab/build/signing-worker/index_bg.wasm",
97
- "bytes": 6645994,
98
- "sha256": "1164ae36ae1661c3516164d2b6d4c1e0246f25eda57fe232626282622b3c9162"
97
+ "bytes": 6655198,
98
+ "sha256": "1a0d8d31ee5e166561d9928a99b1fac1706833e8ad22cea3c508cbd5849c827e"
99
99
  },
100
100
  {
101
101
  "path": "cloudflare-router-ab/build/signing-worker/package.json",
@@ -111,17 +111,17 @@
111
111
  },
112
112
  "tenant-root-control-plane": {
113
113
  "entry": "cloudflare-router-ab/build/tenant-root-control-plane/worker/shim.mjs",
114
- "fingerprint": "4de496ec236f6dd29ec80adfe3f33c55d044d7d10444ffc65edb243e189631ee",
114
+ "fingerprint": "13c3fd61f251cb2ad03831623f1c0948c6968719fed49193f260bec45d0f2140",
115
115
  "files": [
116
116
  {
117
117
  "path": "cloudflare-router-ab/build/tenant-root-control-plane/index.js",
118
- "bytes": 29897,
119
- "sha256": "3e3ef2038a59a421bfa40a8accacfb3da70893bc45fb3ad1dcd6462ef857c5fb"
118
+ "bytes": 29894,
119
+ "sha256": "4391e3526859eb73548375dd0afa107d3b331f3ae4304faa92dcedac50385d14"
120
120
  },
121
121
  {
122
122
  "path": "cloudflare-router-ab/build/tenant-root-control-plane/index_bg.wasm",
123
- "bytes": 4474217,
124
- "sha256": "ba2d10bfb861b12e0e7b80686477dcc091c2c77b2d74644970728fa050182d5d"
123
+ "bytes": 4479095,
124
+ "sha256": "2b6ec8358fb4625ee2ae06daea9b091f57561b0cd582d7e99633e14994662fdd"
125
125
  },
126
126
  {
127
127
  "path": "cloudflare-router-ab/build/tenant-root-control-plane/package.json",
@@ -1,2 +1,2 @@
1
- import{WorkerEntrypoint as je}from"cloudflare:workers";var N=globalThis.__worker_init_state={criticalError:!1,instanceId:0};import Q from"./index_bg.wasm";var E=class{__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,le.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_containerstartupoptions_free(e,0)}get enableInternet(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_containerstartupoptions_enableInternet(this.__wbg_ptr),e===16777215?void 0:e!==0}get entrypoint(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;c(),e=o.__wbg_get_containerstartupoptions_entrypoint(this.__wbg_ptr);var t=he(e[0],e[1]).slice();return o.__wbindgen_free(e[0],e[1]*4,4),t}get env(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_containerstartupoptions_env(this.__wbg_ptr),e}set enableInternet(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_containerstartupoptions_enableInternet(this.__wbg_ptr,b(e)?16777215:e?1:0)}set entrypoint(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let t=te(e,o.__wbindgen_malloc),n=w;c(),o.__wbg_set_containerstartupoptions_entrypoint(this.__wbg_ptr,t,n)}set env(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_containerstartupoptions_env(this.__wbg_ptr,e)}};Symbol.dispose&&(E.prototype[Symbol.dispose]=E.prototype.free);var R=class{__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,pe.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_intounderlyingbytesource_free(e,0)}get autoAllocateChunkSize(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.intounderlyingbytesource_autoAllocateChunkSize(this.__wbg_ptr),e>>>0}cancel(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e=this.__destroy_into_raw();c(),o.intounderlyingbytesource_cancel(e)}pull(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let t;return c(),t=o.intounderlyingbytesource_pull(this.__wbg_ptr,e),t}start(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.intounderlyingbytesource_start(this.__wbg_ptr,e)}get type(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.intounderlyingbytesource_type(this.__wbg_ptr),ge[e]}};Symbol.dispose&&(R.prototype[Symbol.dispose]=R.prototype.free);var F=class{__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,ye.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_intounderlyingsink_free(e,0)}abort(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let t=this.__destroy_into_raw(),n;return c(),n=o.intounderlyingsink_abort(t,e),n}close(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e=this.__destroy_into_raw(),t;return c(),t=o.intounderlyingsink_close(e),t}write(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let t;return c(),t=o.intounderlyingsink_write(this.__wbg_ptr,e),t}};Symbol.dispose&&(F.prototype[Symbol.dispose]=F.prototype.free);var x=class _{static __wrap(e){let t=Object.create(_.prototype);return t.__wbg_ptr=e,Object.defineProperty(t,"__wbg_inst",{value:u,writable:!0}),J.register(t,{ptr:e,instance:u},t),t}__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,J.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_intounderlyingsource_free(e,0)}cancel(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e=this.__destroy_into_raw();c(),o.intounderlyingsource_cancel(e)}pull(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let t;return c(),t=o.intounderlyingsource_pull(this.__wbg_ptr,e),t}};Symbol.dispose&&(x.prototype[Symbol.dispose]=x.prototype.free);var j=class _{static __wrap(e){let t=Object.create(_.prototype);return t.__wbg_ptr=e,Object.defineProperty(t,"__wbg_inst",{value:u,writable:!0}),$.register(t,{ptr:e,instance:u},t),t}__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,$.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_minifyconfig_free(e,0)}get css(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_minifyconfig_css(this.__wbg_ptr),e!==0}get html(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_minifyconfig_html(this.__wbg_ptr),e!==0}get js(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_minifyconfig_js(this.__wbg_ptr),e!==0}set css(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_minifyconfig_css(this.__wbg_ptr,e)}set html(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_minifyconfig_html(this.__wbg_ptr,e)}set js(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_minifyconfig_js(this.__wbg_ptr,e)}};Symbol.dispose&&(j.prototype[Symbol.dispose]=j.prototype.free);var S=class{__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,me.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_r2range_free(e,0)}get length(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_r2range_length(this.__wbg_ptr),e[0]===0?void 0:e[1]}get offset(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_r2range_offset(this.__wbg_ptr),e[0]===0?void 0:e[1]}get suffix(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_r2range_suffix(this.__wbg_ptr),e[0]===0?void 0:e[1]}set length(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_r2range_length(this.__wbg_ptr,!b(e),b(e)?0:e)}set offset(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_r2range_offset(this.__wbg_ptr,!b(e),b(e)?0:e)}set suffix(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_r2range_suffix(this.__wbg_ptr,!b(e),b(e)?0:e)}};Symbol.dispose&&(S.prototype[Symbol.dispose]=S.prototype.free);var k=class{__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,K.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_routerabsigningworkerpresignsessiondurableobject_free(e,0)}fetch(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let t;return c(),t=o.routerabsigningworkerpresignsessiondurableobject_fetch(this.__wbg_ptr,e),t}constructor(e,t){let n;return c(),n=o.routerabsigningworkerpresignsessiondurableobject_new(e,t),this.__wbg_ptr=n,Object.defineProperty(this,"__wbg_inst",{value:u,writable:!0}),K.register(this,{ptr:n,instance:u},this),this}};Symbol.dispose&&(k.prototype[Symbol.dispose]=k.prototype.free);var W=class{__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,H.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_routerabtenantrootcreationdurableobject_free(e,0)}fetch(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let t;return c(),t=o.routerabtenantrootcreationdurableobject_fetch(this.__wbg_ptr,e),t}constructor(e,t){let n;return c(),n=o.routerabtenantrootcreationdurableobject_new(e,t),this.__wbg_ptr=n,Object.defineProperty(this,"__wbg_inst",{value:u,writable:!0}),H.register(this,{ptr:n,instance:u},this),this}};Symbol.dispose&&(W.prototype[Symbol.dispose]=W.prototype.free);function B(){u++,I=null,C=null,typeof numBytesDecoded<"u"&&(numBytesDecoded=0),typeof w<"u"&&(w=0),ne=!1,D=new WebAssembly.Instance(Q,ee()),o=D.exports,o.__wbindgen_start()}function X(){let _;return c(),_=o.__worker_init_state(),_}function Y(_,e,t){let n;return c(),n=o.fetch(_,e,t),n}function Z(){c(),o.init()}function ee(){return{__proto__:null,"./index_bg.js":{__proto__:null,__wbg_Error_9dc85fe1bc224456:function(e,t){return Error(a(e,t))},__wbg_Number_4779d427bae39753:function(e){return Number(e)},__wbg_String_8564e559799eccda:function(e,t){let n=String(t),r=y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},__wbg___wbindgen_bigint_get_as_i64_8ea6736501f396b6:function(e,t){let n=t,r=typeof n=="bigint"?n:void 0;g().setBigInt64(e+8,b(r)?BigInt(0):r,!0),g().setInt32(e+0,!b(r),!0)},__wbg___wbindgen_boolean_get_b131b2f36d6b2f55:function(e){let t=e,n=typeof t=="boolean"?t:void 0;return b(n)?16777215:n?1:0},__wbg___wbindgen_debug_string_56c147eb1a51f0c4:function(e,t){let n=L(t),r=y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},__wbg___wbindgen_in_ce8569b2fc6f5088:function(e,t){return e in t},__wbg___wbindgen_is_bigint_df272c65456269c2:function(e){return typeof e=="bigint"},__wbg___wbindgen_is_function_147961669f068cd4:function(e){return typeof e=="function"},__wbg___wbindgen_is_null_ced4761460071341:function(e){return e===null},__wbg___wbindgen_is_null_or_undefined_b02321d39cf26d8d:function(e){return e==null},__wbg___wbindgen_is_object_3a2c414391dbf751:function(e){let t=e;return typeof t=="object"&&t!==null},__wbg___wbindgen_is_string_6541b0f6ecd4e8e5:function(e){return typeof e=="string"},__wbg___wbindgen_is_undefined_4410e3c20a99fa97:function(e){return e===void 0},__wbg___wbindgen_jsval_eq_174c93ec61bab0c5:function(e,t){return e===t},__wbg___wbindgen_jsval_loose_eq_e07e3b1f5db6da6c:function(e,t){return e==t},__wbg___wbindgen_number_get_588ed6b97f0d7e14:function(e,t){let n=t,r=typeof n=="number"?n:void 0;g().setFloat64(e+8,b(r)?0:r,!0),g().setInt32(e+0,!b(r),!0)},__wbg___wbindgen_string_get_fa2687d531ed17a5:function(e,t){let n=t,r=typeof n=="string"?n:void 0;var s=b(r)?0:y(r,o.__wbindgen_malloc,o.__wbindgen_realloc),f=w;g().setInt32(e+4,f,!0),g().setInt32(e+0,s,!0)},__wbg___wbindgen_throw_bbadd78c1bac3a77:function(e,t){throw new Error(a(e,t))},__wbg__wbg_cb_unref_c2301a3c9b78104b:function(e){e._wbg_cb_unref()},__wbg_accept_4474458da8ae36db:function(){return i(function(e){e.accept()},arguments)},__wbg_addEventListener_767c2a31836a5d6b:function(){return i(function(e,t,n,r){e.addEventListener(a(t,n),r)},arguments)},__wbg_all_b0ec7b228f9c5ad8:function(){return i(function(e){return e.all()},arguments)},__wbg_arrayBuffer_e3d7df6a925d3876:function(){return i(function(e){return e.arrayBuffer()},arguments)},__wbg_batch_e1fb469ad33cce57:function(){return i(function(e,t){return e.batch(t)},arguments)},__wbg_bind_a562c803a75bfea5:function(){return i(function(e,t){return e.bind(...t)},arguments)},__wbg_body_442a47f02322d7b0:function(e){let t=e.body;return b(t)?0:l(t)},__wbg_body_b06d3a9c5933702e:function(e){let t=e.body;return b(t)?0:l(t)},__wbg_buffer_8524b3453cde4918:function(e){return e.buffer},__wbg_byobRequest_cc72d210de793e64:function(e){let t=e.byobRequest;return b(t)?0:l(t)},__wbg_byteLength_96807b1d9ab24a4c:function(e){return e.byteLength},__wbg_byteOffset_a9c7002428843c41:function(e){return e.byteOffset},__wbg_call_91f00ddc43e01490:function(){return i(function(e,t){return e.call(t)},arguments)},__wbg_call_ec09a4cf93377d3a:function(){return i(function(e,t,n){return e.call(t,n)},arguments)},__wbg_cancel_f3a197b26dc88b39:function(e){return e.cancel()},__wbg_catch_66060324c27be6f7:function(e,t){return e.catch(t)},__wbg_cause_5f2ec35e043cc9cf:function(e){return e.cause},__wbg_cf_22a1527cd02b5acd:function(){return i(function(e){let t=e.cf;return b(t)?0:l(t)},arguments)},__wbg_cf_ee73de251a6dda8a:function(){return i(function(e){let t=e.cf;return b(t)?0:l(t)},arguments)},__wbg_clearTimeout_47e9b1ea76df3afa:function(e,t){e.clearTimeout(t)},__wbg_close_388d99468213b286:function(){return i(function(e){e.close()},arguments)},__wbg_close_4857e22d08b71356:function(){return i(function(e){e.close()},arguments)},__wbg_close_7a6e6d18f74648be:function(){return i(function(e,t,n,r){e.close(t,a(n,r))},arguments)},__wbg_code_1cda2855fcd9b009:function(e){return e.code},__wbg_constructor_04971ae0b51c1fc5:function(e){return e.constructor},__wbg_crypto_38df2bab126b63dc:function(e){return e.crypto},__wbg_crypto_bf4728685a86efbf:function(){return i(function(e){return e.crypto},arguments)},__wbg_customMetadata_079f79b59be2e3dc:function(){return i(function(e){return e.customMetadata},arguments)},__wbg_data_8a04443c1e5a8cd3:function(e){return e.data},__wbg_delete_c5b910b9e4dea1f4:function(){return i(function(e,t,n){let r,s;try{return r=t,s=n,e.delete(a(t,n))}finally{c(),o.__wbindgen_free(r,s,1)}},arguments)},__wbg_delete_e21a892409559f6e:function(){return i(function(e,t,n){return e.delete(a(t,n))},arguments)},__wbg_done_6a8439e544ec6206:function(e){return e.done},__wbg_enqueue_bbeb09ba0b140f76:function(){return i(function(e,t){e.enqueue(t)},arguments)},__wbg_entries_5a6a7e7e0df09fe5:function(e){return Object.entries(e)},__wbg_error_311fdbca44060355:function(e){return e.error},__wbg_error_5b19e9153c2282f2:function(){return i(function(e,t){let n=t.error;var r=b(n)?0:y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},arguments)},__wbg_error_6651fee1c71e5da9:function(e){console.error(e)},__wbg_error_9a99766f65a03031:function(e,t){console.error(e,t)},__wbg_fetch_1d1b09eaf160ddf3:function(e,t,n){return e.fetch(t,n)},__wbg_fetch_931fc4244e17ef2d:function(e,t,n,r){return e.fetch(a(t,n),r)},__wbg_fetch_b447ca2a0c0e6583:function(){return i(function(e,t){return e.fetch(t)},arguments)},__wbg_fetch_be42f5d2be38cba1:function(){return i(function(e,t){return e.fetch(t)},arguments)},__wbg_fill_86ed803c732eee8e:function(e,t,n,r){return e.fill(t,n>>>0,r>>>0)},__wbg_first_954521f2fb10e4a6:function(){return i(function(e,t,n){return e.first(t===0?void 0:a(t,n))},arguments)},__wbg_getByName_5f8a4ae327c50115:function(){return i(function(e,t,n){return e.getByName(a(t,n))},arguments)},__wbg_getRandomValues_c44a50d8cfdaebeb:function(){return i(function(e,t){e.getRandomValues(t)},arguments)},__wbg_getReader_bb0230851fbf986b:function(){return i(function(e){return e.getReader()},arguments)},__wbg_get_10f5930dcb817920:function(){return i(function(e,t,n,r){let s,f;try{return s=t,f=n,e.get(a(t,n),r)}finally{c(),o.__wbindgen_free(s,f,1)}},arguments)},__wbg_get_44e98e27bda25b5b:function(){return i(function(e,t){return Reflect.get(e,t)},arguments)},__wbg_get_4b90d6d8c5deb5d5:function(e,t){return e[t>>>0]},__wbg_get_52a8a619f7b88df6:function(){return i(function(e,t){return Reflect.get(e,t)},arguments)},__wbg_get_6e0eec3a0a32f612:function(){return i(function(e,t,n){return e.get(a(t,n))},arguments)},__wbg_get_a82defe8d6b5b2e5:function(){return i(function(e,t,n,r){let s=t.get(a(n,r));var f=b(s)?0:y(s,o.__wbindgen_malloc,o.__wbindgen_realloc),d=w;g().setInt32(e+4,d,!0),g().setInt32(e+0,f,!0)},arguments)},__wbg_get_a87a6c1024dddd3b:function(){return i(function(e,t,n){return e.get(a(t,n))},arguments)},__wbg_get_c538c7fb0359c222:function(){return i(function(e,t){let n=Reflect.get(e,t);return b(n)?0:l(n)},arguments)},__wbg_get_done_c21b9933fc9a9e9c:function(e){let t=e.done;return b(t)?16777215:t?1:0},__wbg_get_unchecked_46e778e3cec74b5e:function(e,t){return e[t>>>0]},__wbg_get_value_ad568c7d3db9073f:function(e){return e.value},__wbg_get_with_ref_key_6412cf3094599694:function(e,t){return e[t]},__wbg_head_79fc7b932a9912b8:function(){return i(function(e,t,n){let r,s;try{return r=t,s=n,e.head(a(t,n))}finally{c(),o.__wbindgen_free(r,s,1)}},arguments)},__wbg_headers_5b19cf40627ae54d:function(e){return e.headers},__wbg_headers_e1e94862a6a36f9e:function(e){return e.headers},__wbg_idFromName_32b0b5012b5f6535:function(){return i(function(e,t,n){return e.idFromName(a(t,n))},arguments)},__wbg_id_0c05f441a81ef0fc:function(){return i(function(e){return e.id},arguments)},__wbg_importKey_871c11d416fb97ee:function(){return i(function(e,t,n,r,s,f,d){return e.importKey(a(t,n),r,s,f!==0,d)},arguments)},__wbg_instanceId_3970204fcbf0c41d:function(e){return e.instanceId},__wbg_instanceof_ArrayBuffer_a581da923203f29f:function(e){let t;try{t=e instanceof ArrayBuffer}catch{t=!1}return t},__wbg_instanceof_CryptoKey_d5f90a816d96ad67:function(e){let t;try{t=e instanceof CryptoKey}catch{t=!1}return t},__wbg_instanceof_Error_cb5ebd65d798655e:function(e){let t;try{t=e instanceof Error}catch{t=!1}return t},__wbg_instanceof_Map_7f94c740225003e2:function(e){let t;try{t=e instanceof Map}catch{t=!1}return t},__wbg_instanceof_ReadableStream_b1eab376911b1b77:function(e){let t;try{t=e instanceof ReadableStream}catch{t=!1}return t},__wbg_instanceof_Response_36a65a969abaa7c6:function(e){let t;try{t=e instanceof Response}catch{t=!1}return t},__wbg_instanceof_Uint8Array_b6fe1ac89eba107e:function(e){let t;try{t=e instanceof Uint8Array}catch{t=!1}return t},__wbg_isArray_139f48e3c057ede8:function(e){return Array.isArray(e)},__wbg_isSafeInteger_c22ccb4af2201fe9:function(e){return Number.isSafeInteger(e)},__wbg_iterator_9b36cebf3be7b7cd:function(){return Symbol.iterator},__wbg_json_d44033e4c5c27d14:function(){return i(function(e){return e.json()},arguments)},__wbg_key_1512815b7b017d61:function(){return i(function(e,t){let n=t.key,r=y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},arguments)},__wbg_keys_6fe253f5073ff078:function(e){return e.keys()},__wbg_keys_bd51ff67a9b04698:function(e){return Object.keys(e)},__wbg_length_68a9d5278d084f4f:function(e){return e.length},__wbg_length_fb04d16d7bdf6d4c:function(e){return e.length},__wbg_log_6614a4effdb4e983:function(e){console.log(e)},__wbg_message_5c6ab4dd6c4b34e8:function(e){return e.message},__wbg_meta_8ad95deab4cfab61:function(){return i(function(e){return e.meta},arguments)},__wbg_method_f687b49ca8e2b38d:function(e,t){let n=t.method,r=y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},__wbg_minifyconfig_new:function(e){return j.__wrap(e)},__wbg_msCrypto_bd5a034af96bcba6:function(e){return e.msCrypto},__wbg_name_72adaf2fce06bbe8:function(e){return e.name},__wbg_name_f60e249a46c5285a:function(e){return e.name},__wbg_new_0b303268aa395a38:function(){return new Array},__wbg_new_189262ff31890c23:function(){return i(function(){return new Headers},arguments)},__wbg_new_20b778a4c5c691c3:function(){return new Object},__wbg_new_5fae30e6b23db8df:function(e,t){return new Error(a(e,t))},__wbg_new_64f39dfbc3b0db12:function(){return i(function(e){return new FixedLengthStream(e>>>0)},arguments)},__wbg_new_883c0db065f06efd:function(){return new Map},__wbg_new_a21cf41c5c809e4c:function(e){return new Date(e)},__wbg_new_b06772b280cc6e52:function(e){return new Uint8Array(e)},__wbg_new_big_int_7fe709327237d7a6:function(){return i(function(e){return new FixedLengthStream(e)},arguments)},__wbg_new_from_slice_bb2d1778c0b87eb1:function(e,t){return new Uint8Array(A(e,t))},__wbg_new_typed_90c3f6c29ba36d19:function(e,t){try{var n={a:e,b:t},r=(f,d)=>{let p=n.a;n.a=0;try{return ae(p,n.b,f,d)}finally{n.a=p}};return new Promise(r)}finally{n.a=0}},__wbg_new_with_byte_offset_and_length_9e1e664fe1a5d385:function(e,t,n){return new Uint8Array(e,t>>>0,n>>>0)},__wbg_new_with_into_underlying_source_8812003c9985c511:function(e,t){return new ReadableStream(x.__wrap(e),t)},__wbg_new_with_length_4b57a7a5dc67221c:function(e){return new Uint8Array(e>>>0)},__wbg_new_with_opt_buffer_source_and_init_f51f4fbe98d29f2e:function(){return i(function(e,t){return new Response(e,t)},arguments)},__wbg_new_with_opt_readable_stream_and_init_def67835ea705e4d:function(){return i(function(e,t){return new Response(e,t)},arguments)},__wbg_new_with_opt_str_and_init_11bb6f5faad68c85:function(){return i(function(e,t,n){return new Response(e===0?void 0:a(e,t),n)},arguments)},__wbg_new_with_str_and_init_df876572184fe639:function(){return i(function(e,t,n){return new Request(a(e,t),n)},arguments)},__wbg_next_8cb028b6ba50743f:function(){return i(function(e){return e.next()},arguments)},__wbg_next_cfd0b146c9538df8:function(e){return e.next},__wbg_node_84ea875411254db1:function(e){return e.node},__wbg_now_bce4dc999095ea77:function(){return Date.now()},__wbg_pipeTo_cbfe467e9a99c3ef:function(e,t){return e.pipeTo(t)},__wbg_prepare_1a9c786f2c853d14:function(){return i(function(e,t,n){return e.prepare(a(t,n))},arguments)},__wbg_process_44c7a14e11e9f69e:function(e){return e.process},__wbg_prototypesetcall_956c7493c68e29b4:function(e,t,n){Uint8Array.prototype.set.call(A(e,t),n)},__wbg_push_ceb8ef046afb2041:function(e,t){return e.push(t)},__wbg_put_27edc2ab773a21be:function(){return i(function(e,t,n,r){return e.put(a(t,n),r)},arguments)},__wbg_put_642b68b9295b5238:function(){return i(function(e,t,n,r){return e.put(a(t,n),r)},arguments)},__wbg_put_728642f39e2f7d5e:function(){return i(function(e,t,n,r,s){let f,d;try{return f=t,d=n,e.put(a(t,n),r,s)}finally{c(),o.__wbindgen_free(f,d,1)}},arguments)},__wbg_queueMicrotask_4698f900840e3286:function(e){queueMicrotask(e)},__wbg_queueMicrotask_477a5533c7100338:function(e){return e.queueMicrotask},__wbg_randomFillSync_6c25eac9869eb53c:function(){return i(function(e,t){e.randomFillSync(t)},arguments)},__wbg_read_8426c146431f2905:function(e){return e.read()},__wbg_readable_030e3b50feefeb7c:function(e){return e.readable},__wbg_releaseLock_188846ef719acb10:function(e){e.releaseLock()},__wbg_removeEventListener_50cdd1c1ebf3473c:function(){return i(function(e,t,n,r){e.removeEventListener(a(t,n),r)},arguments)},__wbg_require_b4edbdcf3e2a1ef0:function(){return i(function(){return module.require},arguments)},__wbg_resolve_0183de2e8c6b1d54:function(e){return Promise.resolve(e)},__wbg_respond_3cdb4cf32683fd79:function(){return i(function(e,t){e.respond(t>>>0)},arguments)},__wbg_results_9171dec22a6263ca:function(){return i(function(e){let t=e.results;return b(t)?0:l(t)},arguments)},__wbg_run_04731eee52530750:function(){return i(function(e){return e.run()},arguments)},__wbg_send_93c1286dd925d92f:function(){return i(function(e,t){e.send(t)},arguments)},__wbg_setTimeout_5cc4188c9772ce9f:function(){return i(function(e,t,n){return e.setTimeout(t,n)},arguments)},__wbg_set_3ab3dfede3bae139:function(){return i(function(e,t,n,r,s){e.set(a(t,n),a(r,s))},arguments)},__wbg_set_5f806304fb633ab3:function(e,t,n){return e.set(t,n)},__wbg_set_6be42768c690e380:function(e,t,n){e[t]=n},__wbg_set_86698c227e5b9dad:function(e,t,n){e.set(A(t,n))},__wbg_set_a6ba3ac0e634b822:function(){return i(function(e,t,n){return Reflect.set(e,t,n)},arguments)},__wbg_set_binaryType_8c2dd2cf1cfc2e28:function(e,t){e.binaryType=be[t]},__wbg_set_body_d1153b16a2b95ca1:function(e,t){e.body=t},__wbg_set_cache_5a01a8b5e6ca6cf2:function(e,t){e.cache=de[t]},__wbg_set_criticalError_3b493d341796397b:function(e,t){e.criticalError=t!==0},__wbg_set_da33c120a6584674:function(e,t,n){e[t>>>0]=n},__wbg_set_hash_str_11c326d0f29af79f:function(e,t,n){e.hash=a(t,n)},__wbg_set_headers_178db2684a27c112:function(e,t){e.headers=t},__wbg_set_headers_877ed41890d28af2:function(e,t){e.headers=t},__wbg_set_high_water_mark_77da20c49668427d:function(e,t){e.highWaterMark=t},__wbg_set_instanceId_2e5d2db011e9f6af:function(e,t){e.instanceId=t>>>0},__wbg_set_method_b4ede299b2064f37:function(e,t,n){e.method=a(t,n)},__wbg_set_redirect_97b881e7430f3438:function(e,t){e.redirect=we[t]},__wbg_set_signal_9022b5aa06a6ce5b:function(e,t){e.signal=t},__wbg_set_status_56097e6101a48227:function(e,t){e.status=t},__wbg_sign_366ed09dea597c38:function(){return i(function(e,t,n,r,s,f){return e.sign(a(t,n),r,A(s,f))},arguments)},__wbg_slice_48ba39549a845019:function(e,t){let n=t.slice(),r=te(n,o.__wbindgen_malloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},__wbg_static_accessor_GLOBAL_60a4124bab7dcc9a:function(){let e=typeof global>"u"?null:global;return b(e)?0:l(e)},__wbg_static_accessor_GLOBAL_THIS_95ca6460658b5d13:function(){let e=typeof globalThis>"u"?null:globalThis;return b(e)?0:l(e)},__wbg_static_accessor_INIT_STATE_2271957acdc7fe6e:function(){return N},__wbg_static_accessor_SELF_4c95f759a91e9aae:function(){let e=typeof self>"u"?null:self;return b(e)?0:l(e)},__wbg_static_accessor_WINDOW_44b435597f9e9ee7:function(){let e=typeof window>"u"?null:window;return b(e)?0:l(e)},__wbg_status_9e6505cfa3e73a7c:function(e){return e.status},__wbg_storage_e350ca27f103b85e:function(){return i(function(e){return e.storage},arguments)},__wbg_subarray_42216645a367cd7a:function(e,t,n){return e.subarray(t>>>0,n>>>0)},__wbg_subtle_8f1ee4c21d530fce:function(e){return e.subtle},__wbg_success_a4649d46345fb4df:function(){return i(function(e){return e.success},arguments)},__wbg_then_254bab9b266a77a5:function(e,t,n){return e.then(t,n)},__wbg_then_3ea18602c6a5123b:function(e,t){return e.then(t)},__wbg_toISOString_1c29c14154d57c76:function(e){return e.toISOString()},__wbg_toString_c3e29dc77827b5c7:function(){return i(function(e,t){let n=t.toString(),r=y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},arguments)},__wbg_transaction_afcd84163102ab81:function(){return i(function(e,t){return e.transaction(t)},arguments)},__wbg_url_74200ddca55ab638:function(e,t){let n=t.url,r=y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},__wbg_value_3d3defe09fb1ffca:function(e){return e.value},__wbg_version_5150f1a863df475a:function(){return i(function(e,t){let n=t.version,r=y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},arguments)},__wbg_versions_276b2795b1c6a219:function(e){return e.versions},__wbg_view_15fa5865c6b336e3:function(e){let t=e.view;return b(t)?0:l(t)},__wbg_wasClean_f17429d064911939:function(e){return e.wasClean},__wbg_webSocket_651aa54cd4107a97:function(){return i(function(e){let t=e.webSocket;return b(t)?0:l(t)},arguments)},__wbg_withSession_1d34b32218ea9aab:function(){return i(function(e,t,n){return e.withSession(t===0?void 0:a(t,n))},arguments)},__wbg_writable_5ef8e463dc5b3999:function(e){return e.writable},__wbindgen_cast_0000000000000001:function(e,t){return v(e,t,ue)},__wbindgen_cast_0000000000000002:function(e,t){return v(e,t,oe)},__wbindgen_cast_0000000000000003:function(e,t){return v(e,t,fe)},__wbindgen_cast_0000000000000004:function(e,t){return v(e,t,ie)},__wbindgen_cast_0000000000000005:function(e,t){return v(e,t,se)},__wbindgen_cast_0000000000000006:function(e,t){return v(e,t,ce)},__wbindgen_cast_0000000000000007:function(e,t){return v(e,t,re)},__wbindgen_cast_0000000000000008:function(e){return e},__wbindgen_cast_0000000000000009:function(e){return e},__wbindgen_cast_000000000000000a:function(e,t){return A(e,t)},__wbindgen_cast_000000000000000b:function(e,t){return a(e,t)},__wbindgen_cast_000000000000000c:function(e){return BigInt.asUintN(64,e)},__wbindgen_init_externref_table:function(){let e=o.__wbindgen_externrefs,t=e.grow(4);e.set(0,void 0),e.set(t+0,void 0),e.set(t+1,null),e.set(t+2,!0),e.set(t+3,!1)}}}}function c(){if(ne){B();return}}function re(_,e){c(),o.wasm_bindgen_75cfed31c133947f___convert__closures_____invoke_______true_(_,e)}function oe(_,e,t){c(),o.wasm_bindgen_75cfed31c133947f___convert__closures_____invoke___wasm_bindgen_75cfed31c133947f___JsValue______true_(_,e,t)}function ie(_,e,t){c(),o.wasm_bindgen_75cfed31c133947f___convert__closures_____invoke___web_sys_78e0e57df44f37b6___features__gen_CloseEvent__CloseEvent______true_(_,e,t)}function se(_,e,t){c(),o.wasm_bindgen_75cfed31c133947f___convert__closures_____invoke___web_sys_78e0e57df44f37b6___features__gen_CloseEvent__CloseEvent______true__4(_,e,t)}function ce(_,e,t){c(),o.wasm_bindgen_75cfed31c133947f___convert__closures_____invoke___web_sys_78e0e57df44f37b6___features__gen_CloseEvent__CloseEvent______true__5(_,e,t)}function ue(_,e,t){let n;return c(),n=o.wasm_bindgen_75cfed31c133947f___convert__closures_____invoke___worker_sys_6406938e984fca03___types__durable_object__transaction__DurableObjectTransaction__js_sys_f66f8acbcbdee998___Promise__true_(_,e,t),n}function fe(_,e,t){let n;if(c(),n=o.wasm_bindgen_75cfed31c133947f___convert__closures_____invoke___wasm_bindgen_75cfed31c133947f___JsValue__core_9b3796e30d99ddb7___result__Result_____wasm_bindgen_75cfed31c133947f___JsError___true_(_,e,t),n[1])throw ve(n[0])}function ae(_,e,t,n){c(),o.wasm_bindgen_75cfed31c133947f___convert__closures_____invoke___js_sys_f66f8acbcbdee998___Function_fn_wasm_bindgen_75cfed31c133947f___JsValue_____wasm_bindgen_75cfed31c133947f___sys__Undefined___js_sys_f66f8acbcbdee998___Function_fn_wasm_bindgen_75cfed31c133947f___JsValue_____wasm_bindgen_75cfed31c133947f___sys__Undefined_______true_(_,e,t,n)}var be=["blob","arraybuffer"],ge=["bytes"],de=["default","no-store","reload","no-cache","force-cache","only-if-cached"],we=["follow","error","manual"],u=0,le=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_containerstartupoptions_free(_,1)}),pe=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_intounderlyingbytesource_free(_,1)}),ye=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_intounderlyingsink_free(_,1)}),J=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_intounderlyingsource_free(_,1)}),$=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_minifyconfig_free(_,1)}),me=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_r2range_free(_,1)}),K=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_routerabsigningworkerpresignsessiondurableobject_free(_,1)}),H=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_routerabtenantrootcreationdurableobject_free(_,1)});function l(_){let e=o.__externref_table_alloc();return o.__wbindgen_externrefs.set(e,_),e}var G=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(_=>{_.instance===u&&o.__wbindgen_destroy_closure(_.a,_.b)});function L(_){let e=typeof _;if(e=="number"||e=="boolean"||_==null)return`${_}`;if(e=="string")return`"${_}"`;if(e=="symbol"){let r=_.description;return r==null?"Symbol":`Symbol(${r})`}if(e=="function"){let r=_.name;return typeof r=="string"&&r.length>0?`Function(${r})`:"Function"}if(Array.isArray(_)){let r=_.length,s="[";r>0&&(s+=L(_[0]));for(let f=1;f<r;f++)s+=", "+L(_[f]);return s+="]",s}let t=/\[object ([^\]]+)\]/.exec(toString.call(_)),n;if(t&&t.length>1)n=t[1];else return toString.call(_);if(n=="Object")try{return"Object("+JSON.stringify(_)+")"}catch{return"Object"}return _ instanceof Error?`${_.name}: ${_.message}
2
- ${_.stack}`:n}function he(_,e){_=_>>>0;let t=g(),n=[];for(let r=_;r<_+4*e;r+=4)n.push(o.__wbindgen_externrefs.get(t.getUint32(r,!0)));return o.__externref_drop_slice(_,e),n}function A(_,e){return _=_>>>0,P().subarray(_/1,_/1+e)}var I=null;function g(){return(I===null||I.buffer.detached===!0||I.buffer.detached===void 0&&I.buffer!==o.memory.buffer)&&(I=new DataView(o.memory.buffer)),I}function a(_,e){return Ie(_>>>0,e)}var C=null;function P(){return(C===null||C.byteLength===0)&&(C=new Uint8Array(o.memory.buffer)),C}function i(_,e){try{return _.apply(this,e)}catch(t){let n=l(t);o.__wbindgen_exn_store(n)}}function b(_){return _==null}function v(_,e,t){let n={a:_,b:e,cnt:1,instance:u},r=(...s)=>{if(n.instance!==u)throw new Error("Cannot invoke closure from previous WASM instance");n.cnt++;let f=n.a;n.a=0;try{return t(f,n.b,...s)}finally{n.a=f,r._wbg_cb_unref()}};return r._wbg_cb_unref=()=>{--n.cnt===0&&(o.__wbindgen_destroy_closure(n.a,n.b),n.a=0,G.unregister(n))},G.register(r,n,n),r}function te(_,e){let t=e(_.length*4,4)>>>0;for(let n=0;n<_.length;n++){let r=l(_[n]);g().setUint32(t+4*n,r,!0)}return w=_.length,t}function y(_,e,t){if(t===void 0){let d=T.encode(_),p=e(d.length,1)>>>0;return P().subarray(p,p+d.length).set(d),w=d.length,p}let n=_.length,r=e(n,1)>>>0,s=P(),f=0;for(;f<n;f++){let d=_.charCodeAt(f);if(d>127)break;s[r+f]=d}if(f!==n){f!==0&&(_=_.slice(f)),r=t(r,n,n=f+_.length*3,1)>>>0;let d=P().subarray(r+f,r+n),p=T.encodeInto(_,d);f+=p.written,r=t(r,n,f,1)>>>0}return w=f,r}var ne=!1;function ve(_){let e=o.__wbindgen_externrefs.get(_);return o.__externref_table_dealloc(_),e}var _e=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0});_e.decode();function Ie(_,e){return _e.decode(P().subarray(_,_+e))}var T=new TextEncoder;"encodeInto"in T||(T.encodeInto=function(_,e){let t=T.encode(_);return e.set(t),{read:_.length,written:t.length}});var w=0,D=new WebAssembly.Instance(Q,ee()),o=D.exports;o.__wbindgen_start();Error.stackTraceLimit=100;var h=X();function V(){h.criticalError&&(console.log("Reinitializing Wasm application"),B(),h.criticalError=!1,h.instanceId++)}addEventListener("error",_=>{q(_.error)});function q(_){_ instanceof WebAssembly.RuntimeError&&(console.error("Critical",_),h.criticalError=!0)}var z=class extends je{};z.prototype.fetch=function(e){return Y.call(this,e,this.env,this.ctx)};z.prototype.init=Z;var Ee={set:(_,e,t,n)=>Reflect.set(_.instance,e,t,n),has:(_,e)=>Reflect.has(_.instance,e),deleteProperty:(_,e)=>Reflect.deleteProperty(_.instance,e),apply:(_,e,t)=>Reflect.apply(_.instance,e,t),construct:(_,e,t)=>Reflect.construct(_.instance,e,t),getPrototypeOf:_=>Reflect.getPrototypeOf(_.instance),setPrototypeOf:(_,e)=>Reflect.setPrototypeOf(_.instance,e),isExtensible:_=>Reflect.isExtensible(_.instance),preventExtensions:_=>Reflect.preventExtensions(_.instance),getOwnPropertyDescriptor:(_,e)=>Reflect.getOwnPropertyDescriptor(_.instance,e),defineProperty:(_,e,t)=>Reflect.defineProperty(_.instance,e,t),ownKeys:_=>Reflect.ownKeys(_.instance)},m={construct(_,e,t){try{V();let n={instance:Reflect.construct(_,e,t),instanceId:h.instanceId,ctor:_,args:e,newTarget:t};return new Proxy(n,{...Ee,get(r,s,f){r.instanceId!==h.instanceId&&(r.instance=Reflect.construct(r.ctor,r.args,r.newTarget),r.instanceId=h.instanceId);let d=Reflect.get(r.instance,s,f);return typeof d!="function"?d:d.constructor===Function?new Proxy(d,{apply(p,U,M){V();try{return p.apply(U,M)}catch(O){throw q(O),O}}}):new Proxy(d,{async apply(p,U,M){V();try{return await p.apply(U,M)}catch(O){throw q(O),O}}})}})}catch(n){throw h.criticalError=!0,n}}},We=new Proxy(z,m),Oe=new Proxy(E,m),Ae=new Proxy(R,m),Ce=new Proxy(F,m),Pe=new Proxy(x,m),Te=new Proxy(j,m),ze=new Proxy(S,m),Ue=new Proxy(k,m),Me=new Proxy(W,m);export{Oe as ContainerStartupOptions,Ae as IntoUnderlyingByteSource,Ce as IntoUnderlyingSink,Pe as IntoUnderlyingSource,Te as MinifyConfig,ze as R2Range,Ue as RouterAbSigningWorkerPresignSessionDurableObject,Me as RouterAbTenantRootCreationDurableObject,We as default};
1
+ import{WorkerEntrypoint as je}from"cloudflare:workers";var N=globalThis.__worker_init_state={criticalError:!1,instanceId:0};import Q from"./index_bg.wasm";var E=class{__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,le.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_containerstartupoptions_free(e,0)}get enableInternet(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_containerstartupoptions_enableInternet(this.__wbg_ptr),e===16777215?void 0:e!==0}get entrypoint(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;c(),e=o.__wbg_get_containerstartupoptions_entrypoint(this.__wbg_ptr);var t=he(e[0],e[1]).slice();return o.__wbindgen_free(e[0],e[1]*4,4),t}get env(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_containerstartupoptions_env(this.__wbg_ptr),e}set enableInternet(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_containerstartupoptions_enableInternet(this.__wbg_ptr,b(e)?16777215:e?1:0)}set entrypoint(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let t=te(e,o.__wbindgen_malloc),n=w;c(),o.__wbg_set_containerstartupoptions_entrypoint(this.__wbg_ptr,t,n)}set env(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_containerstartupoptions_env(this.__wbg_ptr,e)}};Symbol.dispose&&(E.prototype[Symbol.dispose]=E.prototype.free);var R=class{__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,pe.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_intounderlyingbytesource_free(e,0)}get autoAllocateChunkSize(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.intounderlyingbytesource_autoAllocateChunkSize(this.__wbg_ptr),e>>>0}cancel(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e=this.__destroy_into_raw();c(),o.intounderlyingbytesource_cancel(e)}pull(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let t;return c(),t=o.intounderlyingbytesource_pull(this.__wbg_ptr,e),t}start(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.intounderlyingbytesource_start(this.__wbg_ptr,e)}get type(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.intounderlyingbytesource_type(this.__wbg_ptr),ge[e]}};Symbol.dispose&&(R.prototype[Symbol.dispose]=R.prototype.free);var F=class{__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,ye.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_intounderlyingsink_free(e,0)}abort(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let t=this.__destroy_into_raw(),n;return c(),n=o.intounderlyingsink_abort(t,e),n}close(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e=this.__destroy_into_raw(),t;return c(),t=o.intounderlyingsink_close(e),t}write(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let t;return c(),t=o.intounderlyingsink_write(this.__wbg_ptr,e),t}};Symbol.dispose&&(F.prototype[Symbol.dispose]=F.prototype.free);var x=class _{static __wrap(e){let t=Object.create(_.prototype);return t.__wbg_ptr=e,Object.defineProperty(t,"__wbg_inst",{value:u,writable:!0}),J.register(t,{ptr:e,instance:u},t),t}__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,J.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_intounderlyingsource_free(e,0)}cancel(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e=this.__destroy_into_raw();c(),o.intounderlyingsource_cancel(e)}pull(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let t;return c(),t=o.intounderlyingsource_pull(this.__wbg_ptr,e),t}};Symbol.dispose&&(x.prototype[Symbol.dispose]=x.prototype.free);var j=class _{static __wrap(e){let t=Object.create(_.prototype);return t.__wbg_ptr=e,Object.defineProperty(t,"__wbg_inst",{value:u,writable:!0}),$.register(t,{ptr:e,instance:u},t),t}__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,$.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_minifyconfig_free(e,0)}get css(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_minifyconfig_css(this.__wbg_ptr),e!==0}get html(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_minifyconfig_html(this.__wbg_ptr),e!==0}get js(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_minifyconfig_js(this.__wbg_ptr),e!==0}set css(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_minifyconfig_css(this.__wbg_ptr,e)}set html(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_minifyconfig_html(this.__wbg_ptr,e)}set js(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_minifyconfig_js(this.__wbg_ptr,e)}};Symbol.dispose&&(j.prototype[Symbol.dispose]=j.prototype.free);var S=class{__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,me.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_r2range_free(e,0)}get length(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_r2range_length(this.__wbg_ptr),e[0]===0?void 0:e[1]}get offset(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_r2range_offset(this.__wbg_ptr),e[0]===0?void 0:e[1]}get suffix(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_r2range_suffix(this.__wbg_ptr),e[0]===0?void 0:e[1]}set length(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_r2range_length(this.__wbg_ptr,!b(e),b(e)?0:e)}set offset(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_r2range_offset(this.__wbg_ptr,!b(e),b(e)?0:e)}set suffix(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_r2range_suffix(this.__wbg_ptr,!b(e),b(e)?0:e)}};Symbol.dispose&&(S.prototype[Symbol.dispose]=S.prototype.free);var k=class{__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,K.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_routerabsigningworkerpresignsessiondurableobject_free(e,0)}fetch(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let t;return c(),t=o.routerabsigningworkerpresignsessiondurableobject_fetch(this.__wbg_ptr,e),t}constructor(e,t){let n;return c(),n=o.routerabsigningworkerpresignsessiondurableobject_new(e,t),this.__wbg_ptr=n,Object.defineProperty(this,"__wbg_inst",{value:u,writable:!0}),K.register(this,{ptr:n,instance:u},this),this}};Symbol.dispose&&(k.prototype[Symbol.dispose]=k.prototype.free);var W=class{__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,H.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_routerabtenantrootcreationdurableobject_free(e,0)}fetch(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let t;return c(),t=o.routerabtenantrootcreationdurableobject_fetch(this.__wbg_ptr,e),t}constructor(e,t){let n;return c(),n=o.routerabtenantrootcreationdurableobject_new(e,t),this.__wbg_ptr=n,Object.defineProperty(this,"__wbg_inst",{value:u,writable:!0}),H.register(this,{ptr:n,instance:u},this),this}};Symbol.dispose&&(W.prototype[Symbol.dispose]=W.prototype.free);function B(){u++,I=null,C=null,typeof numBytesDecoded<"u"&&(numBytesDecoded=0),typeof w<"u"&&(w=0),ne=!1,D=new WebAssembly.Instance(Q,ee()),o=D.exports,o.__wbindgen_start()}function X(){let _;return c(),_=o.__worker_init_state(),_}function Y(_,e,t){let n;return c(),n=o.fetch(_,e,t),n}function Z(){c(),o.init()}function ee(){return{__proto__:null,"./index_bg.js":{__proto__:null,__wbg_Error_9dc85fe1bc224456:function(e,t){return Error(f(e,t))},__wbg_Number_4779d427bae39753:function(e){return Number(e)},__wbg_String_8564e559799eccda:function(e,t){let n=String(t),r=y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},__wbg___wbindgen_bigint_get_as_i64_8ea6736501f396b6:function(e,t){let n=t,r=typeof n=="bigint"?n:void 0;g().setBigInt64(e+8,b(r)?BigInt(0):r,!0),g().setInt32(e+0,!b(r),!0)},__wbg___wbindgen_boolean_get_b131b2f36d6b2f55:function(e){let t=e,n=typeof t=="boolean"?t:void 0;return b(n)?16777215:n?1:0},__wbg___wbindgen_debug_string_56c147eb1a51f0c4:function(e,t){let n=L(t),r=y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},__wbg___wbindgen_in_ce8569b2fc6f5088:function(e,t){return e in t},__wbg___wbindgen_is_bigint_df272c65456269c2:function(e){return typeof e=="bigint"},__wbg___wbindgen_is_function_147961669f068cd4:function(e){return typeof e=="function"},__wbg___wbindgen_is_null_ced4761460071341:function(e){return e===null},__wbg___wbindgen_is_null_or_undefined_b02321d39cf26d8d:function(e){return e==null},__wbg___wbindgen_is_object_3a2c414391dbf751:function(e){let t=e;return typeof t=="object"&&t!==null},__wbg___wbindgen_is_string_6541b0f6ecd4e8e5:function(e){return typeof e=="string"},__wbg___wbindgen_is_undefined_4410e3c20a99fa97:function(e){return e===void 0},__wbg___wbindgen_jsval_eq_174c93ec61bab0c5:function(e,t){return e===t},__wbg___wbindgen_jsval_loose_eq_e07e3b1f5db6da6c:function(e,t){return e==t},__wbg___wbindgen_number_get_588ed6b97f0d7e14:function(e,t){let n=t,r=typeof n=="number"?n:void 0;g().setFloat64(e+8,b(r)?0:r,!0),g().setInt32(e+0,!b(r),!0)},__wbg___wbindgen_string_get_fa2687d531ed17a5:function(e,t){let n=t,r=typeof n=="string"?n:void 0;var s=b(r)?0:y(r,o.__wbindgen_malloc,o.__wbindgen_realloc),a=w;g().setInt32(e+4,a,!0),g().setInt32(e+0,s,!0)},__wbg___wbindgen_throw_bbadd78c1bac3a77:function(e,t){throw new Error(f(e,t))},__wbg__wbg_cb_unref_c2301a3c9b78104b:function(e){e._wbg_cb_unref()},__wbg_accept_4474458da8ae36db:function(){return i(function(e){e.accept()},arguments)},__wbg_addEventListener_767c2a31836a5d6b:function(){return i(function(e,t,n,r){e.addEventListener(f(t,n),r)},arguments)},__wbg_all_b0ec7b228f9c5ad8:function(){return i(function(e){return e.all()},arguments)},__wbg_arrayBuffer_e3d7df6a925d3876:function(){return i(function(e){return e.arrayBuffer()},arguments)},__wbg_batch_e1fb469ad33cce57:function(){return i(function(e,t){return e.batch(t)},arguments)},__wbg_bind_a562c803a75bfea5:function(){return i(function(e,t){return e.bind(...t)},arguments)},__wbg_body_442a47f02322d7b0:function(e){let t=e.body;return b(t)?0:l(t)},__wbg_body_b06d3a9c5933702e:function(e){let t=e.body;return b(t)?0:l(t)},__wbg_buffer_8524b3453cde4918:function(e){return e.buffer},__wbg_byobRequest_cc72d210de793e64:function(e){let t=e.byobRequest;return b(t)?0:l(t)},__wbg_byteLength_96807b1d9ab24a4c:function(e){return e.byteLength},__wbg_byteOffset_a9c7002428843c41:function(e){return e.byteOffset},__wbg_call_91f00ddc43e01490:function(){return i(function(e,t){return e.call(t)},arguments)},__wbg_call_ec09a4cf93377d3a:function(){return i(function(e,t,n){return e.call(t,n)},arguments)},__wbg_cancel_f3a197b26dc88b39:function(e){return e.cancel()},__wbg_catch_66060324c27be6f7:function(e,t){return e.catch(t)},__wbg_cause_5f2ec35e043cc9cf:function(e){return e.cause},__wbg_cf_22a1527cd02b5acd:function(){return i(function(e){let t=e.cf;return b(t)?0:l(t)},arguments)},__wbg_cf_ee73de251a6dda8a:function(){return i(function(e){let t=e.cf;return b(t)?0:l(t)},arguments)},__wbg_clearTimeout_47e9b1ea76df3afa:function(e,t){e.clearTimeout(t)},__wbg_close_388d99468213b286:function(){return i(function(e){e.close()},arguments)},__wbg_close_4857e22d08b71356:function(){return i(function(e){e.close()},arguments)},__wbg_close_7a6e6d18f74648be:function(){return i(function(e,t,n,r){e.close(t,f(n,r))},arguments)},__wbg_code_1cda2855fcd9b009:function(e){return e.code},__wbg_constructor_04971ae0b51c1fc5:function(e){return e.constructor},__wbg_crypto_38df2bab126b63dc:function(e){return e.crypto},__wbg_crypto_bf4728685a86efbf:function(){return i(function(e){return e.crypto},arguments)},__wbg_customMetadata_079f79b59be2e3dc:function(){return i(function(e){return e.customMetadata},arguments)},__wbg_data_8a04443c1e5a8cd3:function(e){return e.data},__wbg_delete_c5b910b9e4dea1f4:function(){return i(function(e,t,n){let r,s;try{return r=t,s=n,e.delete(f(t,n))}finally{c(),o.__wbindgen_free(r,s,1)}},arguments)},__wbg_delete_e21a892409559f6e:function(){return i(function(e,t,n){return e.delete(f(t,n))},arguments)},__wbg_done_6a8439e544ec6206:function(e){return e.done},__wbg_enqueue_bbeb09ba0b140f76:function(){return i(function(e,t){e.enqueue(t)},arguments)},__wbg_entries_5a6a7e7e0df09fe5:function(e){return Object.entries(e)},__wbg_error_311fdbca44060355:function(e){return e.error},__wbg_error_5b19e9153c2282f2:function(){return i(function(e,t){let n=t.error;var r=b(n)?0:y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},arguments)},__wbg_error_6651fee1c71e5da9:function(e){console.error(e)},__wbg_error_9a99766f65a03031:function(e,t){console.error(e,t)},__wbg_fetch_1d1b09eaf160ddf3:function(e,t,n){return e.fetch(t,n)},__wbg_fetch_931fc4244e17ef2d:function(e,t,n,r){return e.fetch(f(t,n),r)},__wbg_fetch_b447ca2a0c0e6583:function(){return i(function(e,t){return e.fetch(t)},arguments)},__wbg_fetch_be42f5d2be38cba1:function(){return i(function(e,t){return e.fetch(t)},arguments)},__wbg_fill_86ed803c732eee8e:function(e,t,n,r){return e.fill(t,n>>>0,r>>>0)},__wbg_first_954521f2fb10e4a6:function(){return i(function(e,t,n){return e.first(t===0?void 0:f(t,n))},arguments)},__wbg_getByName_5f8a4ae327c50115:function(){return i(function(e,t,n){return e.getByName(f(t,n))},arguments)},__wbg_getRandomValues_c44a50d8cfdaebeb:function(){return i(function(e,t){e.getRandomValues(t)},arguments)},__wbg_getReader_bb0230851fbf986b:function(){return i(function(e){return e.getReader()},arguments)},__wbg_get_10f5930dcb817920:function(){return i(function(e,t,n,r){let s,a;try{return s=t,a=n,e.get(f(t,n),r)}finally{c(),o.__wbindgen_free(s,a,1)}},arguments)},__wbg_get_44e98e27bda25b5b:function(){return i(function(e,t){return Reflect.get(e,t)},arguments)},__wbg_get_4b90d6d8c5deb5d5:function(e,t){return e[t>>>0]},__wbg_get_52a8a619f7b88df6:function(){return i(function(e,t){return Reflect.get(e,t)},arguments)},__wbg_get_6e0eec3a0a32f612:function(){return i(function(e,t,n){return e.get(f(t,n))},arguments)},__wbg_get_a82defe8d6b5b2e5:function(){return i(function(e,t,n,r){let s=t.get(f(n,r));var a=b(s)?0:y(s,o.__wbindgen_malloc,o.__wbindgen_realloc),d=w;g().setInt32(e+4,d,!0),g().setInt32(e+0,a,!0)},arguments)},__wbg_get_a87a6c1024dddd3b:function(){return i(function(e,t,n){return e.get(f(t,n))},arguments)},__wbg_get_c538c7fb0359c222:function(){return i(function(e,t){let n=Reflect.get(e,t);return b(n)?0:l(n)},arguments)},__wbg_get_done_c21b9933fc9a9e9c:function(e){let t=e.done;return b(t)?16777215:t?1:0},__wbg_get_unchecked_46e778e3cec74b5e:function(e,t){return e[t>>>0]},__wbg_get_value_ad568c7d3db9073f:function(e){return e.value},__wbg_get_with_ref_key_6412cf3094599694:function(e,t){return e[t]},__wbg_head_79fc7b932a9912b8:function(){return i(function(e,t,n){let r,s;try{return r=t,s=n,e.head(f(t,n))}finally{c(),o.__wbindgen_free(r,s,1)}},arguments)},__wbg_headers_5b19cf40627ae54d:function(e){return e.headers},__wbg_headers_e1e94862a6a36f9e:function(e){return e.headers},__wbg_idFromName_32b0b5012b5f6535:function(){return i(function(e,t,n){return e.idFromName(f(t,n))},arguments)},__wbg_id_0c05f441a81ef0fc:function(){return i(function(e){return e.id},arguments)},__wbg_importKey_871c11d416fb97ee:function(){return i(function(e,t,n,r,s,a,d){return e.importKey(f(t,n),r,s,a!==0,d)},arguments)},__wbg_instanceId_3970204fcbf0c41d:function(e){return e.instanceId},__wbg_instanceof_ArrayBuffer_a581da923203f29f:function(e){let t;try{t=e instanceof ArrayBuffer}catch{t=!1}return t},__wbg_instanceof_CryptoKey_d5f90a816d96ad67:function(e){let t;try{t=e instanceof CryptoKey}catch{t=!1}return t},__wbg_instanceof_Error_cb5ebd65d798655e:function(e){let t;try{t=e instanceof Error}catch{t=!1}return t},__wbg_instanceof_Map_7f94c740225003e2:function(e){let t;try{t=e instanceof Map}catch{t=!1}return t},__wbg_instanceof_ReadableStream_b1eab376911b1b77:function(e){let t;try{t=e instanceof ReadableStream}catch{t=!1}return t},__wbg_instanceof_Response_36a65a969abaa7c6:function(e){let t;try{t=e instanceof Response}catch{t=!1}return t},__wbg_instanceof_Uint8Array_b6fe1ac89eba107e:function(e){let t;try{t=e instanceof Uint8Array}catch{t=!1}return t},__wbg_isArray_139f48e3c057ede8:function(e){return Array.isArray(e)},__wbg_isSafeInteger_c22ccb4af2201fe9:function(e){return Number.isSafeInteger(e)},__wbg_iterator_9b36cebf3be7b7cd:function(){return Symbol.iterator},__wbg_json_d44033e4c5c27d14:function(){return i(function(e){return e.json()},arguments)},__wbg_key_1512815b7b017d61:function(){return i(function(e,t){let n=t.key,r=y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},arguments)},__wbg_keys_6fe253f5073ff078:function(e){return e.keys()},__wbg_keys_bd51ff67a9b04698:function(e){return Object.keys(e)},__wbg_length_68a9d5278d084f4f:function(e){return e.length},__wbg_length_fb04d16d7bdf6d4c:function(e){return e.length},__wbg_log_6614a4effdb4e983:function(e){console.log(e)},__wbg_message_5c6ab4dd6c4b34e8:function(e){return e.message},__wbg_meta_8ad95deab4cfab61:function(){return i(function(e){return e.meta},arguments)},__wbg_method_f687b49ca8e2b38d:function(e,t){let n=t.method,r=y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},__wbg_minifyconfig_new:function(e){return j.__wrap(e)},__wbg_msCrypto_bd5a034af96bcba6:function(e){return e.msCrypto},__wbg_name_72adaf2fce06bbe8:function(e){return e.name},__wbg_name_f60e249a46c5285a:function(e){return e.name},__wbg_new_0b303268aa395a38:function(){return new Array},__wbg_new_189262ff31890c23:function(){return i(function(){return new Headers},arguments)},__wbg_new_20b778a4c5c691c3:function(){return new Object},__wbg_new_5fae30e6b23db8df:function(e,t){return new Error(f(e,t))},__wbg_new_64f39dfbc3b0db12:function(){return i(function(e){return new FixedLengthStream(e>>>0)},arguments)},__wbg_new_883c0db065f06efd:function(){return new Map},__wbg_new_a21cf41c5c809e4c:function(e){return new Date(e)},__wbg_new_b06772b280cc6e52:function(e){return new Uint8Array(e)},__wbg_new_big_int_7fe709327237d7a6:function(){return i(function(e){return new FixedLengthStream(e)},arguments)},__wbg_new_from_slice_bb2d1778c0b87eb1:function(e,t){return new Uint8Array(A(e,t))},__wbg_new_typed_90c3f6c29ba36d19:function(e,t){try{var n={a:e,b:t},r=(a,d)=>{let p=n.a;n.a=0;try{return fe(p,n.b,a,d)}finally{n.a=p}};return new Promise(r)}finally{n.a=0}},__wbg_new_with_byte_offset_and_length_9e1e664fe1a5d385:function(e,t,n){return new Uint8Array(e,t>>>0,n>>>0)},__wbg_new_with_into_underlying_source_8812003c9985c511:function(e,t){return new ReadableStream(x.__wrap(e),t)},__wbg_new_with_length_4b57a7a5dc67221c:function(e){return new Uint8Array(e>>>0)},__wbg_new_with_opt_buffer_source_and_init_f51f4fbe98d29f2e:function(){return i(function(e,t){return new Response(e,t)},arguments)},__wbg_new_with_opt_readable_stream_and_init_def67835ea705e4d:function(){return i(function(e,t){return new Response(e,t)},arguments)},__wbg_new_with_opt_str_and_init_11bb6f5faad68c85:function(){return i(function(e,t,n){return new Response(e===0?void 0:f(e,t),n)},arguments)},__wbg_new_with_str_and_init_df876572184fe639:function(){return i(function(e,t,n){return new Request(f(e,t),n)},arguments)},__wbg_next_8cb028b6ba50743f:function(){return i(function(e){return e.next()},arguments)},__wbg_next_cfd0b146c9538df8:function(e){return e.next},__wbg_node_84ea875411254db1:function(e){return e.node},__wbg_now_bce4dc999095ea77:function(){return Date.now()},__wbg_pipeTo_cbfe467e9a99c3ef:function(e,t){return e.pipeTo(t)},__wbg_prepare_1a9c786f2c853d14:function(){return i(function(e,t,n){return e.prepare(f(t,n))},arguments)},__wbg_process_44c7a14e11e9f69e:function(e){return e.process},__wbg_prototypesetcall_956c7493c68e29b4:function(e,t,n){Uint8Array.prototype.set.call(A(e,t),n)},__wbg_push_ceb8ef046afb2041:function(e,t){return e.push(t)},__wbg_put_27edc2ab773a21be:function(){return i(function(e,t,n,r){return e.put(f(t,n),r)},arguments)},__wbg_put_642b68b9295b5238:function(){return i(function(e,t,n,r){return e.put(f(t,n),r)},arguments)},__wbg_put_728642f39e2f7d5e:function(){return i(function(e,t,n,r,s){let a,d;try{return a=t,d=n,e.put(f(t,n),r,s)}finally{c(),o.__wbindgen_free(a,d,1)}},arguments)},__wbg_queueMicrotask_4698f900840e3286:function(e){queueMicrotask(e)},__wbg_queueMicrotask_477a5533c7100338:function(e){return e.queueMicrotask},__wbg_randomFillSync_6c25eac9869eb53c:function(){return i(function(e,t){e.randomFillSync(t)},arguments)},__wbg_read_8426c146431f2905:function(e){return e.read()},__wbg_readable_030e3b50feefeb7c:function(e){return e.readable},__wbg_releaseLock_188846ef719acb10:function(e){e.releaseLock()},__wbg_removeEventListener_50cdd1c1ebf3473c:function(){return i(function(e,t,n,r){e.removeEventListener(f(t,n),r)},arguments)},__wbg_require_b4edbdcf3e2a1ef0:function(){return i(function(){return module.require},arguments)},__wbg_resolve_0183de2e8c6b1d54:function(e){return Promise.resolve(e)},__wbg_respond_3cdb4cf32683fd79:function(){return i(function(e,t){e.respond(t>>>0)},arguments)},__wbg_results_9171dec22a6263ca:function(){return i(function(e){let t=e.results;return b(t)?0:l(t)},arguments)},__wbg_run_04731eee52530750:function(){return i(function(e){return e.run()},arguments)},__wbg_send_93c1286dd925d92f:function(){return i(function(e,t){e.send(t)},arguments)},__wbg_setTimeout_5cc4188c9772ce9f:function(){return i(function(e,t,n){return e.setTimeout(t,n)},arguments)},__wbg_set_3ab3dfede3bae139:function(){return i(function(e,t,n,r,s){e.set(f(t,n),f(r,s))},arguments)},__wbg_set_5f806304fb633ab3:function(e,t,n){return e.set(t,n)},__wbg_set_6be42768c690e380:function(e,t,n){e[t]=n},__wbg_set_86698c227e5b9dad:function(e,t,n){e.set(A(t,n))},__wbg_set_a6ba3ac0e634b822:function(){return i(function(e,t,n){return Reflect.set(e,t,n)},arguments)},__wbg_set_binaryType_8c2dd2cf1cfc2e28:function(e,t){e.binaryType=be[t]},__wbg_set_body_d1153b16a2b95ca1:function(e,t){e.body=t},__wbg_set_cache_5a01a8b5e6ca6cf2:function(e,t){e.cache=de[t]},__wbg_set_criticalError_3b493d341796397b:function(e,t){e.criticalError=t!==0},__wbg_set_da33c120a6584674:function(e,t,n){e[t>>>0]=n},__wbg_set_hash_str_11c326d0f29af79f:function(e,t,n){e.hash=f(t,n)},__wbg_set_headers_178db2684a27c112:function(e,t){e.headers=t},__wbg_set_headers_877ed41890d28af2:function(e,t){e.headers=t},__wbg_set_high_water_mark_77da20c49668427d:function(e,t){e.highWaterMark=t},__wbg_set_instanceId_2e5d2db011e9f6af:function(e,t){e.instanceId=t>>>0},__wbg_set_method_b4ede299b2064f37:function(e,t,n){e.method=f(t,n)},__wbg_set_redirect_97b881e7430f3438:function(e,t){e.redirect=we[t]},__wbg_set_signal_9022b5aa06a6ce5b:function(e,t){e.signal=t},__wbg_set_status_56097e6101a48227:function(e,t){e.status=t},__wbg_sign_366ed09dea597c38:function(){return i(function(e,t,n,r,s,a){return e.sign(f(t,n),r,A(s,a))},arguments)},__wbg_slice_48ba39549a845019:function(e,t){let n=t.slice(),r=te(n,o.__wbindgen_malloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},__wbg_static_accessor_GLOBAL_60a4124bab7dcc9a:function(){let e=typeof global>"u"?null:global;return b(e)?0:l(e)},__wbg_static_accessor_GLOBAL_THIS_95ca6460658b5d13:function(){let e=typeof globalThis>"u"?null:globalThis;return b(e)?0:l(e)},__wbg_static_accessor_INIT_STATE_2271957acdc7fe6e:function(){return N},__wbg_static_accessor_SELF_4c95f759a91e9aae:function(){let e=typeof self>"u"?null:self;return b(e)?0:l(e)},__wbg_static_accessor_WINDOW_44b435597f9e9ee7:function(){let e=typeof window>"u"?null:window;return b(e)?0:l(e)},__wbg_status_9e6505cfa3e73a7c:function(e){return e.status},__wbg_storage_e350ca27f103b85e:function(){return i(function(e){return e.storage},arguments)},__wbg_subarray_42216645a367cd7a:function(e,t,n){return e.subarray(t>>>0,n>>>0)},__wbg_subtle_8f1ee4c21d530fce:function(e){return e.subtle},__wbg_success_a4649d46345fb4df:function(){return i(function(e){return e.success},arguments)},__wbg_then_254bab9b266a77a5:function(e,t,n){return e.then(t,n)},__wbg_then_3ea18602c6a5123b:function(e,t){return e.then(t)},__wbg_toISOString_1c29c14154d57c76:function(e){return e.toISOString()},__wbg_toString_c3e29dc77827b5c7:function(){return i(function(e,t){let n=t.toString(),r=y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},arguments)},__wbg_transaction_afcd84163102ab81:function(){return i(function(e,t){return e.transaction(t)},arguments)},__wbg_url_74200ddca55ab638:function(e,t){let n=t.url,r=y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},__wbg_value_3d3defe09fb1ffca:function(e){return e.value},__wbg_version_5150f1a863df475a:function(){return i(function(e,t){let n=t.version,r=y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},arguments)},__wbg_versions_276b2795b1c6a219:function(e){return e.versions},__wbg_view_15fa5865c6b336e3:function(e){let t=e.view;return b(t)?0:l(t)},__wbg_wasClean_f17429d064911939:function(e){return e.wasClean},__wbg_webSocket_651aa54cd4107a97:function(){return i(function(e){let t=e.webSocket;return b(t)?0:l(t)},arguments)},__wbg_withSession_1d34b32218ea9aab:function(){return i(function(e,t,n){return e.withSession(t===0?void 0:f(t,n))},arguments)},__wbg_writable_5ef8e463dc5b3999:function(e){return e.writable},__wbindgen_cast_0000000000000001:function(e,t){return v(e,t,ue)},__wbindgen_cast_0000000000000002:function(e,t){return v(e,t,oe)},__wbindgen_cast_0000000000000003:function(e,t){return v(e,t,ae)},__wbindgen_cast_0000000000000004:function(e,t){return v(e,t,ie)},__wbindgen_cast_0000000000000005:function(e,t){return v(e,t,se)},__wbindgen_cast_0000000000000006:function(e,t){return v(e,t,ce)},__wbindgen_cast_0000000000000007:function(e,t){return v(e,t,re)},__wbindgen_cast_0000000000000008:function(e){return e},__wbindgen_cast_0000000000000009:function(e){return e},__wbindgen_cast_000000000000000a:function(e,t){return A(e,t)},__wbindgen_cast_000000000000000b:function(e,t){return f(e,t)},__wbindgen_cast_000000000000000c:function(e){return BigInt.asUintN(64,e)},__wbindgen_init_externref_table:function(){let e=o.__wbindgen_externrefs,t=e.grow(4);e.set(0,void 0),e.set(t+0,void 0),e.set(t+1,null),e.set(t+2,!0),e.set(t+3,!1)}}}}function c(){if(ne){B();return}}function re(_,e){c(),o.wasm_bindgen_68f389e705008bcb___convert__closures_____invoke_______true_(_,e)}function oe(_,e,t){c(),o.wasm_bindgen_68f389e705008bcb___convert__closures_____invoke___wasm_bindgen_68f389e705008bcb___JsValue______true_(_,e,t)}function ie(_,e,t){c(),o.wasm_bindgen_68f389e705008bcb___convert__closures_____invoke___web_sys_d3b0e92874901775___features__gen_CloseEvent__CloseEvent______true_(_,e,t)}function se(_,e,t){c(),o.wasm_bindgen_68f389e705008bcb___convert__closures_____invoke___web_sys_d3b0e92874901775___features__gen_CloseEvent__CloseEvent______true__4(_,e,t)}function ce(_,e,t){c(),o.wasm_bindgen_68f389e705008bcb___convert__closures_____invoke___web_sys_d3b0e92874901775___features__gen_CloseEvent__CloseEvent______true__5(_,e,t)}function ue(_,e,t){let n;return c(),n=o.wasm_bindgen_68f389e705008bcb___convert__closures_____invoke___worker_sys_a30a61bc3d743209___types__durable_object__transaction__DurableObjectTransaction__js_sys_95ed116970c1190___Promise__true_(_,e,t),n}function ae(_,e,t){let n;if(c(),n=o.wasm_bindgen_68f389e705008bcb___convert__closures_____invoke___wasm_bindgen_68f389e705008bcb___JsValue__core_ed718c3d60ebd546___result__Result_____wasm_bindgen_68f389e705008bcb___JsError___true_(_,e,t),n[1])throw ve(n[0])}function fe(_,e,t,n){c(),o.wasm_bindgen_68f389e705008bcb___convert__closures_____invoke___js_sys_95ed116970c1190___Function_fn_wasm_bindgen_68f389e705008bcb___JsValue_____wasm_bindgen_68f389e705008bcb___sys__Undefined___js_sys_95ed116970c1190___Function_fn_wasm_bindgen_68f389e705008bcb___JsValue_____wasm_bindgen_68f389e705008bcb___sys__Undefined_______true_(_,e,t,n)}var be=["blob","arraybuffer"],ge=["bytes"],de=["default","no-store","reload","no-cache","force-cache","only-if-cached"],we=["follow","error","manual"],u=0,le=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_containerstartupoptions_free(_,1)}),pe=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_intounderlyingbytesource_free(_,1)}),ye=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_intounderlyingsink_free(_,1)}),J=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_intounderlyingsource_free(_,1)}),$=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_minifyconfig_free(_,1)}),me=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_r2range_free(_,1)}),K=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_routerabsigningworkerpresignsessiondurableobject_free(_,1)}),H=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_routerabtenantrootcreationdurableobject_free(_,1)});function l(_){let e=o.__externref_table_alloc();return o.__wbindgen_externrefs.set(e,_),e}var G=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(_=>{_.instance===u&&o.__wbindgen_destroy_closure(_.a,_.b)});function L(_){let e=typeof _;if(e=="number"||e=="boolean"||_==null)return`${_}`;if(e=="string")return`"${_}"`;if(e=="symbol"){let r=_.description;return r==null?"Symbol":`Symbol(${r})`}if(e=="function"){let r=_.name;return typeof r=="string"&&r.length>0?`Function(${r})`:"Function"}if(Array.isArray(_)){let r=_.length,s="[";r>0&&(s+=L(_[0]));for(let a=1;a<r;a++)s+=", "+L(_[a]);return s+="]",s}let t=/\[object ([^\]]+)\]/.exec(toString.call(_)),n;if(t&&t.length>1)n=t[1];else return toString.call(_);if(n=="Object")try{return"Object("+JSON.stringify(_)+")"}catch{return"Object"}return _ instanceof Error?`${_.name}: ${_.message}
2
+ ${_.stack}`:n}function he(_,e){_=_>>>0;let t=g(),n=[];for(let r=_;r<_+4*e;r+=4)n.push(o.__wbindgen_externrefs.get(t.getUint32(r,!0)));return o.__externref_drop_slice(_,e),n}function A(_,e){return _=_>>>0,P().subarray(_/1,_/1+e)}var I=null;function g(){return(I===null||I.buffer.detached===!0||I.buffer.detached===void 0&&I.buffer!==o.memory.buffer)&&(I=new DataView(o.memory.buffer)),I}function f(_,e){return Ie(_>>>0,e)}var C=null;function P(){return(C===null||C.byteLength===0)&&(C=new Uint8Array(o.memory.buffer)),C}function i(_,e){try{return _.apply(this,e)}catch(t){let n=l(t);o.__wbindgen_exn_store(n)}}function b(_){return _==null}function v(_,e,t){let n={a:_,b:e,cnt:1,instance:u},r=(...s)=>{if(n.instance!==u)throw new Error("Cannot invoke closure from previous WASM instance");n.cnt++;let a=n.a;n.a=0;try{return t(a,n.b,...s)}finally{n.a=a,r._wbg_cb_unref()}};return r._wbg_cb_unref=()=>{--n.cnt===0&&(o.__wbindgen_destroy_closure(n.a,n.b),n.a=0,G.unregister(n))},G.register(r,n,n),r}function te(_,e){let t=e(_.length*4,4)>>>0;for(let n=0;n<_.length;n++){let r=l(_[n]);g().setUint32(t+4*n,r,!0)}return w=_.length,t}function y(_,e,t){if(t===void 0){let d=T.encode(_),p=e(d.length,1)>>>0;return P().subarray(p,p+d.length).set(d),w=d.length,p}let n=_.length,r=e(n,1)>>>0,s=P(),a=0;for(;a<n;a++){let d=_.charCodeAt(a);if(d>127)break;s[r+a]=d}if(a!==n){a!==0&&(_=_.slice(a)),r=t(r,n,n=a+_.length*3,1)>>>0;let d=P().subarray(r+a,r+n),p=T.encodeInto(_,d);a+=p.written,r=t(r,n,a,1)>>>0}return w=a,r}var ne=!1;function ve(_){let e=o.__wbindgen_externrefs.get(_);return o.__externref_table_dealloc(_),e}var _e=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0});_e.decode();function Ie(_,e){return _e.decode(P().subarray(_,_+e))}var T=new TextEncoder;"encodeInto"in T||(T.encodeInto=function(_,e){let t=T.encode(_);return e.set(t),{read:_.length,written:t.length}});var w=0,D=new WebAssembly.Instance(Q,ee()),o=D.exports;o.__wbindgen_start();Error.stackTraceLimit=100;var h=X();function V(){h.criticalError&&(console.log("Reinitializing Wasm application"),B(),h.criticalError=!1,h.instanceId++)}addEventListener("error",_=>{q(_.error)});function q(_){_ instanceof WebAssembly.RuntimeError&&(console.error("Critical",_),h.criticalError=!0)}var z=class extends je{};z.prototype.fetch=function(e){return Y.call(this,e,this.env,this.ctx)};z.prototype.init=Z;var Ee={set:(_,e,t,n)=>Reflect.set(_.instance,e,t,n),has:(_,e)=>Reflect.has(_.instance,e),deleteProperty:(_,e)=>Reflect.deleteProperty(_.instance,e),apply:(_,e,t)=>Reflect.apply(_.instance,e,t),construct:(_,e,t)=>Reflect.construct(_.instance,e,t),getPrototypeOf:_=>Reflect.getPrototypeOf(_.instance),setPrototypeOf:(_,e)=>Reflect.setPrototypeOf(_.instance,e),isExtensible:_=>Reflect.isExtensible(_.instance),preventExtensions:_=>Reflect.preventExtensions(_.instance),getOwnPropertyDescriptor:(_,e)=>Reflect.getOwnPropertyDescriptor(_.instance,e),defineProperty:(_,e,t)=>Reflect.defineProperty(_.instance,e,t),ownKeys:_=>Reflect.ownKeys(_.instance)},m={construct(_,e,t){try{V();let n={instance:Reflect.construct(_,e,t),instanceId:h.instanceId,ctor:_,args:e,newTarget:t};return new Proxy(n,{...Ee,get(r,s,a){r.instanceId!==h.instanceId&&(r.instance=Reflect.construct(r.ctor,r.args,r.newTarget),r.instanceId=h.instanceId);let d=Reflect.get(r.instance,s,a);return typeof d!="function"?d:d.constructor===Function?new Proxy(d,{apply(p,U,M){V();try{return p.apply(U,M)}catch(O){throw q(O),O}}}):new Proxy(d,{async apply(p,U,M){V();try{return await p.apply(U,M)}catch(O){throw q(O),O}}})}})}catch(n){throw h.criticalError=!0,n}}},We=new Proxy(z,m),Oe=new Proxy(E,m),Ae=new Proxy(R,m),Ce=new Proxy(F,m),Pe=new Proxy(x,m),Te=new Proxy(j,m),ze=new Proxy(S,m),Ue=new Proxy(k,m),Me=new Proxy(W,m);export{Oe as ContainerStartupOptions,Ae as IntoUnderlyingByteSource,Ce as IntoUnderlyingSink,Pe as IntoUnderlyingSource,Te as MinifyConfig,ze as R2Range,Ue as RouterAbSigningWorkerPresignSessionDurableObject,Me as RouterAbTenantRootCreationDurableObject,We as default};
@@ -1,2 +1,2 @@
1
- import{WorkerEntrypoint as je}from"cloudflare:workers";var N=globalThis.__worker_init_state={criticalError:!1,instanceId:0};import Q from"./index_bg.wasm";var E=class{__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,le.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_containerstartupoptions_free(e,0)}get enableInternet(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_containerstartupoptions_enableInternet(this.__wbg_ptr),e===16777215?void 0:e!==0}get entrypoint(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;c(),e=o.__wbg_get_containerstartupoptions_entrypoint(this.__wbg_ptr);var t=he(e[0],e[1]).slice();return o.__wbindgen_free(e[0],e[1]*4,4),t}get env(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_containerstartupoptions_env(this.__wbg_ptr),e}set enableInternet(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_containerstartupoptions_enableInternet(this.__wbg_ptr,b(e)?16777215:e?1:0)}set entrypoint(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let t=te(e,o.__wbindgen_malloc),n=w;c(),o.__wbg_set_containerstartupoptions_entrypoint(this.__wbg_ptr,t,n)}set env(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_containerstartupoptions_env(this.__wbg_ptr,e)}};Symbol.dispose&&(E.prototype[Symbol.dispose]=E.prototype.free);var R=class{__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,pe.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_intounderlyingbytesource_free(e,0)}get autoAllocateChunkSize(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.intounderlyingbytesource_autoAllocateChunkSize(this.__wbg_ptr),e>>>0}cancel(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e=this.__destroy_into_raw();c(),o.intounderlyingbytesource_cancel(e)}pull(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let t;return c(),t=o.intounderlyingbytesource_pull(this.__wbg_ptr,e),t}start(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.intounderlyingbytesource_start(this.__wbg_ptr,e)}get type(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.intounderlyingbytesource_type(this.__wbg_ptr),ge[e]}};Symbol.dispose&&(R.prototype[Symbol.dispose]=R.prototype.free);var F=class{__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,ye.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_intounderlyingsink_free(e,0)}abort(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let t=this.__destroy_into_raw(),n;return c(),n=o.intounderlyingsink_abort(t,e),n}close(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e=this.__destroy_into_raw(),t;return c(),t=o.intounderlyingsink_close(e),t}write(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let t;return c(),t=o.intounderlyingsink_write(this.__wbg_ptr,e),t}};Symbol.dispose&&(F.prototype[Symbol.dispose]=F.prototype.free);var x=class _{static __wrap(e){let t=Object.create(_.prototype);return t.__wbg_ptr=e,Object.defineProperty(t,"__wbg_inst",{value:u,writable:!0}),J.register(t,{ptr:e,instance:u},t),t}__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,J.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_intounderlyingsource_free(e,0)}cancel(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e=this.__destroy_into_raw();c(),o.intounderlyingsource_cancel(e)}pull(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let t;return c(),t=o.intounderlyingsource_pull(this.__wbg_ptr,e),t}};Symbol.dispose&&(x.prototype[Symbol.dispose]=x.prototype.free);var j=class _{static __wrap(e){let t=Object.create(_.prototype);return t.__wbg_ptr=e,Object.defineProperty(t,"__wbg_inst",{value:u,writable:!0}),$.register(t,{ptr:e,instance:u},t),t}__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,$.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_minifyconfig_free(e,0)}get css(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_minifyconfig_css(this.__wbg_ptr),e!==0}get html(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_minifyconfig_html(this.__wbg_ptr),e!==0}get js(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_minifyconfig_js(this.__wbg_ptr),e!==0}set css(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_minifyconfig_css(this.__wbg_ptr,e)}set html(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_minifyconfig_html(this.__wbg_ptr,e)}set js(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_minifyconfig_js(this.__wbg_ptr,e)}};Symbol.dispose&&(j.prototype[Symbol.dispose]=j.prototype.free);var S=class{__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,me.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_r2range_free(e,0)}get length(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_r2range_length(this.__wbg_ptr),e[0]===0?void 0:e[1]}get offset(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_r2range_offset(this.__wbg_ptr),e[0]===0?void 0:e[1]}get suffix(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_r2range_suffix(this.__wbg_ptr),e[0]===0?void 0:e[1]}set length(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_r2range_length(this.__wbg_ptr,!b(e),b(e)?0:e)}set offset(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_r2range_offset(this.__wbg_ptr,!b(e),b(e)?0:e)}set suffix(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_r2range_suffix(this.__wbg_ptr,!b(e),b(e)?0:e)}};Symbol.dispose&&(S.prototype[Symbol.dispose]=S.prototype.free);var k=class{__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,K.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_routerabsigningworkerpresignsessiondurableobject_free(e,0)}fetch(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let t;return c(),t=o.routerabsigningworkerpresignsessiondurableobject_fetch(this.__wbg_ptr,e),t}constructor(e,t){let n;return c(),n=o.routerabsigningworkerpresignsessiondurableobject_new(e,t),this.__wbg_ptr=n,Object.defineProperty(this,"__wbg_inst",{value:u,writable:!0}),K.register(this,{ptr:n,instance:u},this),this}};Symbol.dispose&&(k.prototype[Symbol.dispose]=k.prototype.free);var W=class{__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,H.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_routerabtenantrootcreationdurableobject_free(e,0)}fetch(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let t;return c(),t=o.routerabtenantrootcreationdurableobject_fetch(this.__wbg_ptr,e),t}constructor(e,t){let n;return c(),n=o.routerabtenantrootcreationdurableobject_new(e,t),this.__wbg_ptr=n,Object.defineProperty(this,"__wbg_inst",{value:u,writable:!0}),H.register(this,{ptr:n,instance:u},this),this}};Symbol.dispose&&(W.prototype[Symbol.dispose]=W.prototype.free);function B(){u++,I=null,P=null,typeof numBytesDecoded<"u"&&(numBytesDecoded=0),typeof w<"u"&&(w=0),ne=!1,D=new WebAssembly.Instance(Q,ee()),o=D.exports,o.__wbindgen_start()}function X(){let _;return c(),_=o.__worker_init_state(),_}function Y(_,e,t){let n;return c(),n=o.fetch(_,e,t),n}function Z(){c(),o.init()}function ee(){return{__proto__:null,"./index_bg.js":{__proto__:null,__wbg_Error_9dc85fe1bc224456:function(e,t){return Error(a(e,t))},__wbg_Number_4779d427bae39753:function(e){return Number(e)},__wbg_String_8564e559799eccda:function(e,t){let n=String(t),r=y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},__wbg___wbindgen_bigint_get_as_i64_8ea6736501f396b6:function(e,t){let n=t,r=typeof n=="bigint"?n:void 0;g().setBigInt64(e+8,b(r)?BigInt(0):r,!0),g().setInt32(e+0,!b(r),!0)},__wbg___wbindgen_boolean_get_b131b2f36d6b2f55:function(e){let t=e,n=typeof t=="boolean"?t:void 0;return b(n)?16777215:n?1:0},__wbg___wbindgen_debug_string_56c147eb1a51f0c4:function(e,t){let n=L(t),r=y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},__wbg___wbindgen_in_ce8569b2fc6f5088:function(e,t){return e in t},__wbg___wbindgen_is_bigint_df272c65456269c2:function(e){return typeof e=="bigint"},__wbg___wbindgen_is_function_147961669f068cd4:function(e){return typeof e=="function"},__wbg___wbindgen_is_null_ced4761460071341:function(e){return e===null},__wbg___wbindgen_is_null_or_undefined_b02321d39cf26d8d:function(e){return e==null},__wbg___wbindgen_is_object_3a2c414391dbf751:function(e){let t=e;return typeof t=="object"&&t!==null},__wbg___wbindgen_is_string_6541b0f6ecd4e8e5:function(e){return typeof e=="string"},__wbg___wbindgen_is_undefined_4410e3c20a99fa97:function(e){return e===void 0},__wbg___wbindgen_jsval_eq_174c93ec61bab0c5:function(e,t){return e===t},__wbg___wbindgen_jsval_loose_eq_e07e3b1f5db6da6c:function(e,t){return e==t},__wbg___wbindgen_number_get_588ed6b97f0d7e14:function(e,t){let n=t,r=typeof n=="number"?n:void 0;g().setFloat64(e+8,b(r)?0:r,!0),g().setInt32(e+0,!b(r),!0)},__wbg___wbindgen_string_get_fa2687d531ed17a5:function(e,t){let n=t,r=typeof n=="string"?n:void 0;var s=b(r)?0:y(r,o.__wbindgen_malloc,o.__wbindgen_realloc),f=w;g().setInt32(e+4,f,!0),g().setInt32(e+0,s,!0)},__wbg___wbindgen_throw_bbadd78c1bac3a77:function(e,t){throw new Error(a(e,t))},__wbg__wbg_cb_unref_c2301a3c9b78104b:function(e){e._wbg_cb_unref()},__wbg_accept_4474458da8ae36db:function(){return i(function(e){e.accept()},arguments)},__wbg_addEventListener_767c2a31836a5d6b:function(){return i(function(e,t,n,r){e.addEventListener(a(t,n),r)},arguments)},__wbg_all_b0ec7b228f9c5ad8:function(){return i(function(e){return e.all()},arguments)},__wbg_arrayBuffer_e3d7df6a925d3876:function(){return i(function(e){return e.arrayBuffer()},arguments)},__wbg_batch_e1fb469ad33cce57:function(){return i(function(e,t){return e.batch(t)},arguments)},__wbg_bind_a562c803a75bfea5:function(){return i(function(e,t){return e.bind(...t)},arguments)},__wbg_body_442a47f02322d7b0:function(e){let t=e.body;return b(t)?0:l(t)},__wbg_body_b06d3a9c5933702e:function(e){let t=e.body;return b(t)?0:l(t)},__wbg_buffer_8524b3453cde4918:function(e){return e.buffer},__wbg_byobRequest_cc72d210de793e64:function(e){let t=e.byobRequest;return b(t)?0:l(t)},__wbg_byteLength_96807b1d9ab24a4c:function(e){return e.byteLength},__wbg_byteOffset_a9c7002428843c41:function(e){return e.byteOffset},__wbg_call_91f00ddc43e01490:function(){return i(function(e,t){return e.call(t)},arguments)},__wbg_call_ec09a4cf93377d3a:function(){return i(function(e,t,n){return e.call(t,n)},arguments)},__wbg_cancel_f3a197b26dc88b39:function(e){return e.cancel()},__wbg_catch_66060324c27be6f7:function(e,t){return e.catch(t)},__wbg_cause_5f2ec35e043cc9cf:function(e){return e.cause},__wbg_cf_22a1527cd02b5acd:function(){return i(function(e){let t=e.cf;return b(t)?0:l(t)},arguments)},__wbg_cf_ee73de251a6dda8a:function(){return i(function(e){let t=e.cf;return b(t)?0:l(t)},arguments)},__wbg_clearTimeout_47e9b1ea76df3afa:function(e,t){e.clearTimeout(t)},__wbg_close_388d99468213b286:function(){return i(function(e){e.close()},arguments)},__wbg_close_4857e22d08b71356:function(){return i(function(e){e.close()},arguments)},__wbg_close_7a6e6d18f74648be:function(){return i(function(e,t,n,r){e.close(t,a(n,r))},arguments)},__wbg_code_1cda2855fcd9b009:function(e){return e.code},__wbg_constructor_04971ae0b51c1fc5:function(e){return e.constructor},__wbg_crypto_38df2bab126b63dc:function(e){return e.crypto},__wbg_crypto_bf4728685a86efbf:function(){return i(function(e){return e.crypto},arguments)},__wbg_customMetadata_079f79b59be2e3dc:function(){return i(function(e){return e.customMetadata},arguments)},__wbg_data_8a04443c1e5a8cd3:function(e){return e.data},__wbg_delete_c5b910b9e4dea1f4:function(){return i(function(e,t,n){let r,s;try{return r=t,s=n,e.delete(a(t,n))}finally{c(),o.__wbindgen_free(r,s,1)}},arguments)},__wbg_delete_e21a892409559f6e:function(){return i(function(e,t,n){return e.delete(a(t,n))},arguments)},__wbg_done_6a8439e544ec6206:function(e){return e.done},__wbg_enqueue_bbeb09ba0b140f76:function(){return i(function(e,t){e.enqueue(t)},arguments)},__wbg_entries_5a6a7e7e0df09fe5:function(e){return Object.entries(e)},__wbg_error_311fdbca44060355:function(e){return e.error},__wbg_error_5b19e9153c2282f2:function(){return i(function(e,t){let n=t.error;var r=b(n)?0:y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},arguments)},__wbg_error_6651fee1c71e5da9:function(e){console.error(e)},__wbg_error_9a99766f65a03031:function(e,t){console.error(e,t)},__wbg_fetch_1d1b09eaf160ddf3:function(e,t,n){return e.fetch(t,n)},__wbg_fetch_931fc4244e17ef2d:function(e,t,n,r){return e.fetch(a(t,n),r)},__wbg_fetch_b447ca2a0c0e6583:function(){return i(function(e,t){return e.fetch(t)},arguments)},__wbg_fetch_be42f5d2be38cba1:function(){return i(function(e,t){return e.fetch(t)},arguments)},__wbg_fill_86ed803c732eee8e:function(e,t,n,r){return e.fill(t,n>>>0,r>>>0)},__wbg_first_954521f2fb10e4a6:function(){return i(function(e,t,n){return e.first(t===0?void 0:a(t,n))},arguments)},__wbg_getByName_5f8a4ae327c50115:function(){return i(function(e,t,n){return e.getByName(a(t,n))},arguments)},__wbg_getRandomValues_c44a50d8cfdaebeb:function(){return i(function(e,t){e.getRandomValues(t)},arguments)},__wbg_getReader_bb0230851fbf986b:function(){return i(function(e){return e.getReader()},arguments)},__wbg_get_10f5930dcb817920:function(){return i(function(e,t,n,r){let s,f;try{return s=t,f=n,e.get(a(t,n),r)}finally{c(),o.__wbindgen_free(s,f,1)}},arguments)},__wbg_get_44e98e27bda25b5b:function(){return i(function(e,t){return Reflect.get(e,t)},arguments)},__wbg_get_4b90d6d8c5deb5d5:function(e,t){return e[t>>>0]},__wbg_get_52a8a619f7b88df6:function(){return i(function(e,t){return Reflect.get(e,t)},arguments)},__wbg_get_6e0eec3a0a32f612:function(){return i(function(e,t,n){return e.get(a(t,n))},arguments)},__wbg_get_a82defe8d6b5b2e5:function(){return i(function(e,t,n,r){let s=t.get(a(n,r));var f=b(s)?0:y(s,o.__wbindgen_malloc,o.__wbindgen_realloc),d=w;g().setInt32(e+4,d,!0),g().setInt32(e+0,f,!0)},arguments)},__wbg_get_a87a6c1024dddd3b:function(){return i(function(e,t,n){return e.get(a(t,n))},arguments)},__wbg_get_c538c7fb0359c222:function(){return i(function(e,t){let n=Reflect.get(e,t);return b(n)?0:l(n)},arguments)},__wbg_get_d4dccd1f34454752:function(){return i(function(e,t){return Reflect.get(e,t>>>0)},arguments)},__wbg_get_done_c21b9933fc9a9e9c:function(e){let t=e.done;return b(t)?16777215:t?1:0},__wbg_get_unchecked_46e778e3cec74b5e:function(e,t){return e[t>>>0]},__wbg_get_value_ad568c7d3db9073f:function(e){return e.value},__wbg_get_with_ref_key_6412cf3094599694:function(e,t){return e[t]},__wbg_head_79fc7b932a9912b8:function(){return i(function(e,t,n){let r,s;try{return r=t,s=n,e.head(a(t,n))}finally{c(),o.__wbindgen_free(r,s,1)}},arguments)},__wbg_headers_5b19cf40627ae54d:function(e){return e.headers},__wbg_headers_e1e94862a6a36f9e:function(e){return e.headers},__wbg_idFromName_32b0b5012b5f6535:function(){return i(function(e,t,n){return e.idFromName(a(t,n))},arguments)},__wbg_id_0c05f441a81ef0fc:function(){return i(function(e){return e.id},arguments)},__wbg_importKey_871c11d416fb97ee:function(){return i(function(e,t,n,r,s,f,d){return e.importKey(a(t,n),r,s,f!==0,d)},arguments)},__wbg_instanceId_3970204fcbf0c41d:function(e){return e.instanceId},__wbg_instanceof_ArrayBuffer_a581da923203f29f:function(e){let t;try{t=e instanceof ArrayBuffer}catch{t=!1}return t},__wbg_instanceof_CryptoKey_d5f90a816d96ad67:function(e){let t;try{t=e instanceof CryptoKey}catch{t=!1}return t},__wbg_instanceof_Error_cb5ebd65d798655e:function(e){let t;try{t=e instanceof Error}catch{t=!1}return t},__wbg_instanceof_Map_7f94c740225003e2:function(e){let t;try{t=e instanceof Map}catch{t=!1}return t},__wbg_instanceof_ReadableStream_b1eab376911b1b77:function(e){let t;try{t=e instanceof ReadableStream}catch{t=!1}return t},__wbg_instanceof_Response_36a65a969abaa7c6:function(e){let t;try{t=e instanceof Response}catch{t=!1}return t},__wbg_instanceof_Uint8Array_b6fe1ac89eba107e:function(e){let t;try{t=e instanceof Uint8Array}catch{t=!1}return t},__wbg_isArray_139f48e3c057ede8:function(e){return Array.isArray(e)},__wbg_isSafeInteger_c22ccb4af2201fe9:function(e){return Number.isSafeInteger(e)},__wbg_iterator_9b36cebf3be7b7cd:function(){return Symbol.iterator},__wbg_json_d44033e4c5c27d14:function(){return i(function(e){return e.json()},arguments)},__wbg_key_1512815b7b017d61:function(){return i(function(e,t){let n=t.key,r=y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},arguments)},__wbg_keys_6fe253f5073ff078:function(e){return e.keys()},__wbg_keys_bd51ff67a9b04698:function(e){return Object.keys(e)},__wbg_length_68a9d5278d084f4f:function(e){return e.length},__wbg_length_fb04d16d7bdf6d4c:function(e){return e.length},__wbg_log_6614a4effdb4e983:function(e){console.log(e)},__wbg_message_5c6ab4dd6c4b34e8:function(e){return e.message},__wbg_meta_8ad95deab4cfab61:function(){return i(function(e){return e.meta},arguments)},__wbg_method_f687b49ca8e2b38d:function(e,t){let n=t.method,r=y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},__wbg_minifyconfig_new:function(e){return j.__wrap(e)},__wbg_msCrypto_bd5a034af96bcba6:function(e){return e.msCrypto},__wbg_name_72adaf2fce06bbe8:function(e){return e.name},__wbg_name_f60e249a46c5285a:function(e){return e.name},__wbg_new_0b303268aa395a38:function(){return new Array},__wbg_new_189262ff31890c23:function(){return i(function(){return new Headers},arguments)},__wbg_new_20b778a4c5c691c3:function(){return new Object},__wbg_new_282682eb3efbb612:function(){return i(function(){return new WebSocketPair},arguments)},__wbg_new_5fae30e6b23db8df:function(e,t){return new Error(a(e,t))},__wbg_new_64f39dfbc3b0db12:function(){return i(function(e){return new FixedLengthStream(e>>>0)},arguments)},__wbg_new_883c0db065f06efd:function(){return new Map},__wbg_new_a21cf41c5c809e4c:function(e){return new Date(e)},__wbg_new_b06772b280cc6e52:function(e){return new Uint8Array(e)},__wbg_new_big_int_7fe709327237d7a6:function(){return i(function(e){return new FixedLengthStream(e)},arguments)},__wbg_new_from_slice_bb2d1778c0b87eb1:function(e,t){return new Uint8Array(A(e,t))},__wbg_new_typed_90c3f6c29ba36d19:function(e,t){try{var n={a:e,b:t},r=(f,d)=>{let p=n.a;n.a=0;try{return ae(p,n.b,f,d)}finally{n.a=p}};return new Promise(r)}finally{n.a=0}},__wbg_new_with_byte_offset_and_length_9e1e664fe1a5d385:function(e,t,n){return new Uint8Array(e,t>>>0,n>>>0)},__wbg_new_with_into_underlying_source_8812003c9985c511:function(e,t){return new ReadableStream(x.__wrap(e),t)},__wbg_new_with_length_4b57a7a5dc67221c:function(e){return new Uint8Array(e>>>0)},__wbg_new_with_opt_buffer_source_and_init_f51f4fbe98d29f2e:function(){return i(function(e,t){return new Response(e,t)},arguments)},__wbg_new_with_opt_readable_stream_and_init_def67835ea705e4d:function(){return i(function(e,t){return new Response(e,t)},arguments)},__wbg_new_with_opt_str_and_init_11bb6f5faad68c85:function(){return i(function(e,t,n){return new Response(e===0?void 0:a(e,t),n)},arguments)},__wbg_new_with_str_and_init_df876572184fe639:function(){return i(function(e,t,n){return new Request(a(e,t),n)},arguments)},__wbg_next_8cb028b6ba50743f:function(){return i(function(e){return e.next()},arguments)},__wbg_next_cfd0b146c9538df8:function(e){return e.next},__wbg_node_84ea875411254db1:function(e){return e.node},__wbg_now_bce4dc999095ea77:function(){return Date.now()},__wbg_pipeTo_cbfe467e9a99c3ef:function(e,t){return e.pipeTo(t)},__wbg_prepare_1a9c786f2c853d14:function(){return i(function(e,t,n){return e.prepare(a(t,n))},arguments)},__wbg_process_44c7a14e11e9f69e:function(e){return e.process},__wbg_prototypesetcall_956c7493c68e29b4:function(e,t,n){Uint8Array.prototype.set.call(A(e,t),n)},__wbg_push_ceb8ef046afb2041:function(e,t){return e.push(t)},__wbg_put_27edc2ab773a21be:function(){return i(function(e,t,n,r){return e.put(a(t,n),r)},arguments)},__wbg_put_642b68b9295b5238:function(){return i(function(e,t,n,r){return e.put(a(t,n),r)},arguments)},__wbg_put_728642f39e2f7d5e:function(){return i(function(e,t,n,r,s){let f,d;try{return f=t,d=n,e.put(a(t,n),r,s)}finally{c(),o.__wbindgen_free(f,d,1)}},arguments)},__wbg_queueMicrotask_4698f900840e3286:function(e){queueMicrotask(e)},__wbg_queueMicrotask_477a5533c7100338:function(e){return e.queueMicrotask},__wbg_randomFillSync_6c25eac9869eb53c:function(){return i(function(e,t){e.randomFillSync(t)},arguments)},__wbg_read_8426c146431f2905:function(e){return e.read()},__wbg_readable_030e3b50feefeb7c:function(e){return e.readable},__wbg_releaseLock_188846ef719acb10:function(e){e.releaseLock()},__wbg_removeEventListener_50cdd1c1ebf3473c:function(){return i(function(e,t,n,r){e.removeEventListener(a(t,n),r)},arguments)},__wbg_require_b4edbdcf3e2a1ef0:function(){return i(function(){return module.require},arguments)},__wbg_resolve_0183de2e8c6b1d54:function(e){return Promise.resolve(e)},__wbg_respond_3cdb4cf32683fd79:function(){return i(function(e,t){e.respond(t>>>0)},arguments)},__wbg_results_9171dec22a6263ca:function(){return i(function(e){let t=e.results;return b(t)?0:l(t)},arguments)},__wbg_run_04731eee52530750:function(){return i(function(e){return e.run()},arguments)},__wbg_send_93c1286dd925d92f:function(){return i(function(e,t){e.send(t)},arguments)},__wbg_setTimeout_5cc4188c9772ce9f:function(){return i(function(e,t,n){return e.setTimeout(t,n)},arguments)},__wbg_set_3ab3dfede3bae139:function(){return i(function(e,t,n,r,s){e.set(a(t,n),a(r,s))},arguments)},__wbg_set_5f806304fb633ab3:function(e,t,n){return e.set(t,n)},__wbg_set_6be42768c690e380:function(e,t,n){e[t]=n},__wbg_set_86698c227e5b9dad:function(e,t,n){e.set(A(t,n))},__wbg_set_a6ba3ac0e634b822:function(){return i(function(e,t,n){return Reflect.set(e,t,n)},arguments)},__wbg_set_binaryType_8c2dd2cf1cfc2e28:function(e,t){e.binaryType=be[t]},__wbg_set_body_d1153b16a2b95ca1:function(e,t){e.body=t},__wbg_set_cache_5a01a8b5e6ca6cf2:function(e,t){e.cache=de[t]},__wbg_set_criticalError_3b493d341796397b:function(e,t){e.criticalError=t!==0},__wbg_set_da33c120a6584674:function(e,t,n){e[t>>>0]=n},__wbg_set_hash_str_11c326d0f29af79f:function(e,t,n){e.hash=a(t,n)},__wbg_set_headers_178db2684a27c112:function(e,t){e.headers=t},__wbg_set_headers_877ed41890d28af2:function(e,t){e.headers=t},__wbg_set_high_water_mark_77da20c49668427d:function(e,t){e.highWaterMark=t},__wbg_set_instanceId_2e5d2db011e9f6af:function(e,t){e.instanceId=t>>>0},__wbg_set_method_b4ede299b2064f37:function(e,t,n){e.method=a(t,n)},__wbg_set_redirect_97b881e7430f3438:function(e,t){e.redirect=we[t]},__wbg_set_signal_9022b5aa06a6ce5b:function(e,t){e.signal=t},__wbg_set_status_56097e6101a48227:function(e,t){e.status=t},__wbg_sign_366ed09dea597c38:function(){return i(function(e,t,n,r,s,f){return e.sign(a(t,n),r,A(s,f))},arguments)},__wbg_slice_48ba39549a845019:function(e,t){let n=t.slice(),r=te(n,o.__wbindgen_malloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},__wbg_static_accessor_GLOBAL_60a4124bab7dcc9a:function(){let e=typeof global>"u"?null:global;return b(e)?0:l(e)},__wbg_static_accessor_GLOBAL_THIS_95ca6460658b5d13:function(){let e=typeof globalThis>"u"?null:globalThis;return b(e)?0:l(e)},__wbg_static_accessor_INIT_STATE_2271957acdc7fe6e:function(){return N},__wbg_static_accessor_SELF_4c95f759a91e9aae:function(){let e=typeof self>"u"?null:self;return b(e)?0:l(e)},__wbg_static_accessor_WINDOW_44b435597f9e9ee7:function(){let e=typeof window>"u"?null:window;return b(e)?0:l(e)},__wbg_status_9e6505cfa3e73a7c:function(e){return e.status},__wbg_storage_e350ca27f103b85e:function(){return i(function(e){return e.storage},arguments)},__wbg_subarray_42216645a367cd7a:function(e,t,n){return e.subarray(t>>>0,n>>>0)},__wbg_subtle_8f1ee4c21d530fce:function(e){return e.subtle},__wbg_success_a4649d46345fb4df:function(){return i(function(e){return e.success},arguments)},__wbg_then_254bab9b266a77a5:function(e,t,n){return e.then(t,n)},__wbg_then_3ea18602c6a5123b:function(e,t){return e.then(t)},__wbg_toISOString_1c29c14154d57c76:function(e){return e.toISOString()},__wbg_toString_c3e29dc77827b5c7:function(){return i(function(e,t){let n=t.toString(),r=y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},arguments)},__wbg_transaction_afcd84163102ab81:function(){return i(function(e,t){return e.transaction(t)},arguments)},__wbg_url_74200ddca55ab638:function(e,t){let n=t.url,r=y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},__wbg_value_3d3defe09fb1ffca:function(e){return e.value},__wbg_version_5150f1a863df475a:function(){return i(function(e,t){let n=t.version,r=y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},arguments)},__wbg_versions_276b2795b1c6a219:function(e){return e.versions},__wbg_view_15fa5865c6b336e3:function(e){let t=e.view;return b(t)?0:l(t)},__wbg_waitUntil_ce7572df1f373ae7:function(){return i(function(e,t){e.waitUntil(t)},arguments)},__wbg_wasClean_f17429d064911939:function(e){return e.wasClean},__wbg_webSocket_651aa54cd4107a97:function(){return i(function(e){let t=e.webSocket;return b(t)?0:l(t)},arguments)},__wbg_withSession_1d34b32218ea9aab:function(){return i(function(e,t,n){return e.withSession(t===0?void 0:a(t,n))},arguments)},__wbg_writable_5ef8e463dc5b3999:function(e){return e.writable},__wbindgen_cast_0000000000000001:function(e,t){return v(e,t,ue)},__wbindgen_cast_0000000000000002:function(e,t){return v(e,t,oe)},__wbindgen_cast_0000000000000003:function(e,t){return v(e,t,fe)},__wbindgen_cast_0000000000000004:function(e,t){return v(e,t,ie)},__wbindgen_cast_0000000000000005:function(e,t){return v(e,t,se)},__wbindgen_cast_0000000000000006:function(e,t){return v(e,t,ce)},__wbindgen_cast_0000000000000007:function(e,t){return v(e,t,re)},__wbindgen_cast_0000000000000008:function(e){return e},__wbindgen_cast_0000000000000009:function(e){return e},__wbindgen_cast_000000000000000a:function(e,t){return A(e,t)},__wbindgen_cast_000000000000000b:function(e,t){return a(e,t)},__wbindgen_cast_000000000000000c:function(e){return BigInt.asUintN(64,e)},__wbindgen_init_externref_table:function(){let e=o.__wbindgen_externrefs,t=e.grow(4);e.set(0,void 0),e.set(t+0,void 0),e.set(t+1,null),e.set(t+2,!0),e.set(t+3,!1)}}}}function c(){if(ne){B();return}}function re(_,e){c(),o.wasm_bindgen_75cfed31c133947f___convert__closures_____invoke_______true_(_,e)}function oe(_,e,t){c(),o.wasm_bindgen_75cfed31c133947f___convert__closures_____invoke___wasm_bindgen_75cfed31c133947f___JsValue______true_(_,e,t)}function ie(_,e,t){c(),o.wasm_bindgen_75cfed31c133947f___convert__closures_____invoke___web_sys_78e0e57df44f37b6___features__gen_CloseEvent__CloseEvent______true_(_,e,t)}function se(_,e,t){c(),o.wasm_bindgen_75cfed31c133947f___convert__closures_____invoke___web_sys_78e0e57df44f37b6___features__gen_CloseEvent__CloseEvent______true__4(_,e,t)}function ce(_,e,t){c(),o.wasm_bindgen_75cfed31c133947f___convert__closures_____invoke___web_sys_78e0e57df44f37b6___features__gen_CloseEvent__CloseEvent______true__5(_,e,t)}function ue(_,e,t){let n;return c(),n=o.wasm_bindgen_75cfed31c133947f___convert__closures_____invoke___worker_sys_6406938e984fca03___types__durable_object__transaction__DurableObjectTransaction__js_sys_f66f8acbcbdee998___Promise__true_(_,e,t),n}function fe(_,e,t){let n;if(c(),n=o.wasm_bindgen_75cfed31c133947f___convert__closures_____invoke___wasm_bindgen_75cfed31c133947f___JsValue__core_9b3796e30d99ddb7___result__Result_____wasm_bindgen_75cfed31c133947f___JsError___true_(_,e,t),n[1])throw ve(n[0])}function ae(_,e,t,n){c(),o.wasm_bindgen_75cfed31c133947f___convert__closures_____invoke___js_sys_f66f8acbcbdee998___Function_fn_wasm_bindgen_75cfed31c133947f___JsValue_____wasm_bindgen_75cfed31c133947f___sys__Undefined___js_sys_f66f8acbcbdee998___Function_fn_wasm_bindgen_75cfed31c133947f___JsValue_____wasm_bindgen_75cfed31c133947f___sys__Undefined_______true_(_,e,t,n)}var be=["blob","arraybuffer"],ge=["bytes"],de=["default","no-store","reload","no-cache","force-cache","only-if-cached"],we=["follow","error","manual"],u=0,le=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_containerstartupoptions_free(_,1)}),pe=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_intounderlyingbytesource_free(_,1)}),ye=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_intounderlyingsink_free(_,1)}),J=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_intounderlyingsource_free(_,1)}),$=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_minifyconfig_free(_,1)}),me=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_r2range_free(_,1)}),K=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_routerabsigningworkerpresignsessiondurableobject_free(_,1)}),H=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_routerabtenantrootcreationdurableobject_free(_,1)});function l(_){let e=o.__externref_table_alloc();return o.__wbindgen_externrefs.set(e,_),e}var G=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(_=>{_.instance===u&&o.__wbindgen_destroy_closure(_.a,_.b)});function L(_){let e=typeof _;if(e=="number"||e=="boolean"||_==null)return`${_}`;if(e=="string")return`"${_}"`;if(e=="symbol"){let r=_.description;return r==null?"Symbol":`Symbol(${r})`}if(e=="function"){let r=_.name;return typeof r=="string"&&r.length>0?`Function(${r})`:"Function"}if(Array.isArray(_)){let r=_.length,s="[";r>0&&(s+=L(_[0]));for(let f=1;f<r;f++)s+=", "+L(_[f]);return s+="]",s}let t=/\[object ([^\]]+)\]/.exec(toString.call(_)),n;if(t&&t.length>1)n=t[1];else return toString.call(_);if(n=="Object")try{return"Object("+JSON.stringify(_)+")"}catch{return"Object"}return _ instanceof Error?`${_.name}: ${_.message}
2
- ${_.stack}`:n}function he(_,e){_=_>>>0;let t=g(),n=[];for(let r=_;r<_+4*e;r+=4)n.push(o.__wbindgen_externrefs.get(t.getUint32(r,!0)));return o.__externref_drop_slice(_,e),n}function A(_,e){return _=_>>>0,C().subarray(_/1,_/1+e)}var I=null;function g(){return(I===null||I.buffer.detached===!0||I.buffer.detached===void 0&&I.buffer!==o.memory.buffer)&&(I=new DataView(o.memory.buffer)),I}function a(_,e){return Ie(_>>>0,e)}var P=null;function C(){return(P===null||P.byteLength===0)&&(P=new Uint8Array(o.memory.buffer)),P}function i(_,e){try{return _.apply(this,e)}catch(t){let n=l(t);o.__wbindgen_exn_store(n)}}function b(_){return _==null}function v(_,e,t){let n={a:_,b:e,cnt:1,instance:u},r=(...s)=>{if(n.instance!==u)throw new Error("Cannot invoke closure from previous WASM instance");n.cnt++;let f=n.a;n.a=0;try{return t(f,n.b,...s)}finally{n.a=f,r._wbg_cb_unref()}};return r._wbg_cb_unref=()=>{--n.cnt===0&&(o.__wbindgen_destroy_closure(n.a,n.b),n.a=0,G.unregister(n))},G.register(r,n,n),r}function te(_,e){let t=e(_.length*4,4)>>>0;for(let n=0;n<_.length;n++){let r=l(_[n]);g().setUint32(t+4*n,r,!0)}return w=_.length,t}function y(_,e,t){if(t===void 0){let d=T.encode(_),p=e(d.length,1)>>>0;return C().subarray(p,p+d.length).set(d),w=d.length,p}let n=_.length,r=e(n,1)>>>0,s=C(),f=0;for(;f<n;f++){let d=_.charCodeAt(f);if(d>127)break;s[r+f]=d}if(f!==n){f!==0&&(_=_.slice(f)),r=t(r,n,n=f+_.length*3,1)>>>0;let d=C().subarray(r+f,r+n),p=T.encodeInto(_,d);f+=p.written,r=t(r,n,f,1)>>>0}return w=f,r}var ne=!1;function ve(_){let e=o.__wbindgen_externrefs.get(_);return o.__externref_table_dealloc(_),e}var _e=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0});_e.decode();function Ie(_,e){return _e.decode(C().subarray(_,_+e))}var T=new TextEncoder;"encodeInto"in T||(T.encodeInto=function(_,e){let t=T.encode(_);return e.set(t),{read:_.length,written:t.length}});var w=0,D=new WebAssembly.Instance(Q,ee()),o=D.exports;o.__wbindgen_start();Error.stackTraceLimit=100;var h=X();function V(){h.criticalError&&(console.log("Reinitializing Wasm application"),B(),h.criticalError=!1,h.instanceId++)}addEventListener("error",_=>{q(_.error)});function q(_){_ instanceof WebAssembly.RuntimeError&&(console.error("Critical",_),h.criticalError=!0)}var z=class extends je{};z.prototype.fetch=function(e){return Y.call(this,e,this.env,this.ctx)};z.prototype.init=Z;var Ee={set:(_,e,t,n)=>Reflect.set(_.instance,e,t,n),has:(_,e)=>Reflect.has(_.instance,e),deleteProperty:(_,e)=>Reflect.deleteProperty(_.instance,e),apply:(_,e,t)=>Reflect.apply(_.instance,e,t),construct:(_,e,t)=>Reflect.construct(_.instance,e,t),getPrototypeOf:_=>Reflect.getPrototypeOf(_.instance),setPrototypeOf:(_,e)=>Reflect.setPrototypeOf(_.instance,e),isExtensible:_=>Reflect.isExtensible(_.instance),preventExtensions:_=>Reflect.preventExtensions(_.instance),getOwnPropertyDescriptor:(_,e)=>Reflect.getOwnPropertyDescriptor(_.instance,e),defineProperty:(_,e,t)=>Reflect.defineProperty(_.instance,e,t),ownKeys:_=>Reflect.ownKeys(_.instance)},m={construct(_,e,t){try{V();let n={instance:Reflect.construct(_,e,t),instanceId:h.instanceId,ctor:_,args:e,newTarget:t};return new Proxy(n,{...Ee,get(r,s,f){r.instanceId!==h.instanceId&&(r.instance=Reflect.construct(r.ctor,r.args,r.newTarget),r.instanceId=h.instanceId);let d=Reflect.get(r.instance,s,f);return typeof d!="function"?d:d.constructor===Function?new Proxy(d,{apply(p,U,M){V();try{return p.apply(U,M)}catch(O){throw q(O),O}}}):new Proxy(d,{async apply(p,U,M){V();try{return await p.apply(U,M)}catch(O){throw q(O),O}}})}})}catch(n){throw h.criticalError=!0,n}}},We=new Proxy(z,m),Oe=new Proxy(E,m),Ae=new Proxy(R,m),Pe=new Proxy(F,m),Ce=new Proxy(x,m),Te=new Proxy(j,m),ze=new Proxy(S,m),Ue=new Proxy(k,m),Me=new Proxy(W,m);export{Oe as ContainerStartupOptions,Ae as IntoUnderlyingByteSource,Pe as IntoUnderlyingSink,Ce as IntoUnderlyingSource,Te as MinifyConfig,ze as R2Range,Ue as RouterAbSigningWorkerPresignSessionDurableObject,Me as RouterAbTenantRootCreationDurableObject,We as default};
1
+ import{WorkerEntrypoint as je}from"cloudflare:workers";var N=globalThis.__worker_init_state={criticalError:!1,instanceId:0};import Q from"./index_bg.wasm";var E=class{__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,le.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_containerstartupoptions_free(e,0)}get enableInternet(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_containerstartupoptions_enableInternet(this.__wbg_ptr),e===16777215?void 0:e!==0}get entrypoint(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;c(),e=o.__wbg_get_containerstartupoptions_entrypoint(this.__wbg_ptr);var t=he(e[0],e[1]).slice();return o.__wbindgen_free(e[0],e[1]*4,4),t}get env(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_containerstartupoptions_env(this.__wbg_ptr),e}set enableInternet(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_containerstartupoptions_enableInternet(this.__wbg_ptr,b(e)?16777215:e?1:0)}set entrypoint(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let t=te(e,o.__wbindgen_malloc),n=w;c(),o.__wbg_set_containerstartupoptions_entrypoint(this.__wbg_ptr,t,n)}set env(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_containerstartupoptions_env(this.__wbg_ptr,e)}};Symbol.dispose&&(E.prototype[Symbol.dispose]=E.prototype.free);var R=class{__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,pe.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_intounderlyingbytesource_free(e,0)}get autoAllocateChunkSize(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.intounderlyingbytesource_autoAllocateChunkSize(this.__wbg_ptr),e>>>0}cancel(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e=this.__destroy_into_raw();c(),o.intounderlyingbytesource_cancel(e)}pull(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let t;return c(),t=o.intounderlyingbytesource_pull(this.__wbg_ptr,e),t}start(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.intounderlyingbytesource_start(this.__wbg_ptr,e)}get type(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.intounderlyingbytesource_type(this.__wbg_ptr),ge[e]}};Symbol.dispose&&(R.prototype[Symbol.dispose]=R.prototype.free);var F=class{__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,ye.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_intounderlyingsink_free(e,0)}abort(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let t=this.__destroy_into_raw(),n;return c(),n=o.intounderlyingsink_abort(t,e),n}close(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e=this.__destroy_into_raw(),t;return c(),t=o.intounderlyingsink_close(e),t}write(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let t;return c(),t=o.intounderlyingsink_write(this.__wbg_ptr,e),t}};Symbol.dispose&&(F.prototype[Symbol.dispose]=F.prototype.free);var x=class _{static __wrap(e){let t=Object.create(_.prototype);return t.__wbg_ptr=e,Object.defineProperty(t,"__wbg_inst",{value:u,writable:!0}),J.register(t,{ptr:e,instance:u},t),t}__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,J.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_intounderlyingsource_free(e,0)}cancel(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e=this.__destroy_into_raw();c(),o.intounderlyingsource_cancel(e)}pull(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let t;return c(),t=o.intounderlyingsource_pull(this.__wbg_ptr,e),t}};Symbol.dispose&&(x.prototype[Symbol.dispose]=x.prototype.free);var j=class _{static __wrap(e){let t=Object.create(_.prototype);return t.__wbg_ptr=e,Object.defineProperty(t,"__wbg_inst",{value:u,writable:!0}),$.register(t,{ptr:e,instance:u},t),t}__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,$.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_minifyconfig_free(e,0)}get css(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_minifyconfig_css(this.__wbg_ptr),e!==0}get html(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_minifyconfig_html(this.__wbg_ptr),e!==0}get js(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_minifyconfig_js(this.__wbg_ptr),e!==0}set css(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_minifyconfig_css(this.__wbg_ptr,e)}set html(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_minifyconfig_html(this.__wbg_ptr,e)}set js(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_minifyconfig_js(this.__wbg_ptr,e)}};Symbol.dispose&&(j.prototype[Symbol.dispose]=j.prototype.free);var S=class{__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,me.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_r2range_free(e,0)}get length(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_r2range_length(this.__wbg_ptr),e[0]===0?void 0:e[1]}get offset(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_r2range_offset(this.__wbg_ptr),e[0]===0?void 0:e[1]}get suffix(){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let e;return c(),e=o.__wbg_get_r2range_suffix(this.__wbg_ptr),e[0]===0?void 0:e[1]}set length(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_r2range_length(this.__wbg_ptr,!b(e),b(e)?0:e)}set offset(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_r2range_offset(this.__wbg_ptr,!b(e),b(e)?0:e)}set suffix(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");c(),o.__wbg_set_r2range_suffix(this.__wbg_ptr,!b(e),b(e)?0:e)}};Symbol.dispose&&(S.prototype[Symbol.dispose]=S.prototype.free);var k=class{__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,K.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_routerabsigningworkerpresignsessiondurableobject_free(e,0)}fetch(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let t;return c(),t=o.routerabsigningworkerpresignsessiondurableobject_fetch(this.__wbg_ptr,e),t}constructor(e,t){let n;return c(),n=o.routerabsigningworkerpresignsessiondurableobject_new(e,t),this.__wbg_ptr=n,Object.defineProperty(this,"__wbg_inst",{value:u,writable:!0}),K.register(this,{ptr:n,instance:u},this),this}};Symbol.dispose&&(k.prototype[Symbol.dispose]=k.prototype.free);var W=class{__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,H.unregister(this),e}free(){let e=this.__destroy_into_raw();c(),o.__wbg_routerabtenantrootcreationdurableobject_free(e,0)}fetch(e){if(this.__wbg_inst!==void 0&&this.__wbg_inst!==u)throw new Error("Invalid stale object from previous Wasm instance");let t;return c(),t=o.routerabtenantrootcreationdurableobject_fetch(this.__wbg_ptr,e),t}constructor(e,t){let n;return c(),n=o.routerabtenantrootcreationdurableobject_new(e,t),this.__wbg_ptr=n,Object.defineProperty(this,"__wbg_inst",{value:u,writable:!0}),H.register(this,{ptr:n,instance:u},this),this}};Symbol.dispose&&(W.prototype[Symbol.dispose]=W.prototype.free);function B(){u++,I=null,P=null,typeof numBytesDecoded<"u"&&(numBytesDecoded=0),typeof w<"u"&&(w=0),ne=!1,D=new WebAssembly.Instance(Q,ee()),o=D.exports,o.__wbindgen_start()}function X(){let _;return c(),_=o.__worker_init_state(),_}function Y(_,e,t){let n;return c(),n=o.fetch(_,e,t),n}function Z(){c(),o.init()}function ee(){return{__proto__:null,"./index_bg.js":{__proto__:null,__wbg_Error_9dc85fe1bc224456:function(e,t){return Error(f(e,t))},__wbg_Number_4779d427bae39753:function(e){return Number(e)},__wbg_String_8564e559799eccda:function(e,t){let n=String(t),r=y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},__wbg___wbindgen_bigint_get_as_i64_8ea6736501f396b6:function(e,t){let n=t,r=typeof n=="bigint"?n:void 0;g().setBigInt64(e+8,b(r)?BigInt(0):r,!0),g().setInt32(e+0,!b(r),!0)},__wbg___wbindgen_boolean_get_b131b2f36d6b2f55:function(e){let t=e,n=typeof t=="boolean"?t:void 0;return b(n)?16777215:n?1:0},__wbg___wbindgen_debug_string_56c147eb1a51f0c4:function(e,t){let n=L(t),r=y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},__wbg___wbindgen_in_ce8569b2fc6f5088:function(e,t){return e in t},__wbg___wbindgen_is_bigint_df272c65456269c2:function(e){return typeof e=="bigint"},__wbg___wbindgen_is_function_147961669f068cd4:function(e){return typeof e=="function"},__wbg___wbindgen_is_null_ced4761460071341:function(e){return e===null},__wbg___wbindgen_is_null_or_undefined_b02321d39cf26d8d:function(e){return e==null},__wbg___wbindgen_is_object_3a2c414391dbf751:function(e){let t=e;return typeof t=="object"&&t!==null},__wbg___wbindgen_is_string_6541b0f6ecd4e8e5:function(e){return typeof e=="string"},__wbg___wbindgen_is_undefined_4410e3c20a99fa97:function(e){return e===void 0},__wbg___wbindgen_jsval_eq_174c93ec61bab0c5:function(e,t){return e===t},__wbg___wbindgen_jsval_loose_eq_e07e3b1f5db6da6c:function(e,t){return e==t},__wbg___wbindgen_number_get_588ed6b97f0d7e14:function(e,t){let n=t,r=typeof n=="number"?n:void 0;g().setFloat64(e+8,b(r)?0:r,!0),g().setInt32(e+0,!b(r),!0)},__wbg___wbindgen_string_get_fa2687d531ed17a5:function(e,t){let n=t,r=typeof n=="string"?n:void 0;var s=b(r)?0:y(r,o.__wbindgen_malloc,o.__wbindgen_realloc),a=w;g().setInt32(e+4,a,!0),g().setInt32(e+0,s,!0)},__wbg___wbindgen_throw_bbadd78c1bac3a77:function(e,t){throw new Error(f(e,t))},__wbg__wbg_cb_unref_c2301a3c9b78104b:function(e){e._wbg_cb_unref()},__wbg_accept_4474458da8ae36db:function(){return i(function(e){e.accept()},arguments)},__wbg_addEventListener_767c2a31836a5d6b:function(){return i(function(e,t,n,r){e.addEventListener(f(t,n),r)},arguments)},__wbg_all_b0ec7b228f9c5ad8:function(){return i(function(e){return e.all()},arguments)},__wbg_arrayBuffer_e3d7df6a925d3876:function(){return i(function(e){return e.arrayBuffer()},arguments)},__wbg_batch_e1fb469ad33cce57:function(){return i(function(e,t){return e.batch(t)},arguments)},__wbg_bind_a562c803a75bfea5:function(){return i(function(e,t){return e.bind(...t)},arguments)},__wbg_body_442a47f02322d7b0:function(e){let t=e.body;return b(t)?0:l(t)},__wbg_body_b06d3a9c5933702e:function(e){let t=e.body;return b(t)?0:l(t)},__wbg_buffer_8524b3453cde4918:function(e){return e.buffer},__wbg_byobRequest_cc72d210de793e64:function(e){let t=e.byobRequest;return b(t)?0:l(t)},__wbg_byteLength_96807b1d9ab24a4c:function(e){return e.byteLength},__wbg_byteOffset_a9c7002428843c41:function(e){return e.byteOffset},__wbg_call_91f00ddc43e01490:function(){return i(function(e,t){return e.call(t)},arguments)},__wbg_call_ec09a4cf93377d3a:function(){return i(function(e,t,n){return e.call(t,n)},arguments)},__wbg_cancel_f3a197b26dc88b39:function(e){return e.cancel()},__wbg_catch_66060324c27be6f7:function(e,t){return e.catch(t)},__wbg_cause_5f2ec35e043cc9cf:function(e){return e.cause},__wbg_cf_22a1527cd02b5acd:function(){return i(function(e){let t=e.cf;return b(t)?0:l(t)},arguments)},__wbg_cf_ee73de251a6dda8a:function(){return i(function(e){let t=e.cf;return b(t)?0:l(t)},arguments)},__wbg_clearTimeout_47e9b1ea76df3afa:function(e,t){e.clearTimeout(t)},__wbg_close_388d99468213b286:function(){return i(function(e){e.close()},arguments)},__wbg_close_4857e22d08b71356:function(){return i(function(e){e.close()},arguments)},__wbg_close_7a6e6d18f74648be:function(){return i(function(e,t,n,r){e.close(t,f(n,r))},arguments)},__wbg_code_1cda2855fcd9b009:function(e){return e.code},__wbg_constructor_04971ae0b51c1fc5:function(e){return e.constructor},__wbg_crypto_38df2bab126b63dc:function(e){return e.crypto},__wbg_crypto_bf4728685a86efbf:function(){return i(function(e){return e.crypto},arguments)},__wbg_customMetadata_079f79b59be2e3dc:function(){return i(function(e){return e.customMetadata},arguments)},__wbg_data_8a04443c1e5a8cd3:function(e){return e.data},__wbg_delete_c5b910b9e4dea1f4:function(){return i(function(e,t,n){let r,s;try{return r=t,s=n,e.delete(f(t,n))}finally{c(),o.__wbindgen_free(r,s,1)}},arguments)},__wbg_delete_e21a892409559f6e:function(){return i(function(e,t,n){return e.delete(f(t,n))},arguments)},__wbg_done_6a8439e544ec6206:function(e){return e.done},__wbg_enqueue_bbeb09ba0b140f76:function(){return i(function(e,t){e.enqueue(t)},arguments)},__wbg_entries_5a6a7e7e0df09fe5:function(e){return Object.entries(e)},__wbg_error_311fdbca44060355:function(e){return e.error},__wbg_error_5b19e9153c2282f2:function(){return i(function(e,t){let n=t.error;var r=b(n)?0:y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},arguments)},__wbg_error_6651fee1c71e5da9:function(e){console.error(e)},__wbg_error_9a99766f65a03031:function(e,t){console.error(e,t)},__wbg_fetch_1d1b09eaf160ddf3:function(e,t,n){return e.fetch(t,n)},__wbg_fetch_931fc4244e17ef2d:function(e,t,n,r){return e.fetch(f(t,n),r)},__wbg_fetch_b447ca2a0c0e6583:function(){return i(function(e,t){return e.fetch(t)},arguments)},__wbg_fetch_be42f5d2be38cba1:function(){return i(function(e,t){return e.fetch(t)},arguments)},__wbg_fill_86ed803c732eee8e:function(e,t,n,r){return e.fill(t,n>>>0,r>>>0)},__wbg_first_954521f2fb10e4a6:function(){return i(function(e,t,n){return e.first(t===0?void 0:f(t,n))},arguments)},__wbg_getByName_5f8a4ae327c50115:function(){return i(function(e,t,n){return e.getByName(f(t,n))},arguments)},__wbg_getRandomValues_c44a50d8cfdaebeb:function(){return i(function(e,t){e.getRandomValues(t)},arguments)},__wbg_getReader_bb0230851fbf986b:function(){return i(function(e){return e.getReader()},arguments)},__wbg_get_10f5930dcb817920:function(){return i(function(e,t,n,r){let s,a;try{return s=t,a=n,e.get(f(t,n),r)}finally{c(),o.__wbindgen_free(s,a,1)}},arguments)},__wbg_get_44e98e27bda25b5b:function(){return i(function(e,t){return Reflect.get(e,t)},arguments)},__wbg_get_4b90d6d8c5deb5d5:function(e,t){return e[t>>>0]},__wbg_get_52a8a619f7b88df6:function(){return i(function(e,t){return Reflect.get(e,t)},arguments)},__wbg_get_6e0eec3a0a32f612:function(){return i(function(e,t,n){return e.get(f(t,n))},arguments)},__wbg_get_a82defe8d6b5b2e5:function(){return i(function(e,t,n,r){let s=t.get(f(n,r));var a=b(s)?0:y(s,o.__wbindgen_malloc,o.__wbindgen_realloc),d=w;g().setInt32(e+4,d,!0),g().setInt32(e+0,a,!0)},arguments)},__wbg_get_a87a6c1024dddd3b:function(){return i(function(e,t,n){return e.get(f(t,n))},arguments)},__wbg_get_c538c7fb0359c222:function(){return i(function(e,t){let n=Reflect.get(e,t);return b(n)?0:l(n)},arguments)},__wbg_get_d4dccd1f34454752:function(){return i(function(e,t){return Reflect.get(e,t>>>0)},arguments)},__wbg_get_done_c21b9933fc9a9e9c:function(e){let t=e.done;return b(t)?16777215:t?1:0},__wbg_get_unchecked_46e778e3cec74b5e:function(e,t){return e[t>>>0]},__wbg_get_value_ad568c7d3db9073f:function(e){return e.value},__wbg_get_with_ref_key_6412cf3094599694:function(e,t){return e[t]},__wbg_head_79fc7b932a9912b8:function(){return i(function(e,t,n){let r,s;try{return r=t,s=n,e.head(f(t,n))}finally{c(),o.__wbindgen_free(r,s,1)}},arguments)},__wbg_headers_5b19cf40627ae54d:function(e){return e.headers},__wbg_headers_e1e94862a6a36f9e:function(e){return e.headers},__wbg_idFromName_32b0b5012b5f6535:function(){return i(function(e,t,n){return e.idFromName(f(t,n))},arguments)},__wbg_id_0c05f441a81ef0fc:function(){return i(function(e){return e.id},arguments)},__wbg_importKey_871c11d416fb97ee:function(){return i(function(e,t,n,r,s,a,d){return e.importKey(f(t,n),r,s,a!==0,d)},arguments)},__wbg_instanceId_3970204fcbf0c41d:function(e){return e.instanceId},__wbg_instanceof_ArrayBuffer_a581da923203f29f:function(e){let t;try{t=e instanceof ArrayBuffer}catch{t=!1}return t},__wbg_instanceof_CryptoKey_d5f90a816d96ad67:function(e){let t;try{t=e instanceof CryptoKey}catch{t=!1}return t},__wbg_instanceof_Error_cb5ebd65d798655e:function(e){let t;try{t=e instanceof Error}catch{t=!1}return t},__wbg_instanceof_Map_7f94c740225003e2:function(e){let t;try{t=e instanceof Map}catch{t=!1}return t},__wbg_instanceof_ReadableStream_b1eab376911b1b77:function(e){let t;try{t=e instanceof ReadableStream}catch{t=!1}return t},__wbg_instanceof_Response_36a65a969abaa7c6:function(e){let t;try{t=e instanceof Response}catch{t=!1}return t},__wbg_instanceof_Uint8Array_b6fe1ac89eba107e:function(e){let t;try{t=e instanceof Uint8Array}catch{t=!1}return t},__wbg_isArray_139f48e3c057ede8:function(e){return Array.isArray(e)},__wbg_isSafeInteger_c22ccb4af2201fe9:function(e){return Number.isSafeInteger(e)},__wbg_iterator_9b36cebf3be7b7cd:function(){return Symbol.iterator},__wbg_json_d44033e4c5c27d14:function(){return i(function(e){return e.json()},arguments)},__wbg_key_1512815b7b017d61:function(){return i(function(e,t){let n=t.key,r=y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},arguments)},__wbg_keys_6fe253f5073ff078:function(e){return e.keys()},__wbg_keys_bd51ff67a9b04698:function(e){return Object.keys(e)},__wbg_length_68a9d5278d084f4f:function(e){return e.length},__wbg_length_fb04d16d7bdf6d4c:function(e){return e.length},__wbg_log_6614a4effdb4e983:function(e){console.log(e)},__wbg_message_5c6ab4dd6c4b34e8:function(e){return e.message},__wbg_meta_8ad95deab4cfab61:function(){return i(function(e){return e.meta},arguments)},__wbg_method_f687b49ca8e2b38d:function(e,t){let n=t.method,r=y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},__wbg_minifyconfig_new:function(e){return j.__wrap(e)},__wbg_msCrypto_bd5a034af96bcba6:function(e){return e.msCrypto},__wbg_name_72adaf2fce06bbe8:function(e){return e.name},__wbg_name_f60e249a46c5285a:function(e){return e.name},__wbg_new_0b303268aa395a38:function(){return new Array},__wbg_new_189262ff31890c23:function(){return i(function(){return new Headers},arguments)},__wbg_new_20b778a4c5c691c3:function(){return new Object},__wbg_new_282682eb3efbb612:function(){return i(function(){return new WebSocketPair},arguments)},__wbg_new_5fae30e6b23db8df:function(e,t){return new Error(f(e,t))},__wbg_new_64f39dfbc3b0db12:function(){return i(function(e){return new FixedLengthStream(e>>>0)},arguments)},__wbg_new_883c0db065f06efd:function(){return new Map},__wbg_new_a21cf41c5c809e4c:function(e){return new Date(e)},__wbg_new_b06772b280cc6e52:function(e){return new Uint8Array(e)},__wbg_new_big_int_7fe709327237d7a6:function(){return i(function(e){return new FixedLengthStream(e)},arguments)},__wbg_new_from_slice_bb2d1778c0b87eb1:function(e,t){return new Uint8Array(A(e,t))},__wbg_new_typed_90c3f6c29ba36d19:function(e,t){try{var n={a:e,b:t},r=(a,d)=>{let p=n.a;n.a=0;try{return fe(p,n.b,a,d)}finally{n.a=p}};return new Promise(r)}finally{n.a=0}},__wbg_new_with_byte_offset_and_length_9e1e664fe1a5d385:function(e,t,n){return new Uint8Array(e,t>>>0,n>>>0)},__wbg_new_with_into_underlying_source_8812003c9985c511:function(e,t){return new ReadableStream(x.__wrap(e),t)},__wbg_new_with_length_4b57a7a5dc67221c:function(e){return new Uint8Array(e>>>0)},__wbg_new_with_opt_buffer_source_and_init_f51f4fbe98d29f2e:function(){return i(function(e,t){return new Response(e,t)},arguments)},__wbg_new_with_opt_readable_stream_and_init_def67835ea705e4d:function(){return i(function(e,t){return new Response(e,t)},arguments)},__wbg_new_with_opt_str_and_init_11bb6f5faad68c85:function(){return i(function(e,t,n){return new Response(e===0?void 0:f(e,t),n)},arguments)},__wbg_new_with_str_and_init_df876572184fe639:function(){return i(function(e,t,n){return new Request(f(e,t),n)},arguments)},__wbg_next_8cb028b6ba50743f:function(){return i(function(e){return e.next()},arguments)},__wbg_next_cfd0b146c9538df8:function(e){return e.next},__wbg_node_84ea875411254db1:function(e){return e.node},__wbg_now_bce4dc999095ea77:function(){return Date.now()},__wbg_pipeTo_cbfe467e9a99c3ef:function(e,t){return e.pipeTo(t)},__wbg_prepare_1a9c786f2c853d14:function(){return i(function(e,t,n){return e.prepare(f(t,n))},arguments)},__wbg_process_44c7a14e11e9f69e:function(e){return e.process},__wbg_prototypesetcall_956c7493c68e29b4:function(e,t,n){Uint8Array.prototype.set.call(A(e,t),n)},__wbg_push_ceb8ef046afb2041:function(e,t){return e.push(t)},__wbg_put_27edc2ab773a21be:function(){return i(function(e,t,n,r){return e.put(f(t,n),r)},arguments)},__wbg_put_642b68b9295b5238:function(){return i(function(e,t,n,r){return e.put(f(t,n),r)},arguments)},__wbg_put_728642f39e2f7d5e:function(){return i(function(e,t,n,r,s){let a,d;try{return a=t,d=n,e.put(f(t,n),r,s)}finally{c(),o.__wbindgen_free(a,d,1)}},arguments)},__wbg_queueMicrotask_4698f900840e3286:function(e){queueMicrotask(e)},__wbg_queueMicrotask_477a5533c7100338:function(e){return e.queueMicrotask},__wbg_randomFillSync_6c25eac9869eb53c:function(){return i(function(e,t){e.randomFillSync(t)},arguments)},__wbg_read_8426c146431f2905:function(e){return e.read()},__wbg_readable_030e3b50feefeb7c:function(e){return e.readable},__wbg_releaseLock_188846ef719acb10:function(e){e.releaseLock()},__wbg_removeEventListener_50cdd1c1ebf3473c:function(){return i(function(e,t,n,r){e.removeEventListener(f(t,n),r)},arguments)},__wbg_require_b4edbdcf3e2a1ef0:function(){return i(function(){return module.require},arguments)},__wbg_resolve_0183de2e8c6b1d54:function(e){return Promise.resolve(e)},__wbg_respond_3cdb4cf32683fd79:function(){return i(function(e,t){e.respond(t>>>0)},arguments)},__wbg_results_9171dec22a6263ca:function(){return i(function(e){let t=e.results;return b(t)?0:l(t)},arguments)},__wbg_run_04731eee52530750:function(){return i(function(e){return e.run()},arguments)},__wbg_send_93c1286dd925d92f:function(){return i(function(e,t){e.send(t)},arguments)},__wbg_setTimeout_5cc4188c9772ce9f:function(){return i(function(e,t,n){return e.setTimeout(t,n)},arguments)},__wbg_set_3ab3dfede3bae139:function(){return i(function(e,t,n,r,s){e.set(f(t,n),f(r,s))},arguments)},__wbg_set_5f806304fb633ab3:function(e,t,n){return e.set(t,n)},__wbg_set_6be42768c690e380:function(e,t,n){e[t]=n},__wbg_set_86698c227e5b9dad:function(e,t,n){e.set(A(t,n))},__wbg_set_a6ba3ac0e634b822:function(){return i(function(e,t,n){return Reflect.set(e,t,n)},arguments)},__wbg_set_binaryType_8c2dd2cf1cfc2e28:function(e,t){e.binaryType=be[t]},__wbg_set_body_d1153b16a2b95ca1:function(e,t){e.body=t},__wbg_set_cache_5a01a8b5e6ca6cf2:function(e,t){e.cache=de[t]},__wbg_set_criticalError_3b493d341796397b:function(e,t){e.criticalError=t!==0},__wbg_set_da33c120a6584674:function(e,t,n){e[t>>>0]=n},__wbg_set_hash_str_11c326d0f29af79f:function(e,t,n){e.hash=f(t,n)},__wbg_set_headers_178db2684a27c112:function(e,t){e.headers=t},__wbg_set_headers_877ed41890d28af2:function(e,t){e.headers=t},__wbg_set_high_water_mark_77da20c49668427d:function(e,t){e.highWaterMark=t},__wbg_set_instanceId_2e5d2db011e9f6af:function(e,t){e.instanceId=t>>>0},__wbg_set_method_b4ede299b2064f37:function(e,t,n){e.method=f(t,n)},__wbg_set_redirect_97b881e7430f3438:function(e,t){e.redirect=we[t]},__wbg_set_signal_9022b5aa06a6ce5b:function(e,t){e.signal=t},__wbg_set_status_56097e6101a48227:function(e,t){e.status=t},__wbg_sign_366ed09dea597c38:function(){return i(function(e,t,n,r,s,a){return e.sign(f(t,n),r,A(s,a))},arguments)},__wbg_slice_48ba39549a845019:function(e,t){let n=t.slice(),r=te(n,o.__wbindgen_malloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},__wbg_static_accessor_GLOBAL_60a4124bab7dcc9a:function(){let e=typeof global>"u"?null:global;return b(e)?0:l(e)},__wbg_static_accessor_GLOBAL_THIS_95ca6460658b5d13:function(){let e=typeof globalThis>"u"?null:globalThis;return b(e)?0:l(e)},__wbg_static_accessor_INIT_STATE_2271957acdc7fe6e:function(){return N},__wbg_static_accessor_SELF_4c95f759a91e9aae:function(){let e=typeof self>"u"?null:self;return b(e)?0:l(e)},__wbg_static_accessor_WINDOW_44b435597f9e9ee7:function(){let e=typeof window>"u"?null:window;return b(e)?0:l(e)},__wbg_status_9e6505cfa3e73a7c:function(e){return e.status},__wbg_storage_e350ca27f103b85e:function(){return i(function(e){return e.storage},arguments)},__wbg_subarray_42216645a367cd7a:function(e,t,n){return e.subarray(t>>>0,n>>>0)},__wbg_subtle_8f1ee4c21d530fce:function(e){return e.subtle},__wbg_success_a4649d46345fb4df:function(){return i(function(e){return e.success},arguments)},__wbg_then_254bab9b266a77a5:function(e,t,n){return e.then(t,n)},__wbg_then_3ea18602c6a5123b:function(e,t){return e.then(t)},__wbg_toISOString_1c29c14154d57c76:function(e){return e.toISOString()},__wbg_toString_c3e29dc77827b5c7:function(){return i(function(e,t){let n=t.toString(),r=y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},arguments)},__wbg_transaction_afcd84163102ab81:function(){return i(function(e,t){return e.transaction(t)},arguments)},__wbg_url_74200ddca55ab638:function(e,t){let n=t.url,r=y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},__wbg_value_3d3defe09fb1ffca:function(e){return e.value},__wbg_version_5150f1a863df475a:function(){return i(function(e,t){let n=t.version,r=y(n,o.__wbindgen_malloc,o.__wbindgen_realloc),s=w;g().setInt32(e+4,s,!0),g().setInt32(e+0,r,!0)},arguments)},__wbg_versions_276b2795b1c6a219:function(e){return e.versions},__wbg_view_15fa5865c6b336e3:function(e){let t=e.view;return b(t)?0:l(t)},__wbg_waitUntil_ce7572df1f373ae7:function(){return i(function(e,t){e.waitUntil(t)},arguments)},__wbg_wasClean_f17429d064911939:function(e){return e.wasClean},__wbg_webSocket_651aa54cd4107a97:function(){return i(function(e){let t=e.webSocket;return b(t)?0:l(t)},arguments)},__wbg_withSession_1d34b32218ea9aab:function(){return i(function(e,t,n){return e.withSession(t===0?void 0:f(t,n))},arguments)},__wbg_writable_5ef8e463dc5b3999:function(e){return e.writable},__wbindgen_cast_0000000000000001:function(e,t){return v(e,t,ue)},__wbindgen_cast_0000000000000002:function(e,t){return v(e,t,oe)},__wbindgen_cast_0000000000000003:function(e,t){return v(e,t,ae)},__wbindgen_cast_0000000000000004:function(e,t){return v(e,t,ie)},__wbindgen_cast_0000000000000005:function(e,t){return v(e,t,se)},__wbindgen_cast_0000000000000006:function(e,t){return v(e,t,ce)},__wbindgen_cast_0000000000000007:function(e,t){return v(e,t,re)},__wbindgen_cast_0000000000000008:function(e){return e},__wbindgen_cast_0000000000000009:function(e){return e},__wbindgen_cast_000000000000000a:function(e,t){return A(e,t)},__wbindgen_cast_000000000000000b:function(e,t){return f(e,t)},__wbindgen_cast_000000000000000c:function(e){return BigInt.asUintN(64,e)},__wbindgen_init_externref_table:function(){let e=o.__wbindgen_externrefs,t=e.grow(4);e.set(0,void 0),e.set(t+0,void 0),e.set(t+1,null),e.set(t+2,!0),e.set(t+3,!1)}}}}function c(){if(ne){B();return}}function re(_,e){c(),o.wasm_bindgen_68f389e705008bcb___convert__closures_____invoke_______true_(_,e)}function oe(_,e,t){c(),o.wasm_bindgen_68f389e705008bcb___convert__closures_____invoke___wasm_bindgen_68f389e705008bcb___JsValue______true_(_,e,t)}function ie(_,e,t){c(),o.wasm_bindgen_68f389e705008bcb___convert__closures_____invoke___web_sys_d3b0e92874901775___features__gen_CloseEvent__CloseEvent______true_(_,e,t)}function se(_,e,t){c(),o.wasm_bindgen_68f389e705008bcb___convert__closures_____invoke___web_sys_d3b0e92874901775___features__gen_CloseEvent__CloseEvent______true__4(_,e,t)}function ce(_,e,t){c(),o.wasm_bindgen_68f389e705008bcb___convert__closures_____invoke___web_sys_d3b0e92874901775___features__gen_CloseEvent__CloseEvent______true__5(_,e,t)}function ue(_,e,t){let n;return c(),n=o.wasm_bindgen_68f389e705008bcb___convert__closures_____invoke___worker_sys_a30a61bc3d743209___types__durable_object__transaction__DurableObjectTransaction__js_sys_95ed116970c1190___Promise__true_(_,e,t),n}function ae(_,e,t){let n;if(c(),n=o.wasm_bindgen_68f389e705008bcb___convert__closures_____invoke___wasm_bindgen_68f389e705008bcb___JsValue__core_ed718c3d60ebd546___result__Result_____wasm_bindgen_68f389e705008bcb___JsError___true_(_,e,t),n[1])throw ve(n[0])}function fe(_,e,t,n){c(),o.wasm_bindgen_68f389e705008bcb___convert__closures_____invoke___js_sys_95ed116970c1190___Function_fn_wasm_bindgen_68f389e705008bcb___JsValue_____wasm_bindgen_68f389e705008bcb___sys__Undefined___js_sys_95ed116970c1190___Function_fn_wasm_bindgen_68f389e705008bcb___JsValue_____wasm_bindgen_68f389e705008bcb___sys__Undefined_______true_(_,e,t,n)}var be=["blob","arraybuffer"],ge=["bytes"],de=["default","no-store","reload","no-cache","force-cache","only-if-cached"],we=["follow","error","manual"],u=0,le=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_containerstartupoptions_free(_,1)}),pe=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_intounderlyingbytesource_free(_,1)}),ye=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_intounderlyingsink_free(_,1)}),J=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_intounderlyingsource_free(_,1)}),$=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_minifyconfig_free(_,1)}),me=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_r2range_free(_,1)}),K=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_routerabsigningworkerpresignsessiondurableobject_free(_,1)}),H=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(({ptr:_,instance:e})=>{e===u&&o.__wbg_routerabtenantrootcreationdurableobject_free(_,1)});function l(_){let e=o.__externref_table_alloc();return o.__wbindgen_externrefs.set(e,_),e}var G=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(_=>{_.instance===u&&o.__wbindgen_destroy_closure(_.a,_.b)});function L(_){let e=typeof _;if(e=="number"||e=="boolean"||_==null)return`${_}`;if(e=="string")return`"${_}"`;if(e=="symbol"){let r=_.description;return r==null?"Symbol":`Symbol(${r})`}if(e=="function"){let r=_.name;return typeof r=="string"&&r.length>0?`Function(${r})`:"Function"}if(Array.isArray(_)){let r=_.length,s="[";r>0&&(s+=L(_[0]));for(let a=1;a<r;a++)s+=", "+L(_[a]);return s+="]",s}let t=/\[object ([^\]]+)\]/.exec(toString.call(_)),n;if(t&&t.length>1)n=t[1];else return toString.call(_);if(n=="Object")try{return"Object("+JSON.stringify(_)+")"}catch{return"Object"}return _ instanceof Error?`${_.name}: ${_.message}
2
+ ${_.stack}`:n}function he(_,e){_=_>>>0;let t=g(),n=[];for(let r=_;r<_+4*e;r+=4)n.push(o.__wbindgen_externrefs.get(t.getUint32(r,!0)));return o.__externref_drop_slice(_,e),n}function A(_,e){return _=_>>>0,C().subarray(_/1,_/1+e)}var I=null;function g(){return(I===null||I.buffer.detached===!0||I.buffer.detached===void 0&&I.buffer!==o.memory.buffer)&&(I=new DataView(o.memory.buffer)),I}function f(_,e){return Ie(_>>>0,e)}var P=null;function C(){return(P===null||P.byteLength===0)&&(P=new Uint8Array(o.memory.buffer)),P}function i(_,e){try{return _.apply(this,e)}catch(t){let n=l(t);o.__wbindgen_exn_store(n)}}function b(_){return _==null}function v(_,e,t){let n={a:_,b:e,cnt:1,instance:u},r=(...s)=>{if(n.instance!==u)throw new Error("Cannot invoke closure from previous WASM instance");n.cnt++;let a=n.a;n.a=0;try{return t(a,n.b,...s)}finally{n.a=a,r._wbg_cb_unref()}};return r._wbg_cb_unref=()=>{--n.cnt===0&&(o.__wbindgen_destroy_closure(n.a,n.b),n.a=0,G.unregister(n))},G.register(r,n,n),r}function te(_,e){let t=e(_.length*4,4)>>>0;for(let n=0;n<_.length;n++){let r=l(_[n]);g().setUint32(t+4*n,r,!0)}return w=_.length,t}function y(_,e,t){if(t===void 0){let d=T.encode(_),p=e(d.length,1)>>>0;return C().subarray(p,p+d.length).set(d),w=d.length,p}let n=_.length,r=e(n,1)>>>0,s=C(),a=0;for(;a<n;a++){let d=_.charCodeAt(a);if(d>127)break;s[r+a]=d}if(a!==n){a!==0&&(_=_.slice(a)),r=t(r,n,n=a+_.length*3,1)>>>0;let d=C().subarray(r+a,r+n),p=T.encodeInto(_,d);a+=p.written,r=t(r,n,a,1)>>>0}return w=a,r}var ne=!1;function ve(_){let e=o.__wbindgen_externrefs.get(_);return o.__externref_table_dealloc(_),e}var _e=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0});_e.decode();function Ie(_,e){return _e.decode(C().subarray(_,_+e))}var T=new TextEncoder;"encodeInto"in T||(T.encodeInto=function(_,e){let t=T.encode(_);return e.set(t),{read:_.length,written:t.length}});var w=0,D=new WebAssembly.Instance(Q,ee()),o=D.exports;o.__wbindgen_start();Error.stackTraceLimit=100;var h=X();function V(){h.criticalError&&(console.log("Reinitializing Wasm application"),B(),h.criticalError=!1,h.instanceId++)}addEventListener("error",_=>{q(_.error)});function q(_){_ instanceof WebAssembly.RuntimeError&&(console.error("Critical",_),h.criticalError=!0)}var z=class extends je{};z.prototype.fetch=function(e){return Y.call(this,e,this.env,this.ctx)};z.prototype.init=Z;var Ee={set:(_,e,t,n)=>Reflect.set(_.instance,e,t,n),has:(_,e)=>Reflect.has(_.instance,e),deleteProperty:(_,e)=>Reflect.deleteProperty(_.instance,e),apply:(_,e,t)=>Reflect.apply(_.instance,e,t),construct:(_,e,t)=>Reflect.construct(_.instance,e,t),getPrototypeOf:_=>Reflect.getPrototypeOf(_.instance),setPrototypeOf:(_,e)=>Reflect.setPrototypeOf(_.instance,e),isExtensible:_=>Reflect.isExtensible(_.instance),preventExtensions:_=>Reflect.preventExtensions(_.instance),getOwnPropertyDescriptor:(_,e)=>Reflect.getOwnPropertyDescriptor(_.instance,e),defineProperty:(_,e,t)=>Reflect.defineProperty(_.instance,e,t),ownKeys:_=>Reflect.ownKeys(_.instance)},m={construct(_,e,t){try{V();let n={instance:Reflect.construct(_,e,t),instanceId:h.instanceId,ctor:_,args:e,newTarget:t};return new Proxy(n,{...Ee,get(r,s,a){r.instanceId!==h.instanceId&&(r.instance=Reflect.construct(r.ctor,r.args,r.newTarget),r.instanceId=h.instanceId);let d=Reflect.get(r.instance,s,a);return typeof d!="function"?d:d.constructor===Function?new Proxy(d,{apply(p,U,M){V();try{return p.apply(U,M)}catch(O){throw q(O),O}}}):new Proxy(d,{async apply(p,U,M){V();try{return await p.apply(U,M)}catch(O){throw q(O),O}}})}})}catch(n){throw h.criticalError=!0,n}}},We=new Proxy(z,m),Oe=new Proxy(E,m),Ae=new Proxy(R,m),Pe=new Proxy(F,m),Ce=new Proxy(x,m),Te=new Proxy(j,m),ze=new Proxy(S,m),Ue=new Proxy(k,m),Me=new Proxy(W,m);export{Oe as ContainerStartupOptions,Ae as IntoUnderlyingByteSource,Pe as IntoUnderlyingSink,Ce as IntoUnderlyingSource,Te as MinifyConfig,ze as R2Range,Ue as RouterAbSigningWorkerPresignSessionDurableObject,Me as RouterAbTenantRootCreationDurableObject,We as default};