@bytecodealliance/jco 1.17.5 → 1.17.6

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.
@@ -180,6 +180,8 @@ function promiseWithResolvers() {
180
180
  }
181
181
  }
182
182
 
183
+ const symbolDispose = Symbol.dispose || Symbol.for('dispose');
184
+
183
185
  const _debugLog = (...args) => {
184
186
  if (!globalThis?.process?.env?.JCO_DEBUG) { return; }
185
187
  console.debug(...args);
@@ -2550,7 +2552,7 @@ function _liftFlatResult(casesAndLiftFns) {
2550
2552
 
2551
2553
  function _liftFlatBorrow(componentTableIdx, size, memory, vals, storagePtr, storageLen) {
2552
2554
  _debugLog('[_liftFlatBorrow()] args', { size, memory, vals, storagePtr, storageLen });
2553
- throw new Error('flat lift for borrowed resources not yet implemented!');
2555
+ throw new Error('flat lift for borrowed resources is not supported!');
2554
2556
  }
2555
2557
 
2556
2558
  function _lowerFlatU8(ctx) {
@@ -2669,14 +2671,17 @@ function _lowerFlatVariant(lowerMetas) {
2669
2671
 
2670
2672
  ctx.resultPtr = originalPtr + payloadOffset32;
2671
2673
 
2672
- const payloadBytesWritten = lowerFn({
2673
- memory,
2674
- realloc,
2675
- vals: [val],
2676
- storagePtr,
2677
- storageLen,
2678
- componentIdx,
2679
- });
2674
+ let payloadBytesWritten = 0;
2675
+ if (lowerFn) {
2676
+ lowerFn({
2677
+ memory,
2678
+ realloc,
2679
+ vals: [val],
2680
+ storagePtr,
2681
+ storageLen,
2682
+ componentIdx,
2683
+ });
2684
+ }
2680
2685
  let bytesWritten = payloadOffset + payloadBytesWritten;
2681
2686
 
2682
2687
  const rem = ctx.storagePtr % align32;
@@ -3289,8 +3294,6 @@ const symbolRscHandle = Symbol('handle');
3289
3294
 
3290
3295
  const symbolRscRep = Symbol.for('cabiRep');
3291
3296
 
3292
- const symbolDispose = Symbol.dispose || Symbol.for('dispose');
3293
-
3294
3297
  const handleTables = [];
3295
3298
 
3296
3299
  class ComponentError extends Error {
@@ -8593,1301 +8596,137 @@ let postReturn0;
8593
8596
  let postReturn0Async;
8594
8597
  let postReturn1;
8595
8598
  let postReturn1Async;
8596
- function trampoline0(handle) {
8597
- const handleEntry = rscTableRemove(handleTable5, handle);
8598
- if (handleEntry.own) {
8599
-
8600
- const rsc = captureTable5.get(handleEntry.rep);
8601
- if (rsc) {
8602
- if (rsc[symbolDispose]) rsc[symbolDispose]();
8603
- captureTable5.delete(handleEntry.rep);
8604
- } else if (DirectoryEntryStream[symbolCabiDispose]) {
8605
- DirectoryEntryStream[symbolCabiDispose](handleEntry.rep);
8606
- }
8607
- }
8608
- }
8609
- function trampoline1(handle) {
8610
- const handleEntry = rscTableRemove(handleTable2, handle);
8611
- if (handleEntry.own) {
8612
-
8613
- const rsc = captureTable2.get(handleEntry.rep);
8614
- if (rsc) {
8615
- if (rsc[symbolDispose]) rsc[symbolDispose]();
8616
- captureTable2.delete(handleEntry.rep);
8617
- } else if (OutputStream[symbolCabiDispose]) {
8618
- OutputStream[symbolCabiDispose](handleEntry.rep);
8599
+ let exports1Generate;
8600
+
8601
+ function generate(arg0, arg1) {
8602
+ if (!_initialized) throwUninitialized();
8603
+ var ptr0 = realloc1(0, 0, 4, 84);
8604
+ var val1 = arg0;
8605
+ var len1 = Array.isArray(val1) ? val1.length : val1.byteLength;
8606
+ var ptr1 = realloc1(0, 0, 1, len1 * 1);
8607
+
8608
+ let valData1;
8609
+ const valLenBytes1 = len1 * 1;
8610
+ if (Array.isArray(val1)) {
8611
+ // Regular array likely containing numbers, write values to memory
8612
+ let offset = 0;
8613
+ const dv1 = new DataView(memory0.buffer);
8614
+ for (const v of val1) {
8615
+ dv1.setUint8(ptr1+ offset, v, true);
8616
+ offset += 1;
8619
8617
  }
8618
+ } else {
8619
+ // TypedArray / ArrayBuffer-like, direct copy
8620
+ valData1 = new Uint8Array(val1.buffer || val1, val1.byteOffset, valLenBytes1);
8621
+ const out1 = new Uint8Array(memory0.buffer, ptr1,valLenBytes1);
8622
+ out1.set(valData1);
8620
8623
  }
8621
- }
8622
- function trampoline2(handle) {
8623
- const handleEntry = rscTableRemove(handleTable0, handle);
8624
- if (handleEntry.own) {
8625
-
8626
- const rsc = captureTable0.get(handleEntry.rep);
8627
- if (rsc) {
8628
- if (rsc[symbolDispose]) rsc[symbolDispose]();
8629
- captureTable0.delete(handleEntry.rep);
8630
- } else if (Error$1[symbolCabiDispose]) {
8631
- Error$1[symbolCabiDispose](handleEntry.rep);
8632
- }
8624
+
8625
+ dataView(memory0).setUint32(ptr0 + 4, len1, true);
8626
+ dataView(memory0).setUint32(ptr0 + 0, ptr1, true);
8627
+ var {name: v2_0, noTypescript: v2_1, instantiation: v2_2, importBindings: v2_3, map: v2_4, compat: v2_5, noNodejsCompat: v2_6, base64Cutoff: v2_7, tlaCompat: v2_8, validLiftingOptimization: v2_9, tracing: v2_10, noNamespacedExports: v2_11, guest: v2_12, multiMemory: v2_13, asyncMode: v2_14 } = arg1;
8628
+
8629
+ var encodeRes = _utf8AllocateAndEncode(v2_0, realloc1, memory0);
8630
+ var ptr3= encodeRes.ptr;
8631
+ var len3 = encodeRes.len;
8632
+
8633
+ dataView(memory0).setUint32(ptr0 + 12, len3, true);
8634
+ dataView(memory0).setUint32(ptr0 + 8, ptr3, true);
8635
+ var variant4 = v2_1;
8636
+ if (variant4 === null || variant4=== undefined) {
8637
+ dataView(memory0).setInt8(ptr0 + 16, 0, true);
8638
+ } else {
8639
+ const e = variant4;
8640
+ dataView(memory0).setInt8(ptr0 + 16, 1, true);
8641
+ dataView(memory0).setInt8(ptr0 + 17, e ? 1 : 0, true);
8633
8642
  }
8634
- }
8635
- function trampoline3(handle) {
8636
- const handleEntry = rscTableRemove(handleTable1, handle);
8637
- if (handleEntry.own) {
8638
-
8639
- const rsc = captureTable1.get(handleEntry.rep);
8640
- if (rsc) {
8641
- if (rsc[symbolDispose]) rsc[symbolDispose]();
8642
- captureTable1.delete(handleEntry.rep);
8643
- } else if (InputStream[symbolCabiDispose]) {
8644
- InputStream[symbolCabiDispose](handleEntry.rep);
8643
+ var variant6 = v2_2;
8644
+ if (variant6 === null || variant6=== undefined) {
8645
+ dataView(memory0).setInt8(ptr0 + 18, 0, true);
8646
+ } else {
8647
+ const e = variant6;
8648
+ dataView(memory0).setInt8(ptr0 + 18, 1, true);
8649
+ var variant5 = e;
8650
+ switch (variant5.tag) {
8651
+ case 'async': {
8652
+ dataView(memory0).setInt8(ptr0 + 19, 0, true);
8653
+ break;
8654
+ }
8655
+ case 'sync': {
8656
+ dataView(memory0).setInt8(ptr0 + 19, 1, true);
8657
+ break;
8658
+ }
8659
+ default: {
8660
+ throw new TypeError(`invalid variant tag value \`${JSON.stringify(variant5.tag)}\` (received \`${variant5}\`) specified for \`InstantiationMode\``);
8661
+ }
8645
8662
  }
8646
8663
  }
8647
- }
8648
- function trampoline4(handle) {
8649
- const handleEntry = rscTableRemove(handleTable6, handle);
8650
- if (handleEntry.own) {
8651
-
8652
- const rsc = captureTable6.get(handleEntry.rep);
8653
- if (rsc) {
8654
- if (rsc[symbolDispose]) rsc[symbolDispose]();
8655
- captureTable6.delete(handleEntry.rep);
8656
- } else if (Descriptor[symbolCabiDispose]) {
8657
- Descriptor[symbolCabiDispose](handleEntry.rep);
8664
+ var variant8 = v2_3;
8665
+ if (variant8 === null || variant8=== undefined) {
8666
+ dataView(memory0).setInt8(ptr0 + 20, 0, true);
8667
+ } else {
8668
+ const e = variant8;
8669
+ dataView(memory0).setInt8(ptr0 + 20, 1, true);
8670
+ var variant7 = e;
8671
+ switch (variant7.tag) {
8672
+ case 'js': {
8673
+ dataView(memory0).setInt8(ptr0 + 21, 0, true);
8674
+ break;
8675
+ }
8676
+ case 'hybrid': {
8677
+ dataView(memory0).setInt8(ptr0 + 21, 1, true);
8678
+ break;
8679
+ }
8680
+ case 'optimized': {
8681
+ dataView(memory0).setInt8(ptr0 + 21, 2, true);
8682
+ break;
8683
+ }
8684
+ case 'direct-optimized': {
8685
+ dataView(memory0).setInt8(ptr0 + 21, 3, true);
8686
+ break;
8687
+ }
8688
+ default: {
8689
+ throw new TypeError(`invalid variant tag value \`${JSON.stringify(variant7.tag)}\` (received \`${variant7}\`) specified for \`BindingsMode\``);
8690
+ }
8658
8691
  }
8659
8692
  }
8660
- }
8661
- let trampoline5 = _trampoline5.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
8662
- null,
8663
- {
8664
- trampolineIdx: 5,
8665
- componentIdx: 0,
8666
- isAsync: false,
8667
- isManualAsync: _trampoline5.manuallyAsync,
8668
- paramLiftFns: [],
8669
- resultLowerFns: [_lowerFlatOwn.bind(null, 2)],
8670
- funcTypeIsAsync: false,
8671
- getCallbackFn: () => null,
8672
- getPostReturnFn: () => null,
8673
- isCancellable: false,
8674
- memoryIdx: null,
8675
- getMemoryFn: () => null,
8676
- getReallocFn: () => null,
8677
- importFn: _trampoline5,
8678
- },
8679
- )) : _lowerImportBackwardsCompat.bind(
8680
- null,
8681
- {
8682
- trampolineIdx: 5,
8683
- componentIdx: 0,
8684
- isAsync: false,
8685
- isManualAsync: _trampoline5.manuallyAsync,
8686
- paramLiftFns: [],
8687
- resultLowerFns: [_lowerFlatOwn.bind(null, 2)],
8688
- funcTypeIsAsync: false,
8689
- getCallbackFn: () => null,
8690
- getPostReturnFn: () => null,
8691
- isCancellable: false,
8692
- memoryIdx: null,
8693
- getMemoryFn: () => null,
8694
- getReallocFn: () => null,
8695
- importFn: _trampoline5,
8696
- },
8697
- );
8698
- function trampoline6(handle) {
8699
- const handleEntry = rscTableRemove(handleTable3, handle);
8700
- if (handleEntry.own) {
8701
-
8702
- const rsc = captureTable3.get(handleEntry.rep);
8703
- if (rsc) {
8704
- if (rsc[symbolDispose]) rsc[symbolDispose]();
8705
- captureTable3.delete(handleEntry.rep);
8706
- } else if (TerminalInput[symbolCabiDispose]) {
8707
- TerminalInput[symbolCabiDispose](handleEntry.rep);
8693
+ var variant13 = v2_4;
8694
+ if (variant13 === null || variant13=== undefined) {
8695
+ dataView(memory0).setInt8(ptr0 + 24, 0, true);
8696
+ } else {
8697
+ const e = variant13;
8698
+ dataView(memory0).setInt8(ptr0 + 24, 1, true);
8699
+ var vec12 = e;
8700
+ var len12 = vec12.length;
8701
+ var result12 = realloc1(0, 0, 4, len12 * 16);
8702
+ for (let i = 0; i < vec12.length; i++) {
8703
+ const e = vec12[i];
8704
+ const base = result12 + i * 16;var [tuple9_0, tuple9_1] = e;
8705
+
8706
+ var encodeRes = _utf8AllocateAndEncode(tuple9_0, realloc1, memory0);
8707
+ var ptr10= encodeRes.ptr;
8708
+ var len10 = encodeRes.len;
8709
+
8710
+ dataView(memory0).setUint32(base + 4, len10, true);
8711
+ dataView(memory0).setUint32(base + 0, ptr10, true);
8712
+
8713
+ var encodeRes = _utf8AllocateAndEncode(tuple9_1, realloc1, memory0);
8714
+ var ptr11= encodeRes.ptr;
8715
+ var len11 = encodeRes.len;
8716
+
8717
+ dataView(memory0).setUint32(base + 12, len11, true);
8718
+ dataView(memory0).setUint32(base + 8, ptr11, true);
8708
8719
  }
8720
+ dataView(memory0).setUint32(ptr0 + 32, len12, true);
8721
+ dataView(memory0).setUint32(ptr0 + 28, result12, true);
8709
8722
  }
8710
- }
8711
- function trampoline7(handle) {
8712
- const handleEntry = rscTableRemove(handleTable4, handle);
8713
- if (handleEntry.own) {
8714
-
8715
- const rsc = captureTable4.get(handleEntry.rep);
8716
- if (rsc) {
8717
- if (rsc[symbolDispose]) rsc[symbolDispose]();
8718
- captureTable4.delete(handleEntry.rep);
8719
- } else if (TerminalOutput[symbolCabiDispose]) {
8720
- TerminalOutput[symbolCabiDispose](handleEntry.rep);
8721
- }
8722
- }
8723
- }
8724
- let trampoline8 = _trampoline8.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
8725
- null,
8726
- {
8727
- trampolineIdx: 8,
8728
- componentIdx: 0,
8729
- isAsync: false,
8730
- isManualAsync: _trampoline8.manuallyAsync,
8731
- paramLiftFns: [],
8732
- resultLowerFns: [_lowerFlatOwn.bind(null, 1)],
8733
- funcTypeIsAsync: false,
8734
- getCallbackFn: () => null,
8735
- getPostReturnFn: () => null,
8736
- isCancellable: false,
8737
- memoryIdx: null,
8738
- getMemoryFn: () => null,
8739
- getReallocFn: () => null,
8740
- importFn: _trampoline8,
8741
- },
8742
- )) : _lowerImportBackwardsCompat.bind(
8743
- null,
8744
- {
8745
- trampolineIdx: 8,
8746
- componentIdx: 0,
8747
- isAsync: false,
8748
- isManualAsync: _trampoline8.manuallyAsync,
8749
- paramLiftFns: [],
8750
- resultLowerFns: [_lowerFlatOwn.bind(null, 1)],
8751
- funcTypeIsAsync: false,
8752
- getCallbackFn: () => null,
8753
- getPostReturnFn: () => null,
8754
- isCancellable: false,
8755
- memoryIdx: null,
8756
- getMemoryFn: () => null,
8757
- getReallocFn: () => null,
8758
- importFn: _trampoline8,
8759
- },
8760
- );
8761
- let trampoline9 = _trampoline9.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
8762
- null,
8763
- {
8764
- trampolineIdx: 9,
8765
- componentIdx: 0,
8766
- isAsync: false,
8767
- isManualAsync: _trampoline9.manuallyAsync,
8768
- paramLiftFns: [],
8769
- resultLowerFns: [_lowerFlatOwn.bind(null, 2)],
8770
- funcTypeIsAsync: false,
8771
- getCallbackFn: () => null,
8772
- getPostReturnFn: () => null,
8773
- isCancellable: false,
8774
- memoryIdx: null,
8775
- getMemoryFn: () => null,
8776
- getReallocFn: () => null,
8777
- importFn: _trampoline9,
8778
- },
8779
- )) : _lowerImportBackwardsCompat.bind(
8780
- null,
8781
- {
8782
- trampolineIdx: 9,
8783
- componentIdx: 0,
8784
- isAsync: false,
8785
- isManualAsync: _trampoline9.manuallyAsync,
8786
- paramLiftFns: [],
8787
- resultLowerFns: [_lowerFlatOwn.bind(null, 2)],
8788
- funcTypeIsAsync: false,
8789
- getCallbackFn: () => null,
8790
- getPostReturnFn: () => null,
8791
- isCancellable: false,
8792
- memoryIdx: null,
8793
- getMemoryFn: () => null,
8794
- getReallocFn: () => null,
8795
- importFn: _trampoline9,
8796
- },
8797
- );
8798
- let trampoline10 = _trampoline10.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
8799
- null,
8800
- {
8801
- trampolineIdx: 10,
8802
- componentIdx: 0,
8803
- isAsync: false,
8804
- isManualAsync: _trampoline10.manuallyAsync,
8805
- paramLiftFns: [_liftFlatResult([['ok', null, 0, 0, 0],['err', null, 0, 0, 0],])],
8806
- resultLowerFns: [],
8807
- funcTypeIsAsync: false,
8808
- getCallbackFn: () => null,
8809
- getPostReturnFn: () => null,
8810
- isCancellable: false,
8811
- memoryIdx: null,
8812
- getMemoryFn: () => null,
8813
- getReallocFn: () => null,
8814
- importFn: _trampoline10,
8815
- },
8816
- )) : _lowerImportBackwardsCompat.bind(
8817
- null,
8818
- {
8819
- trampolineIdx: 10,
8820
- componentIdx: 0,
8821
- isAsync: false,
8822
- isManualAsync: _trampoline10.manuallyAsync,
8823
- paramLiftFns: [_liftFlatResult([['ok', null, 0, 0, 0],['err', null, 0, 0, 0],])],
8824
- resultLowerFns: [],
8825
- funcTypeIsAsync: false,
8826
- getCallbackFn: () => null,
8827
- getPostReturnFn: () => null,
8828
- isCancellable: false,
8829
- memoryIdx: null,
8830
- getMemoryFn: () => null,
8831
- getReallocFn: () => null,
8832
- importFn: _trampoline10,
8833
- },
8834
- );
8835
- let trampoline11 = _trampoline11.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
8836
- null,
8837
- {
8838
- trampolineIdx: 11,
8839
- componentIdx: 0,
8840
- isAsync: false,
8841
- isManualAsync: _trampoline11.manuallyAsync,
8842
- paramLiftFns: [],
8843
- resultLowerFns: [_lowerFlatList({ elemLowerFn: _lowerFlatTuple.bind(null, 0), typeIdx: 0 })],
8844
- funcTypeIsAsync: false,
8845
- getCallbackFn: () => null,
8846
- getPostReturnFn: () => null,
8847
- isCancellable: false,
8848
- memoryIdx: 0,
8849
- getMemoryFn: () => memory0,
8850
- getReallocFn: () => realloc0,
8851
- importFn: _trampoline11,
8852
- },
8853
- )) : _lowerImportBackwardsCompat.bind(
8854
- null,
8855
- {
8856
- trampolineIdx: 11,
8857
- componentIdx: 0,
8858
- isAsync: false,
8859
- isManualAsync: _trampoline11.manuallyAsync,
8860
- paramLiftFns: [],
8861
- resultLowerFns: [_lowerFlatList({ elemLowerFn: _lowerFlatTuple.bind(null, 0), typeIdx: 0 })],
8862
- funcTypeIsAsync: false,
8863
- getCallbackFn: () => null,
8864
- getPostReturnFn: () => null,
8865
- isCancellable: false,
8866
- memoryIdx: 0,
8867
- getMemoryFn: () => memory0,
8868
- getReallocFn: () => realloc0,
8869
- importFn: _trampoline11,
8870
- },
8871
- );
8872
- let trampoline12 = _trampoline12.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
8873
- null,
8874
- {
8875
- trampolineIdx: 12,
8876
- componentIdx: 0,
8877
- isAsync: false,
8878
- isManualAsync: _trampoline12.manuallyAsync,
8879
- paramLiftFns: [_liftFlatBorrow.bind(null, 6)],
8880
- resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatFlags.bind(null, 0), 2, 1, 1 ],[ 'err', _lowerFlatEnum.bind(null, 0), 2, 1, 1 ],])],
8881
- funcTypeIsAsync: false,
8882
- getCallbackFn: () => null,
8883
- getPostReturnFn: () => null,
8884
- isCancellable: false,
8885
- memoryIdx: 0,
8886
- getMemoryFn: () => memory0,
8887
- getReallocFn: () => null,
8888
- importFn: _trampoline12,
8889
- },
8890
- )) : _lowerImportBackwardsCompat.bind(
8891
- null,
8892
- {
8893
- trampolineIdx: 12,
8894
- componentIdx: 0,
8895
- isAsync: false,
8896
- isManualAsync: _trampoline12.manuallyAsync,
8897
- paramLiftFns: [_liftFlatBorrow.bind(null, 6)],
8898
- resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatFlags.bind(null, 0), 2, 1, 1 ],[ 'err', _lowerFlatEnum.bind(null, 0), 2, 1, 1 ],])],
8899
- funcTypeIsAsync: false,
8900
- getCallbackFn: () => null,
8901
- getPostReturnFn: () => null,
8902
- isCancellable: false,
8903
- memoryIdx: 0,
8904
- getMemoryFn: () => memory0,
8905
- getReallocFn: () => null,
8906
- importFn: _trampoline12,
8907
- },
8908
- );
8909
- let trampoline13 = _trampoline13.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
8910
- null,
8911
- {
8912
- trampolineIdx: 13,
8913
- componentIdx: 0,
8914
- isAsync: false,
8915
- isManualAsync: _trampoline13.manuallyAsync,
8916
- paramLiftFns: [_liftFlatBorrow.bind(null, 6)],
8917
- resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatEnum.bind(null, 1), 2, 1, 1 ],[ 'err', _lowerFlatEnum.bind(null, 0), 2, 1, 1 ],])],
8918
- funcTypeIsAsync: false,
8919
- getCallbackFn: () => null,
8920
- getPostReturnFn: () => null,
8921
- isCancellable: false,
8922
- memoryIdx: 0,
8923
- getMemoryFn: () => memory0,
8924
- getReallocFn: () => null,
8925
- importFn: _trampoline13,
8926
- },
8927
- )) : _lowerImportBackwardsCompat.bind(
8928
- null,
8929
- {
8930
- trampolineIdx: 13,
8931
- componentIdx: 0,
8932
- isAsync: false,
8933
- isManualAsync: _trampoline13.manuallyAsync,
8934
- paramLiftFns: [_liftFlatBorrow.bind(null, 6)],
8935
- resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatEnum.bind(null, 1), 2, 1, 1 ],[ 'err', _lowerFlatEnum.bind(null, 0), 2, 1, 1 ],])],
8936
- funcTypeIsAsync: false,
8937
- getCallbackFn: () => null,
8938
- getPostReturnFn: () => null,
8939
- isCancellable: false,
8940
- memoryIdx: 0,
8941
- getMemoryFn: () => memory0,
8942
- getReallocFn: () => null,
8943
- importFn: _trampoline13,
8944
- },
8945
- );
8946
- let trampoline14 = _trampoline14.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
8947
- null,
8948
- {
8949
- trampolineIdx: 14,
8950
- componentIdx: 0,
8951
- isAsync: false,
8952
- isManualAsync: _trampoline14.manuallyAsync,
8953
- paramLiftFns: [_liftFlatBorrow.bind(null, 6)],
8954
- resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatRecord.bind(null, [['lower', _lowerFlatU64, 16, 8 ],['upper', _lowerFlatU64, 16, 8 ],]), 24, 8, 8 ],[ 'err', _lowerFlatEnum.bind(null, 0), 24, 8, 8 ],])],
8955
- funcTypeIsAsync: false,
8956
- getCallbackFn: () => null,
8957
- getPostReturnFn: () => null,
8958
- isCancellable: false,
8959
- memoryIdx: 0,
8960
- getMemoryFn: () => memory0,
8961
- getReallocFn: () => null,
8962
- importFn: _trampoline14,
8963
- },
8964
- )) : _lowerImportBackwardsCompat.bind(
8965
- null,
8966
- {
8967
- trampolineIdx: 14,
8968
- componentIdx: 0,
8969
- isAsync: false,
8970
- isManualAsync: _trampoline14.manuallyAsync,
8971
- paramLiftFns: [_liftFlatBorrow.bind(null, 6)],
8972
- resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatRecord.bind(null, [['lower', _lowerFlatU64, 16, 8 ],['upper', _lowerFlatU64, 16, 8 ],]), 24, 8, 8 ],[ 'err', _lowerFlatEnum.bind(null, 0), 24, 8, 8 ],])],
8973
- funcTypeIsAsync: false,
8974
- getCallbackFn: () => null,
8975
- getPostReturnFn: () => null,
8976
- isCancellable: false,
8977
- memoryIdx: 0,
8978
- getMemoryFn: () => memory0,
8979
- getReallocFn: () => null,
8980
- importFn: _trampoline14,
8981
- },
8982
- );
8983
- let trampoline15 = _trampoline15.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
8984
- null,
8985
- {
8986
- trampolineIdx: 15,
8987
- componentIdx: 0,
8988
- isAsync: false,
8989
- isManualAsync: _trampoline15.manuallyAsync,
8990
- paramLiftFns: [_liftFlatBorrow.bind(null, 0)],
8991
- resultLowerFns: [_lowerFlatOption([[ 'some', _lowerFlatEnum.bind(null, 0), 2, 1, 1 ],[ 'none', null, 2, 1, 1 ],])],
8992
- funcTypeIsAsync: false,
8993
- getCallbackFn: () => null,
8994
- getPostReturnFn: () => null,
8995
- isCancellable: false,
8996
- memoryIdx: 0,
8997
- getMemoryFn: () => memory0,
8998
- getReallocFn: () => null,
8999
- importFn: _trampoline15,
9000
- },
9001
- )) : _lowerImportBackwardsCompat.bind(
9002
- null,
9003
- {
9004
- trampolineIdx: 15,
9005
- componentIdx: 0,
9006
- isAsync: false,
9007
- isManualAsync: _trampoline15.manuallyAsync,
9008
- paramLiftFns: [_liftFlatBorrow.bind(null, 0)],
9009
- resultLowerFns: [_lowerFlatOption([[ 'some', _lowerFlatEnum.bind(null, 0), 2, 1, 1 ],[ 'none', null, 2, 1, 1 ],])],
9010
- funcTypeIsAsync: false,
9011
- getCallbackFn: () => null,
9012
- getPostReturnFn: () => null,
9013
- isCancellable: false,
9014
- memoryIdx: 0,
9015
- getMemoryFn: () => memory0,
9016
- getReallocFn: () => null,
9017
- importFn: _trampoline15,
9018
- },
9019
- );
9020
- let trampoline16 = _trampoline16.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9021
- null,
9022
- {
9023
- trampolineIdx: 16,
9024
- componentIdx: 0,
9025
- isAsync: false,
9026
- isManualAsync: _trampoline16.manuallyAsync,
9027
- paramLiftFns: [_liftFlatBorrow.bind(null, 6),_liftFlatFlags({ names: ['symlink-follow'], size32: 1, align32: 1, intSize: 1 }),_liftFlatStringUTF8],
9028
- resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatRecord.bind(null, [['lower', _lowerFlatU64, 16, 8 ],['upper', _lowerFlatU64, 16, 8 ],]), 24, 8, 8 ],[ 'err', _lowerFlatEnum.bind(null, 0), 24, 8, 8 ],])],
9029
- funcTypeIsAsync: false,
9030
- getCallbackFn: () => null,
9031
- getPostReturnFn: () => null,
9032
- isCancellable: false,
9033
- memoryIdx: 0,
9034
- getMemoryFn: () => memory0,
9035
- getReallocFn: () => null,
9036
- importFn: _trampoline16,
9037
- },
9038
- )) : _lowerImportBackwardsCompat.bind(
9039
- null,
9040
- {
9041
- trampolineIdx: 16,
9042
- componentIdx: 0,
9043
- isAsync: false,
9044
- isManualAsync: _trampoline16.manuallyAsync,
9045
- paramLiftFns: [_liftFlatBorrow.bind(null, 6),_liftFlatFlags({ names: ['symlink-follow'], size32: 1, align32: 1, intSize: 1 }),_liftFlatStringUTF8],
9046
- resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatRecord.bind(null, [['lower', _lowerFlatU64, 16, 8 ],['upper', _lowerFlatU64, 16, 8 ],]), 24, 8, 8 ],[ 'err', _lowerFlatEnum.bind(null, 0), 24, 8, 8 ],])],
9047
- funcTypeIsAsync: false,
9048
- getCallbackFn: () => null,
9049
- getPostReturnFn: () => null,
9050
- isCancellable: false,
9051
- memoryIdx: 0,
9052
- getMemoryFn: () => memory0,
9053
- getReallocFn: () => null,
9054
- importFn: _trampoline16,
9055
- },
9056
- );
9057
- let trampoline17 = _trampoline17.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9058
- null,
9059
- {
9060
- trampolineIdx: 17,
9061
- componentIdx: 0,
9062
- isAsync: false,
9063
- isManualAsync: _trampoline17.manuallyAsync,
9064
- paramLiftFns: [_liftFlatBorrow.bind(null, 6),_liftFlatU64],
9065
- resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatOwn.bind(null, 1), 8, 4, 4 ],[ 'err', _lowerFlatEnum.bind(null, 0), 8, 4, 4 ],])],
9066
- funcTypeIsAsync: false,
9067
- getCallbackFn: () => null,
9068
- getPostReturnFn: () => null,
9069
- isCancellable: false,
9070
- memoryIdx: 0,
9071
- getMemoryFn: () => memory0,
9072
- getReallocFn: () => null,
9073
- importFn: _trampoline17,
9074
- },
9075
- )) : _lowerImportBackwardsCompat.bind(
9076
- null,
9077
- {
9078
- trampolineIdx: 17,
9079
- componentIdx: 0,
9080
- isAsync: false,
9081
- isManualAsync: _trampoline17.manuallyAsync,
9082
- paramLiftFns: [_liftFlatBorrow.bind(null, 6),_liftFlatU64],
9083
- resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatOwn.bind(null, 1), 8, 4, 4 ],[ 'err', _lowerFlatEnum.bind(null, 0), 8, 4, 4 ],])],
9084
- funcTypeIsAsync: false,
9085
- getCallbackFn: () => null,
9086
- getPostReturnFn: () => null,
9087
- isCancellable: false,
9088
- memoryIdx: 0,
9089
- getMemoryFn: () => memory0,
9090
- getReallocFn: () => null,
9091
- importFn: _trampoline17,
9092
- },
9093
- );
9094
- let trampoline18 = _trampoline18.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9095
- null,
9096
- {
9097
- trampolineIdx: 18,
9098
- componentIdx: 0,
9099
- isAsync: false,
9100
- isManualAsync: _trampoline18.manuallyAsync,
9101
- paramLiftFns: [_liftFlatBorrow.bind(null, 6),_liftFlatU64],
9102
- resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatOwn.bind(null, 2), 8, 4, 4 ],[ 'err', _lowerFlatEnum.bind(null, 0), 8, 4, 4 ],])],
9103
- funcTypeIsAsync: false,
9104
- getCallbackFn: () => null,
9105
- getPostReturnFn: () => null,
9106
- isCancellable: false,
9107
- memoryIdx: 0,
9108
- getMemoryFn: () => memory0,
9109
- getReallocFn: () => null,
9110
- importFn: _trampoline18,
9111
- },
9112
- )) : _lowerImportBackwardsCompat.bind(
9113
- null,
9114
- {
9115
- trampolineIdx: 18,
9116
- componentIdx: 0,
9117
- isAsync: false,
9118
- isManualAsync: _trampoline18.manuallyAsync,
9119
- paramLiftFns: [_liftFlatBorrow.bind(null, 6),_liftFlatU64],
9120
- resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatOwn.bind(null, 2), 8, 4, 4 ],[ 'err', _lowerFlatEnum.bind(null, 0), 8, 4, 4 ],])],
9121
- funcTypeIsAsync: false,
9122
- getCallbackFn: () => null,
9123
- getPostReturnFn: () => null,
9124
- isCancellable: false,
9125
- memoryIdx: 0,
9126
- getMemoryFn: () => memory0,
9127
- getReallocFn: () => null,
9128
- importFn: _trampoline18,
9129
- },
9130
- );
9131
- let trampoline19 = _trampoline19.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9132
- null,
9133
- {
9134
- trampolineIdx: 19,
9135
- componentIdx: 0,
9136
- isAsync: false,
9137
- isManualAsync: _trampoline19.manuallyAsync,
9138
- paramLiftFns: [_liftFlatBorrow.bind(null, 6)],
9139
- resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatOwn.bind(null, 2), 8, 4, 4 ],[ 'err', _lowerFlatEnum.bind(null, 0), 8, 4, 4 ],])],
9140
- funcTypeIsAsync: false,
9141
- getCallbackFn: () => null,
9142
- getPostReturnFn: () => null,
9143
- isCancellable: false,
9144
- memoryIdx: 0,
9145
- getMemoryFn: () => memory0,
9146
- getReallocFn: () => null,
9147
- importFn: _trampoline19,
9148
- },
9149
- )) : _lowerImportBackwardsCompat.bind(
9150
- null,
9151
- {
9152
- trampolineIdx: 19,
9153
- componentIdx: 0,
9154
- isAsync: false,
9155
- isManualAsync: _trampoline19.manuallyAsync,
9156
- paramLiftFns: [_liftFlatBorrow.bind(null, 6)],
9157
- resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatOwn.bind(null, 2), 8, 4, 4 ],[ 'err', _lowerFlatEnum.bind(null, 0), 8, 4, 4 ],])],
9158
- funcTypeIsAsync: false,
9159
- getCallbackFn: () => null,
9160
- getPostReturnFn: () => null,
9161
- isCancellable: false,
9162
- memoryIdx: 0,
9163
- getMemoryFn: () => memory0,
9164
- getReallocFn: () => null,
9165
- importFn: _trampoline19,
9166
- },
9167
- );
9168
- let trampoline20 = _trampoline20.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9169
- null,
9170
- {
9171
- trampolineIdx: 20,
9172
- componentIdx: 0,
9173
- isAsync: false,
9174
- isManualAsync: _trampoline20.manuallyAsync,
9175
- paramLiftFns: [_liftFlatBorrow.bind(null, 6)],
9176
- resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatOwn.bind(null, 5), 8, 4, 4 ],[ 'err', _lowerFlatEnum.bind(null, 0), 8, 4, 4 ],])],
9177
- funcTypeIsAsync: false,
9178
- getCallbackFn: () => null,
9179
- getPostReturnFn: () => null,
9180
- isCancellable: false,
9181
- memoryIdx: 0,
9182
- getMemoryFn: () => memory0,
9183
- getReallocFn: () => null,
9184
- importFn: _trampoline20,
9185
- },
9186
- )) : _lowerImportBackwardsCompat.bind(
9187
- null,
9188
- {
9189
- trampolineIdx: 20,
9190
- componentIdx: 0,
9191
- isAsync: false,
9192
- isManualAsync: _trampoline20.manuallyAsync,
9193
- paramLiftFns: [_liftFlatBorrow.bind(null, 6)],
9194
- resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatOwn.bind(null, 5), 8, 4, 4 ],[ 'err', _lowerFlatEnum.bind(null, 0), 8, 4, 4 ],])],
9195
- funcTypeIsAsync: false,
9196
- getCallbackFn: () => null,
9197
- getPostReturnFn: () => null,
9198
- isCancellable: false,
9199
- memoryIdx: 0,
9200
- getMemoryFn: () => memory0,
9201
- getReallocFn: () => null,
9202
- importFn: _trampoline20,
9203
- },
9204
- );
9205
- let trampoline21 = _trampoline21.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9206
- null,
9207
- {
9208
- trampolineIdx: 21,
9209
- componentIdx: 0,
9210
- isAsync: false,
9211
- isManualAsync: _trampoline21.manuallyAsync,
9212
- paramLiftFns: [_liftFlatBorrow.bind(null, 6)],
9213
- resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatRecord.bind(null, [['type', _lowerFlatEnum.bind(null, 1), 96, 8 ],['linkCount', _lowerFlatU64, 96, 8 ],['size', _lowerFlatU64, 96, 8 ],['dataAccessTimestamp', _lowerFlatOption([[ 'some', _lowerFlatRecord.bind(null, [['seconds', _lowerFlatU64, 16, 8 ],['nanoseconds', _lowerFlatU32, 16, 8 ],]), 24, 8, 8 ],[ 'none', null, 24, 8, 8 ],]), 96, 8 ],['dataModificationTimestamp', _lowerFlatOption([[ 'some', _lowerFlatRecord.bind(null, [['seconds', _lowerFlatU64, 16, 8 ],['nanoseconds', _lowerFlatU32, 16, 8 ],]), 24, 8, 8 ],[ 'none', null, 24, 8, 8 ],]), 96, 8 ],['statusChangeTimestamp', _lowerFlatOption([[ 'some', _lowerFlatRecord.bind(null, [['seconds', _lowerFlatU64, 16, 8 ],['nanoseconds', _lowerFlatU32, 16, 8 ],]), 24, 8, 8 ],[ 'none', null, 24, 8, 8 ],]), 96, 8 ],]), 104, 8, 8 ],[ 'err', _lowerFlatEnum.bind(null, 0), 104, 8, 8 ],])],
9214
- funcTypeIsAsync: false,
9215
- getCallbackFn: () => null,
9216
- getPostReturnFn: () => null,
9217
- isCancellable: false,
9218
- memoryIdx: 0,
9219
- getMemoryFn: () => memory0,
9220
- getReallocFn: () => null,
9221
- importFn: _trampoline21,
9222
- },
9223
- )) : _lowerImportBackwardsCompat.bind(
9224
- null,
9225
- {
9226
- trampolineIdx: 21,
9227
- componentIdx: 0,
9228
- isAsync: false,
9229
- isManualAsync: _trampoline21.manuallyAsync,
9230
- paramLiftFns: [_liftFlatBorrow.bind(null, 6)],
9231
- resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatRecord.bind(null, [['type', _lowerFlatEnum.bind(null, 1), 96, 8 ],['linkCount', _lowerFlatU64, 96, 8 ],['size', _lowerFlatU64, 96, 8 ],['dataAccessTimestamp', _lowerFlatOption([[ 'some', _lowerFlatRecord.bind(null, [['seconds', _lowerFlatU64, 16, 8 ],['nanoseconds', _lowerFlatU32, 16, 8 ],]), 24, 8, 8 ],[ 'none', null, 24, 8, 8 ],]), 96, 8 ],['dataModificationTimestamp', _lowerFlatOption([[ 'some', _lowerFlatRecord.bind(null, [['seconds', _lowerFlatU64, 16, 8 ],['nanoseconds', _lowerFlatU32, 16, 8 ],]), 24, 8, 8 ],[ 'none', null, 24, 8, 8 ],]), 96, 8 ],['statusChangeTimestamp', _lowerFlatOption([[ 'some', _lowerFlatRecord.bind(null, [['seconds', _lowerFlatU64, 16, 8 ],['nanoseconds', _lowerFlatU32, 16, 8 ],]), 24, 8, 8 ],[ 'none', null, 24, 8, 8 ],]), 96, 8 ],]), 104, 8, 8 ],[ 'err', _lowerFlatEnum.bind(null, 0), 104, 8, 8 ],])],
9232
- funcTypeIsAsync: false,
9233
- getCallbackFn: () => null,
9234
- getPostReturnFn: () => null,
9235
- isCancellable: false,
9236
- memoryIdx: 0,
9237
- getMemoryFn: () => memory0,
9238
- getReallocFn: () => null,
9239
- importFn: _trampoline21,
9240
- },
9241
- );
9242
- let trampoline22 = _trampoline22.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9243
- null,
9244
- {
9245
- trampolineIdx: 22,
9246
- componentIdx: 0,
9247
- isAsync: false,
9248
- isManualAsync: _trampoline22.manuallyAsync,
9249
- paramLiftFns: [_liftFlatBorrow.bind(null, 6),_liftFlatFlags({ names: ['symlink-follow'], size32: 1, align32: 1, intSize: 1 }),_liftFlatStringUTF8],
9250
- resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatRecord.bind(null, [['type', _lowerFlatEnum.bind(null, 1), 96, 8 ],['linkCount', _lowerFlatU64, 96, 8 ],['size', _lowerFlatU64, 96, 8 ],['dataAccessTimestamp', _lowerFlatOption([[ 'some', _lowerFlatRecord.bind(null, [['seconds', _lowerFlatU64, 16, 8 ],['nanoseconds', _lowerFlatU32, 16, 8 ],]), 24, 8, 8 ],[ 'none', null, 24, 8, 8 ],]), 96, 8 ],['dataModificationTimestamp', _lowerFlatOption([[ 'some', _lowerFlatRecord.bind(null, [['seconds', _lowerFlatU64, 16, 8 ],['nanoseconds', _lowerFlatU32, 16, 8 ],]), 24, 8, 8 ],[ 'none', null, 24, 8, 8 ],]), 96, 8 ],['statusChangeTimestamp', _lowerFlatOption([[ 'some', _lowerFlatRecord.bind(null, [['seconds', _lowerFlatU64, 16, 8 ],['nanoseconds', _lowerFlatU32, 16, 8 ],]), 24, 8, 8 ],[ 'none', null, 24, 8, 8 ],]), 96, 8 ],]), 104, 8, 8 ],[ 'err', _lowerFlatEnum.bind(null, 0), 104, 8, 8 ],])],
9251
- funcTypeIsAsync: false,
9252
- getCallbackFn: () => null,
9253
- getPostReturnFn: () => null,
9254
- isCancellable: false,
9255
- memoryIdx: 0,
9256
- getMemoryFn: () => memory0,
9257
- getReallocFn: () => null,
9258
- importFn: _trampoline22,
9259
- },
9260
- )) : _lowerImportBackwardsCompat.bind(
9261
- null,
9262
- {
9263
- trampolineIdx: 22,
9264
- componentIdx: 0,
9265
- isAsync: false,
9266
- isManualAsync: _trampoline22.manuallyAsync,
9267
- paramLiftFns: [_liftFlatBorrow.bind(null, 6),_liftFlatFlags({ names: ['symlink-follow'], size32: 1, align32: 1, intSize: 1 }),_liftFlatStringUTF8],
9268
- resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatRecord.bind(null, [['type', _lowerFlatEnum.bind(null, 1), 96, 8 ],['linkCount', _lowerFlatU64, 96, 8 ],['size', _lowerFlatU64, 96, 8 ],['dataAccessTimestamp', _lowerFlatOption([[ 'some', _lowerFlatRecord.bind(null, [['seconds', _lowerFlatU64, 16, 8 ],['nanoseconds', _lowerFlatU32, 16, 8 ],]), 24, 8, 8 ],[ 'none', null, 24, 8, 8 ],]), 96, 8 ],['dataModificationTimestamp', _lowerFlatOption([[ 'some', _lowerFlatRecord.bind(null, [['seconds', _lowerFlatU64, 16, 8 ],['nanoseconds', _lowerFlatU32, 16, 8 ],]), 24, 8, 8 ],[ 'none', null, 24, 8, 8 ],]), 96, 8 ],['statusChangeTimestamp', _lowerFlatOption([[ 'some', _lowerFlatRecord.bind(null, [['seconds', _lowerFlatU64, 16, 8 ],['nanoseconds', _lowerFlatU32, 16, 8 ],]), 24, 8, 8 ],[ 'none', null, 24, 8, 8 ],]), 96, 8 ],]), 104, 8, 8 ],[ 'err', _lowerFlatEnum.bind(null, 0), 104, 8, 8 ],])],
9269
- funcTypeIsAsync: false,
9270
- getCallbackFn: () => null,
9271
- getPostReturnFn: () => null,
9272
- isCancellable: false,
9273
- memoryIdx: 0,
9274
- getMemoryFn: () => memory0,
9275
- getReallocFn: () => null,
9276
- importFn: _trampoline22,
9277
- },
9278
- );
9279
- let trampoline23 = _trampoline23.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9280
- null,
9281
- {
9282
- trampolineIdx: 23,
9283
- componentIdx: 0,
9284
- isAsync: false,
9285
- isManualAsync: _trampoline23.manuallyAsync,
9286
- paramLiftFns: [_liftFlatBorrow.bind(null, 6),_liftFlatFlags({ names: ['symlink-follow'], size32: 1, align32: 1, intSize: 1 }),_liftFlatStringUTF8,_liftFlatFlags({ names: ['create','directory','exclusive','truncate'], size32: 1, align32: 1, intSize: 1 }),_liftFlatFlags({ names: ['read','write','file-integrity-sync','data-integrity-sync','requested-write-sync','mutate-directory'], size32: 1, align32: 1, intSize: 1 })],
9287
- resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatOwn.bind(null, 6), 8, 4, 4 ],[ 'err', _lowerFlatEnum.bind(null, 0), 8, 4, 4 ],])],
9288
- funcTypeIsAsync: false,
9289
- getCallbackFn: () => null,
9290
- getPostReturnFn: () => null,
9291
- isCancellable: false,
9292
- memoryIdx: 0,
9293
- getMemoryFn: () => memory0,
9294
- getReallocFn: () => null,
9295
- importFn: _trampoline23,
9296
- },
9297
- )) : _lowerImportBackwardsCompat.bind(
9298
- null,
9299
- {
9300
- trampolineIdx: 23,
9301
- componentIdx: 0,
9302
- isAsync: false,
9303
- isManualAsync: _trampoline23.manuallyAsync,
9304
- paramLiftFns: [_liftFlatBorrow.bind(null, 6),_liftFlatFlags({ names: ['symlink-follow'], size32: 1, align32: 1, intSize: 1 }),_liftFlatStringUTF8,_liftFlatFlags({ names: ['create','directory','exclusive','truncate'], size32: 1, align32: 1, intSize: 1 }),_liftFlatFlags({ names: ['read','write','file-integrity-sync','data-integrity-sync','requested-write-sync','mutate-directory'], size32: 1, align32: 1, intSize: 1 })],
9305
- resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatOwn.bind(null, 6), 8, 4, 4 ],[ 'err', _lowerFlatEnum.bind(null, 0), 8, 4, 4 ],])],
9306
- funcTypeIsAsync: false,
9307
- getCallbackFn: () => null,
9308
- getPostReturnFn: () => null,
9309
- isCancellable: false,
9310
- memoryIdx: 0,
9311
- getMemoryFn: () => memory0,
9312
- getReallocFn: () => null,
9313
- importFn: _trampoline23,
9314
- },
9315
- );
9316
- let trampoline24 = _trampoline24.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9317
- null,
9318
- {
9319
- trampolineIdx: 24,
9320
- componentIdx: 0,
9321
- isAsync: false,
9322
- isManualAsync: _trampoline24.manuallyAsync,
9323
- paramLiftFns: [_liftFlatBorrow.bind(null, 5)],
9324
- resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatOption([[ 'some', _lowerFlatRecord.bind(null, [['type', _lowerFlatEnum.bind(null, 1), 12, 4 ],['name', _lowerFlatStringUTF8, 12, 4 ],]), 16, 4, 4 ],[ 'none', null, 16, 4, 4 ],]), 20, 4, 4 ],[ 'err', _lowerFlatEnum.bind(null, 0), 20, 4, 4 ],])],
9325
- funcTypeIsAsync: false,
9326
- getCallbackFn: () => null,
9327
- getPostReturnFn: () => null,
9328
- isCancellable: false,
9329
- memoryIdx: 0,
9330
- getMemoryFn: () => memory0,
9331
- getReallocFn: () => realloc0,
9332
- importFn: _trampoline24,
9333
- },
9334
- )) : _lowerImportBackwardsCompat.bind(
9335
- null,
9336
- {
9337
- trampolineIdx: 24,
9338
- componentIdx: 0,
9339
- isAsync: false,
9340
- isManualAsync: _trampoline24.manuallyAsync,
9341
- paramLiftFns: [_liftFlatBorrow.bind(null, 5)],
9342
- resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatOption([[ 'some', _lowerFlatRecord.bind(null, [['type', _lowerFlatEnum.bind(null, 1), 12, 4 ],['name', _lowerFlatStringUTF8, 12, 4 ],]), 16, 4, 4 ],[ 'none', null, 16, 4, 4 ],]), 20, 4, 4 ],[ 'err', _lowerFlatEnum.bind(null, 0), 20, 4, 4 ],])],
9343
- funcTypeIsAsync: false,
9344
- getCallbackFn: () => null,
9345
- getPostReturnFn: () => null,
9346
- isCancellable: false,
9347
- memoryIdx: 0,
9348
- getMemoryFn: () => memory0,
9349
- getReallocFn: () => realloc0,
9350
- importFn: _trampoline24,
9351
- },
9352
- );
9353
- let trampoline25 = _trampoline25.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9354
- null,
9355
- {
9356
- trampolineIdx: 25,
9357
- componentIdx: 0,
9358
- isAsync: false,
9359
- isManualAsync: _trampoline25.manuallyAsync,
9360
- paramLiftFns: [_liftFlatBorrow.bind(null, 1),_liftFlatU64],
9361
- resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatList({ elemLowerFn: _lowerFlatU8, typeIdx: 1 }), 12, 4, 4 ],[ 'err', _lowerFlatVariant([[ 'last-operation-failed', _lowerFlatOwn.bind(null, 0), 8, 4, 4 ],[ 'closed', null, 8, 4, 4 ],]), 12, 4, 4 ],])],
9362
- funcTypeIsAsync: false,
9363
- getCallbackFn: () => null,
9364
- getPostReturnFn: () => null,
9365
- isCancellable: false,
9366
- memoryIdx: 0,
9367
- getMemoryFn: () => memory0,
9368
- getReallocFn: () => realloc0,
9369
- importFn: _trampoline25,
9370
- },
9371
- )) : _lowerImportBackwardsCompat.bind(
9372
- null,
9373
- {
9374
- trampolineIdx: 25,
9375
- componentIdx: 0,
9376
- isAsync: false,
9377
- isManualAsync: _trampoline25.manuallyAsync,
9378
- paramLiftFns: [_liftFlatBorrow.bind(null, 1),_liftFlatU64],
9379
- resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatList({ elemLowerFn: _lowerFlatU8, typeIdx: 1 }), 12, 4, 4 ],[ 'err', _lowerFlatVariant([[ 'last-operation-failed', _lowerFlatOwn.bind(null, 0), 8, 4, 4 ],[ 'closed', null, 8, 4, 4 ],]), 12, 4, 4 ],])],
9380
- funcTypeIsAsync: false,
9381
- getCallbackFn: () => null,
9382
- getPostReturnFn: () => null,
9383
- isCancellable: false,
9384
- memoryIdx: 0,
9385
- getMemoryFn: () => memory0,
9386
- getReallocFn: () => realloc0,
9387
- importFn: _trampoline25,
9388
- },
9389
- );
9390
- let trampoline26 = _trampoline26.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9391
- null,
9392
- {
9393
- trampolineIdx: 26,
9394
- componentIdx: 0,
9395
- isAsync: false,
9396
- isManualAsync: _trampoline26.manuallyAsync,
9397
- paramLiftFns: [_liftFlatBorrow.bind(null, 1),_liftFlatU64],
9398
- resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatList({ elemLowerFn: _lowerFlatU8, typeIdx: 1 }), 12, 4, 4 ],[ 'err', _lowerFlatVariant([[ 'last-operation-failed', _lowerFlatOwn.bind(null, 0), 8, 4, 4 ],[ 'closed', null, 8, 4, 4 ],]), 12, 4, 4 ],])],
9399
- funcTypeIsAsync: false,
9400
- getCallbackFn: () => null,
9401
- getPostReturnFn: () => null,
9402
- isCancellable: false,
9403
- memoryIdx: 0,
9404
- getMemoryFn: () => memory0,
9405
- getReallocFn: () => realloc0,
9406
- importFn: _trampoline26,
9407
- },
9408
- )) : _lowerImportBackwardsCompat.bind(
9409
- null,
9410
- {
9411
- trampolineIdx: 26,
9412
- componentIdx: 0,
9413
- isAsync: false,
9414
- isManualAsync: _trampoline26.manuallyAsync,
9415
- paramLiftFns: [_liftFlatBorrow.bind(null, 1),_liftFlatU64],
9416
- resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatList({ elemLowerFn: _lowerFlatU8, typeIdx: 1 }), 12, 4, 4 ],[ 'err', _lowerFlatVariant([[ 'last-operation-failed', _lowerFlatOwn.bind(null, 0), 8, 4, 4 ],[ 'closed', null, 8, 4, 4 ],]), 12, 4, 4 ],])],
9417
- funcTypeIsAsync: false,
9418
- getCallbackFn: () => null,
9419
- getPostReturnFn: () => null,
9420
- isCancellable: false,
9421
- memoryIdx: 0,
9422
- getMemoryFn: () => memory0,
9423
- getReallocFn: () => realloc0,
9424
- importFn: _trampoline26,
9425
- },
9426
- );
9427
- let trampoline27 = _trampoline27.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9428
- null,
9429
- {
9430
- trampolineIdx: 27,
9431
- componentIdx: 0,
9432
- isAsync: false,
9433
- isManualAsync: _trampoline27.manuallyAsync,
9434
- paramLiftFns: [_liftFlatBorrow.bind(null, 2)],
9435
- resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatU64, 16, 8, 8 ],[ 'err', _lowerFlatVariant([[ 'last-operation-failed', _lowerFlatOwn.bind(null, 0), 8, 4, 4 ],[ 'closed', null, 8, 4, 4 ],]), 16, 8, 8 ],])],
9436
- funcTypeIsAsync: false,
9437
- getCallbackFn: () => null,
9438
- getPostReturnFn: () => null,
9439
- isCancellable: false,
9440
- memoryIdx: 0,
9441
- getMemoryFn: () => memory0,
9442
- getReallocFn: () => null,
9443
- importFn: _trampoline27,
9444
- },
9445
- )) : _lowerImportBackwardsCompat.bind(
9446
- null,
9447
- {
9448
- trampolineIdx: 27,
9449
- componentIdx: 0,
9450
- isAsync: false,
9451
- isManualAsync: _trampoline27.manuallyAsync,
9452
- paramLiftFns: [_liftFlatBorrow.bind(null, 2)],
9453
- resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatU64, 16, 8, 8 ],[ 'err', _lowerFlatVariant([[ 'last-operation-failed', _lowerFlatOwn.bind(null, 0), 8, 4, 4 ],[ 'closed', null, 8, 4, 4 ],]), 16, 8, 8 ],])],
9454
- funcTypeIsAsync: false,
9455
- getCallbackFn: () => null,
9456
- getPostReturnFn: () => null,
9457
- isCancellable: false,
9458
- memoryIdx: 0,
9459
- getMemoryFn: () => memory0,
9460
- getReallocFn: () => null,
9461
- importFn: _trampoline27,
9462
- },
9463
- );
9464
- let trampoline28 = _trampoline28.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9465
- null,
9466
- {
9467
- trampolineIdx: 28,
9468
- componentIdx: 0,
9469
- isAsync: false,
9470
- isManualAsync: _trampoline28.manuallyAsync,
9471
- paramLiftFns: [_liftFlatBorrow.bind(null, 2),_liftFlatList({ elemLiftFn: _liftFlatU8, align32: 1, size32: 1 })],
9472
- resultLowerFns: [_lowerFlatResult([[ 'ok', null, 12, 4, 4 ],[ 'err', _lowerFlatVariant([[ 'last-operation-failed', _lowerFlatOwn.bind(null, 0), 8, 4, 4 ],[ 'closed', null, 8, 4, 4 ],]), 12, 4, 4 ],])],
9473
- funcTypeIsAsync: false,
9474
- getCallbackFn: () => null,
9475
- getPostReturnFn: () => null,
9476
- isCancellable: false,
9477
- memoryIdx: 0,
9478
- getMemoryFn: () => memory0,
9479
- getReallocFn: () => null,
9480
- importFn: _trampoline28,
9481
- },
9482
- )) : _lowerImportBackwardsCompat.bind(
9483
- null,
9484
- {
9485
- trampolineIdx: 28,
9486
- componentIdx: 0,
9487
- isAsync: false,
9488
- isManualAsync: _trampoline28.manuallyAsync,
9489
- paramLiftFns: [_liftFlatBorrow.bind(null, 2),_liftFlatList({ elemLiftFn: _liftFlatU8, align32: 1, size32: 1 })],
9490
- resultLowerFns: [_lowerFlatResult([[ 'ok', null, 12, 4, 4 ],[ 'err', _lowerFlatVariant([[ 'last-operation-failed', _lowerFlatOwn.bind(null, 0), 8, 4, 4 ],[ 'closed', null, 8, 4, 4 ],]), 12, 4, 4 ],])],
9491
- funcTypeIsAsync: false,
9492
- getCallbackFn: () => null,
9493
- getPostReturnFn: () => null,
9494
- isCancellable: false,
9495
- memoryIdx: 0,
9496
- getMemoryFn: () => memory0,
9497
- getReallocFn: () => null,
9498
- importFn: _trampoline28,
9499
- },
9500
- );
9501
- let trampoline29 = _trampoline29.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9502
- null,
9503
- {
9504
- trampolineIdx: 29,
9505
- componentIdx: 0,
9506
- isAsync: false,
9507
- isManualAsync: _trampoline29.manuallyAsync,
9508
- paramLiftFns: [_liftFlatBorrow.bind(null, 2),_liftFlatList({ elemLiftFn: _liftFlatU8, align32: 1, size32: 1 })],
9509
- resultLowerFns: [_lowerFlatResult([[ 'ok', null, 12, 4, 4 ],[ 'err', _lowerFlatVariant([[ 'last-operation-failed', _lowerFlatOwn.bind(null, 0), 8, 4, 4 ],[ 'closed', null, 8, 4, 4 ],]), 12, 4, 4 ],])],
9510
- funcTypeIsAsync: false,
9511
- getCallbackFn: () => null,
9512
- getPostReturnFn: () => null,
9513
- isCancellable: false,
9514
- memoryIdx: 0,
9515
- getMemoryFn: () => memory0,
9516
- getReallocFn: () => null,
9517
- importFn: _trampoline29,
9518
- },
9519
- )) : _lowerImportBackwardsCompat.bind(
9520
- null,
9521
- {
9522
- trampolineIdx: 29,
9523
- componentIdx: 0,
9524
- isAsync: false,
9525
- isManualAsync: _trampoline29.manuallyAsync,
9526
- paramLiftFns: [_liftFlatBorrow.bind(null, 2),_liftFlatList({ elemLiftFn: _liftFlatU8, align32: 1, size32: 1 })],
9527
- resultLowerFns: [_lowerFlatResult([[ 'ok', null, 12, 4, 4 ],[ 'err', _lowerFlatVariant([[ 'last-operation-failed', _lowerFlatOwn.bind(null, 0), 8, 4, 4 ],[ 'closed', null, 8, 4, 4 ],]), 12, 4, 4 ],])],
9528
- funcTypeIsAsync: false,
9529
- getCallbackFn: () => null,
9530
- getPostReturnFn: () => null,
9531
- isCancellable: false,
9532
- memoryIdx: 0,
9533
- getMemoryFn: () => memory0,
9534
- getReallocFn: () => null,
9535
- importFn: _trampoline29,
9536
- },
9537
- );
9538
- let trampoline30 = _trampoline30.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9539
- null,
9540
- {
9541
- trampolineIdx: 30,
9542
- componentIdx: 0,
9543
- isAsync: false,
9544
- isManualAsync: _trampoline30.manuallyAsync,
9545
- paramLiftFns: [_liftFlatBorrow.bind(null, 2)],
9546
- resultLowerFns: [_lowerFlatResult([[ 'ok', null, 12, 4, 4 ],[ 'err', _lowerFlatVariant([[ 'last-operation-failed', _lowerFlatOwn.bind(null, 0), 8, 4, 4 ],[ 'closed', null, 8, 4, 4 ],]), 12, 4, 4 ],])],
9547
- funcTypeIsAsync: false,
9548
- getCallbackFn: () => null,
9549
- getPostReturnFn: () => null,
9550
- isCancellable: false,
9551
- memoryIdx: 0,
9552
- getMemoryFn: () => memory0,
9553
- getReallocFn: () => null,
9554
- importFn: _trampoline30,
9555
- },
9556
- )) : _lowerImportBackwardsCompat.bind(
9557
- null,
9558
- {
9559
- trampolineIdx: 30,
9560
- componentIdx: 0,
9561
- isAsync: false,
9562
- isManualAsync: _trampoline30.manuallyAsync,
9563
- paramLiftFns: [_liftFlatBorrow.bind(null, 2)],
9564
- resultLowerFns: [_lowerFlatResult([[ 'ok', null, 12, 4, 4 ],[ 'err', _lowerFlatVariant([[ 'last-operation-failed', _lowerFlatOwn.bind(null, 0), 8, 4, 4 ],[ 'closed', null, 8, 4, 4 ],]), 12, 4, 4 ],])],
9565
- funcTypeIsAsync: false,
9566
- getCallbackFn: () => null,
9567
- getPostReturnFn: () => null,
9568
- isCancellable: false,
9569
- memoryIdx: 0,
9570
- getMemoryFn: () => memory0,
9571
- getReallocFn: () => null,
9572
- importFn: _trampoline30,
9573
- },
9574
- );
9575
- let trampoline31 = _trampoline31.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9576
- null,
9577
- {
9578
- trampolineIdx: 31,
9579
- componentIdx: 0,
9580
- isAsync: false,
9581
- isManualAsync: _trampoline31.manuallyAsync,
9582
- paramLiftFns: [_liftFlatU64],
9583
- resultLowerFns: [_lowerFlatList({ elemLowerFn: _lowerFlatU8, typeIdx: 1 })],
9584
- funcTypeIsAsync: false,
9585
- getCallbackFn: () => null,
9586
- getPostReturnFn: () => null,
9587
- isCancellable: false,
9588
- memoryIdx: 0,
9589
- getMemoryFn: () => memory0,
9590
- getReallocFn: () => realloc0,
9591
- importFn: _trampoline31,
9592
- },
9593
- )) : _lowerImportBackwardsCompat.bind(
9594
- null,
9595
- {
9596
- trampolineIdx: 31,
9597
- componentIdx: 0,
9598
- isAsync: false,
9599
- isManualAsync: _trampoline31.manuallyAsync,
9600
- paramLiftFns: [_liftFlatU64],
9601
- resultLowerFns: [_lowerFlatList({ elemLowerFn: _lowerFlatU8, typeIdx: 1 })],
9602
- funcTypeIsAsync: false,
9603
- getCallbackFn: () => null,
9604
- getPostReturnFn: () => null,
9605
- isCancellable: false,
9606
- memoryIdx: 0,
9607
- getMemoryFn: () => memory0,
9608
- getReallocFn: () => realloc0,
9609
- importFn: _trampoline31,
9610
- },
9611
- );
9612
- let trampoline32 = _trampoline32.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9613
- null,
9614
- {
9615
- trampolineIdx: 32,
9616
- componentIdx: 0,
9617
- isAsync: false,
9618
- isManualAsync: _trampoline32.manuallyAsync,
9619
- paramLiftFns: [],
9620
- resultLowerFns: [_lowerFlatList({ elemLowerFn: _lowerFlatTuple.bind(null, 30), typeIdx: 2 })],
9621
- funcTypeIsAsync: false,
9622
- getCallbackFn: () => null,
9623
- getPostReturnFn: () => null,
9624
- isCancellable: false,
9625
- memoryIdx: 0,
9626
- getMemoryFn: () => memory0,
9627
- getReallocFn: () => realloc0,
9628
- importFn: _trampoline32,
9629
- },
9630
- )) : _lowerImportBackwardsCompat.bind(
9631
- null,
9632
- {
9633
- trampolineIdx: 32,
9634
- componentIdx: 0,
9635
- isAsync: false,
9636
- isManualAsync: _trampoline32.manuallyAsync,
9637
- paramLiftFns: [],
9638
- resultLowerFns: [_lowerFlatList({ elemLowerFn: _lowerFlatTuple.bind(null, 30), typeIdx: 2 })],
9639
- funcTypeIsAsync: false,
9640
- getCallbackFn: () => null,
9641
- getPostReturnFn: () => null,
9642
- isCancellable: false,
9643
- memoryIdx: 0,
9644
- getMemoryFn: () => memory0,
9645
- getReallocFn: () => realloc0,
9646
- importFn: _trampoline32,
9647
- },
9648
- );
9649
- let trampoline33 = _trampoline33.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9650
- null,
9651
- {
9652
- trampolineIdx: 33,
9653
- componentIdx: 0,
9654
- isAsync: false,
9655
- isManualAsync: _trampoline33.manuallyAsync,
9656
- paramLiftFns: [],
9657
- resultLowerFns: [_lowerFlatOption([[ 'some', _lowerFlatOwn.bind(null, 3), 8, 4, 4 ],[ 'none', null, 8, 4, 4 ],])],
9658
- funcTypeIsAsync: false,
9659
- getCallbackFn: () => null,
9660
- getPostReturnFn: () => null,
9661
- isCancellable: false,
9662
- memoryIdx: 0,
9663
- getMemoryFn: () => memory0,
9664
- getReallocFn: () => null,
9665
- importFn: _trampoline33,
9666
- },
9667
- )) : _lowerImportBackwardsCompat.bind(
9668
- null,
9669
- {
9670
- trampolineIdx: 33,
9671
- componentIdx: 0,
9672
- isAsync: false,
9673
- isManualAsync: _trampoline33.manuallyAsync,
9674
- paramLiftFns: [],
9675
- resultLowerFns: [_lowerFlatOption([[ 'some', _lowerFlatOwn.bind(null, 3), 8, 4, 4 ],[ 'none', null, 8, 4, 4 ],])],
9676
- funcTypeIsAsync: false,
9677
- getCallbackFn: () => null,
9678
- getPostReturnFn: () => null,
9679
- isCancellable: false,
9680
- memoryIdx: 0,
9681
- getMemoryFn: () => memory0,
9682
- getReallocFn: () => null,
9683
- importFn: _trampoline33,
9684
- },
9685
- );
9686
- let trampoline34 = _trampoline34.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9687
- null,
9688
- {
9689
- trampolineIdx: 34,
9690
- componentIdx: 0,
9691
- isAsync: false,
9692
- isManualAsync: _trampoline34.manuallyAsync,
9693
- paramLiftFns: [],
9694
- resultLowerFns: [_lowerFlatOption([[ 'some', _lowerFlatOwn.bind(null, 4), 8, 4, 4 ],[ 'none', null, 8, 4, 4 ],])],
9695
- funcTypeIsAsync: false,
9696
- getCallbackFn: () => null,
9697
- getPostReturnFn: () => null,
9698
- isCancellable: false,
9699
- memoryIdx: 0,
9700
- getMemoryFn: () => memory0,
9701
- getReallocFn: () => null,
9702
- importFn: _trampoline34,
9703
- },
9704
- )) : _lowerImportBackwardsCompat.bind(
9705
- null,
9706
- {
9707
- trampolineIdx: 34,
9708
- componentIdx: 0,
9709
- isAsync: false,
9710
- isManualAsync: _trampoline34.manuallyAsync,
9711
- paramLiftFns: [],
9712
- resultLowerFns: [_lowerFlatOption([[ 'some', _lowerFlatOwn.bind(null, 4), 8, 4, 4 ],[ 'none', null, 8, 4, 4 ],])],
9713
- funcTypeIsAsync: false,
9714
- getCallbackFn: () => null,
9715
- getPostReturnFn: () => null,
9716
- isCancellable: false,
9717
- memoryIdx: 0,
9718
- getMemoryFn: () => memory0,
9719
- getReallocFn: () => null,
9720
- importFn: _trampoline34,
9721
- },
9722
- );
9723
- let trampoline35 = _trampoline35.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9724
- null,
9725
- {
9726
- trampolineIdx: 35,
9727
- componentIdx: 0,
9728
- isAsync: false,
9729
- isManualAsync: _trampoline35.manuallyAsync,
9730
- paramLiftFns: [],
9731
- resultLowerFns: [_lowerFlatOption([[ 'some', _lowerFlatOwn.bind(null, 4), 8, 4, 4 ],[ 'none', null, 8, 4, 4 ],])],
9732
- funcTypeIsAsync: false,
9733
- getCallbackFn: () => null,
9734
- getPostReturnFn: () => null,
9735
- isCancellable: false,
9736
- memoryIdx: 0,
9737
- getMemoryFn: () => memory0,
9738
- getReallocFn: () => null,
9739
- importFn: _trampoline35,
9740
- },
9741
- )) : _lowerImportBackwardsCompat.bind(
9742
- null,
9743
- {
9744
- trampolineIdx: 35,
9745
- componentIdx: 0,
9746
- isAsync: false,
9747
- isManualAsync: _trampoline35.manuallyAsync,
9748
- paramLiftFns: [],
9749
- resultLowerFns: [_lowerFlatOption([[ 'some', _lowerFlatOwn.bind(null, 4), 8, 4, 4 ],[ 'none', null, 8, 4, 4 ],])],
9750
- funcTypeIsAsync: false,
9751
- getCallbackFn: () => null,
9752
- getPostReturnFn: () => null,
9753
- isCancellable: false,
9754
- memoryIdx: 0,
9755
- getMemoryFn: () => memory0,
9756
- getReallocFn: () => null,
9757
- importFn: _trampoline35,
9758
- },
9759
- );
9760
- let exports1Generate;
9761
-
9762
- function generate(arg0, arg1) {
9763
- if (!_initialized) throwUninitialized();
9764
- var ptr0 = realloc1(0, 0, 4, 84);
9765
- var val1 = arg0;
9766
- var len1 = Array.isArray(val1) ? val1.length : val1.byteLength;
9767
- var ptr1 = realloc1(0, 0, 1, len1 * 1);
9768
-
9769
- let valData1;
9770
- const valLenBytes1 = len1 * 1;
9771
- if (Array.isArray(val1)) {
9772
- // Regular array likely containing numbers, write values to memory
9773
- let offset = 0;
9774
- const dv1 = new DataView(memory0.buffer);
9775
- for (const v of val1) {
9776
- dv1.setUint8(ptr1+ offset, v, true);
9777
- offset += 1;
9778
- }
9779
- } else {
9780
- // TypedArray / ArrayBuffer-like, direct copy
9781
- valData1 = new Uint8Array(val1.buffer || val1, val1.byteOffset, valLenBytes1);
9782
- const out1 = new Uint8Array(memory0.buffer, ptr1,valLenBytes1);
9783
- out1.set(valData1);
9784
- }
9785
-
9786
- dataView(memory0).setUint32(ptr0 + 4, len1, true);
9787
- dataView(memory0).setUint32(ptr0 + 0, ptr1, true);
9788
- var {name: v2_0, noTypescript: v2_1, instantiation: v2_2, importBindings: v2_3, map: v2_4, compat: v2_5, noNodejsCompat: v2_6, base64Cutoff: v2_7, tlaCompat: v2_8, validLiftingOptimization: v2_9, tracing: v2_10, noNamespacedExports: v2_11, guest: v2_12, multiMemory: v2_13, asyncMode: v2_14 } = arg1;
9789
-
9790
- var encodeRes = _utf8AllocateAndEncode(v2_0, realloc1, memory0);
9791
- var ptr3= encodeRes.ptr;
9792
- var len3 = encodeRes.len;
9793
-
9794
- dataView(memory0).setUint32(ptr0 + 12, len3, true);
9795
- dataView(memory0).setUint32(ptr0 + 8, ptr3, true);
9796
- var variant4 = v2_1;
9797
- if (variant4 === null || variant4=== undefined) {
9798
- dataView(memory0).setInt8(ptr0 + 16, 0, true);
9799
- } else {
9800
- const e = variant4;
9801
- dataView(memory0).setInt8(ptr0 + 16, 1, true);
9802
- dataView(memory0).setInt8(ptr0 + 17, e ? 1 : 0, true);
9803
- }
9804
- var variant6 = v2_2;
9805
- if (variant6 === null || variant6=== undefined) {
9806
- dataView(memory0).setInt8(ptr0 + 18, 0, true);
9807
- } else {
9808
- const e = variant6;
9809
- dataView(memory0).setInt8(ptr0 + 18, 1, true);
9810
- var variant5 = e;
9811
- switch (variant5.tag) {
9812
- case 'async': {
9813
- dataView(memory0).setInt8(ptr0 + 19, 0, true);
9814
- break;
9815
- }
9816
- case 'sync': {
9817
- dataView(memory0).setInt8(ptr0 + 19, 1, true);
9818
- break;
9819
- }
9820
- default: {
9821
- throw new TypeError(`invalid variant tag value \`${JSON.stringify(variant5.tag)}\` (received \`${variant5}\`) specified for \`InstantiationMode\``);
9822
- }
9823
- }
9824
- }
9825
- var variant8 = v2_3;
9826
- if (variant8 === null || variant8=== undefined) {
9827
- dataView(memory0).setInt8(ptr0 + 20, 0, true);
9828
- } else {
9829
- const e = variant8;
9830
- dataView(memory0).setInt8(ptr0 + 20, 1, true);
9831
- var variant7 = e;
9832
- switch (variant7.tag) {
9833
- case 'js': {
9834
- dataView(memory0).setInt8(ptr0 + 21, 0, true);
9835
- break;
9836
- }
9837
- case 'hybrid': {
9838
- dataView(memory0).setInt8(ptr0 + 21, 1, true);
9839
- break;
9840
- }
9841
- case 'optimized': {
9842
- dataView(memory0).setInt8(ptr0 + 21, 2, true);
9843
- break;
9844
- }
9845
- case 'direct-optimized': {
9846
- dataView(memory0).setInt8(ptr0 + 21, 3, true);
9847
- break;
9848
- }
9849
- default: {
9850
- throw new TypeError(`invalid variant tag value \`${JSON.stringify(variant7.tag)}\` (received \`${variant7}\`) specified for \`BindingsMode\``);
9851
- }
9852
- }
9853
- }
9854
- var variant13 = v2_4;
9855
- if (variant13 === null || variant13=== undefined) {
9856
- dataView(memory0).setInt8(ptr0 + 24, 0, true);
9857
- } else {
9858
- const e = variant13;
9859
- dataView(memory0).setInt8(ptr0 + 24, 1, true);
9860
- var vec12 = e;
9861
- var len12 = vec12.length;
9862
- var result12 = realloc1(0, 0, 4, len12 * 16);
9863
- for (let i = 0; i < vec12.length; i++) {
9864
- const e = vec12[i];
9865
- const base = result12 + i * 16;var [tuple9_0, tuple9_1] = e;
9866
-
9867
- var encodeRes = _utf8AllocateAndEncode(tuple9_0, realloc1, memory0);
9868
- var ptr10= encodeRes.ptr;
9869
- var len10 = encodeRes.len;
9870
-
9871
- dataView(memory0).setUint32(base + 4, len10, true);
9872
- dataView(memory0).setUint32(base + 0, ptr10, true);
9873
-
9874
- var encodeRes = _utf8AllocateAndEncode(tuple9_1, realloc1, memory0);
9875
- var ptr11= encodeRes.ptr;
9876
- var len11 = encodeRes.len;
9877
-
9878
- dataView(memory0).setUint32(base + 12, len11, true);
9879
- dataView(memory0).setUint32(base + 8, ptr11, true);
9880
- }
9881
- dataView(memory0).setUint32(ptr0 + 32, len12, true);
9882
- dataView(memory0).setUint32(ptr0 + 28, result12, true);
9883
- }
9884
- var variant14 = v2_5;
9885
- if (variant14 === null || variant14=== undefined) {
9886
- dataView(memory0).setInt8(ptr0 + 36, 0, true);
9887
- } else {
9888
- const e = variant14;
9889
- dataView(memory0).setInt8(ptr0 + 36, 1, true);
9890
- dataView(memory0).setInt8(ptr0 + 37, e ? 1 : 0, true);
8723
+ var variant14 = v2_5;
8724
+ if (variant14 === null || variant14=== undefined) {
8725
+ dataView(memory0).setInt8(ptr0 + 36, 0, true);
8726
+ } else {
8727
+ const e = variant14;
8728
+ dataView(memory0).setInt8(ptr0 + 36, 1, true);
8729
+ dataView(memory0).setInt8(ptr0 + 37, e ? 1 : 0, true);
9891
8730
  }
9892
8731
  var variant15 = v2_6;
9893
8732
  if (variant15 === null || variant15=== undefined) {
@@ -10460,6 +9299,1170 @@ function generateTypes(arg0, arg1) {
10460
9299
  return retCopy.val;
10461
9300
 
10462
9301
  }
9302
+ function trampoline0(handle) {
9303
+ const handleEntry = rscTableRemove(handleTable5, handle);
9304
+ if (handleEntry.own) {
9305
+
9306
+ const rsc = captureTable5.get(handleEntry.rep);
9307
+ if (rsc) {
9308
+ if (rsc[symbolDispose]) rsc[symbolDispose]();
9309
+ captureTable5.delete(handleEntry.rep);
9310
+ } else if (DirectoryEntryStream[symbolCabiDispose]) {
9311
+ DirectoryEntryStream[symbolCabiDispose](handleEntry.rep);
9312
+ }
9313
+ }
9314
+ }
9315
+ function trampoline1(handle) {
9316
+ const handleEntry = rscTableRemove(handleTable2, handle);
9317
+ if (handleEntry.own) {
9318
+
9319
+ const rsc = captureTable2.get(handleEntry.rep);
9320
+ if (rsc) {
9321
+ if (rsc[symbolDispose]) rsc[symbolDispose]();
9322
+ captureTable2.delete(handleEntry.rep);
9323
+ } else if (OutputStream[symbolCabiDispose]) {
9324
+ OutputStream[symbolCabiDispose](handleEntry.rep);
9325
+ }
9326
+ }
9327
+ }
9328
+ function trampoline2(handle) {
9329
+ const handleEntry = rscTableRemove(handleTable0, handle);
9330
+ if (handleEntry.own) {
9331
+
9332
+ const rsc = captureTable0.get(handleEntry.rep);
9333
+ if (rsc) {
9334
+ if (rsc[symbolDispose]) rsc[symbolDispose]();
9335
+ captureTable0.delete(handleEntry.rep);
9336
+ } else if (Error$1[symbolCabiDispose]) {
9337
+ Error$1[symbolCabiDispose](handleEntry.rep);
9338
+ }
9339
+ }
9340
+ }
9341
+ function trampoline3(handle) {
9342
+ const handleEntry = rscTableRemove(handleTable1, handle);
9343
+ if (handleEntry.own) {
9344
+
9345
+ const rsc = captureTable1.get(handleEntry.rep);
9346
+ if (rsc) {
9347
+ if (rsc[symbolDispose]) rsc[symbolDispose]();
9348
+ captureTable1.delete(handleEntry.rep);
9349
+ } else if (InputStream[symbolCabiDispose]) {
9350
+ InputStream[symbolCabiDispose](handleEntry.rep);
9351
+ }
9352
+ }
9353
+ }
9354
+ function trampoline4(handle) {
9355
+ const handleEntry = rscTableRemove(handleTable6, handle);
9356
+ if (handleEntry.own) {
9357
+
9358
+ const rsc = captureTable6.get(handleEntry.rep);
9359
+ if (rsc) {
9360
+ if (rsc[symbolDispose]) rsc[symbolDispose]();
9361
+ captureTable6.delete(handleEntry.rep);
9362
+ } else if (Descriptor[symbolCabiDispose]) {
9363
+ Descriptor[symbolCabiDispose](handleEntry.rep);
9364
+ }
9365
+ }
9366
+ }
9367
+ let trampoline5 = _trampoline5.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9368
+ null,
9369
+ {
9370
+ trampolineIdx: 5,
9371
+ componentIdx: 0,
9372
+ isAsync: false,
9373
+ isManualAsync: _trampoline5.manuallyAsync,
9374
+ paramLiftFns: [],
9375
+ resultLowerFns: [_lowerFlatOwn.bind(null, 2)],
9376
+ funcTypeIsAsync: false,
9377
+ getCallbackFn: () => null,
9378
+ getPostReturnFn: () => null,
9379
+ isCancellable: false,
9380
+ memoryIdx: null,
9381
+ getMemoryFn: () => null,
9382
+ getReallocFn: () => null,
9383
+ importFn: _trampoline5,
9384
+ },
9385
+ )) : _lowerImportBackwardsCompat.bind(
9386
+ null,
9387
+ {
9388
+ trampolineIdx: 5,
9389
+ componentIdx: 0,
9390
+ isAsync: false,
9391
+ isManualAsync: _trampoline5.manuallyAsync,
9392
+ paramLiftFns: [],
9393
+ resultLowerFns: [_lowerFlatOwn.bind(null, 2)],
9394
+ funcTypeIsAsync: false,
9395
+ getCallbackFn: () => null,
9396
+ getPostReturnFn: () => null,
9397
+ isCancellable: false,
9398
+ memoryIdx: null,
9399
+ getMemoryFn: () => null,
9400
+ getReallocFn: () => null,
9401
+ importFn: _trampoline5,
9402
+ },
9403
+ );
9404
+ function trampoline6(handle) {
9405
+ const handleEntry = rscTableRemove(handleTable3, handle);
9406
+ if (handleEntry.own) {
9407
+
9408
+ const rsc = captureTable3.get(handleEntry.rep);
9409
+ if (rsc) {
9410
+ if (rsc[symbolDispose]) rsc[symbolDispose]();
9411
+ captureTable3.delete(handleEntry.rep);
9412
+ } else if (TerminalInput[symbolCabiDispose]) {
9413
+ TerminalInput[symbolCabiDispose](handleEntry.rep);
9414
+ }
9415
+ }
9416
+ }
9417
+ function trampoline7(handle) {
9418
+ const handleEntry = rscTableRemove(handleTable4, handle);
9419
+ if (handleEntry.own) {
9420
+
9421
+ const rsc = captureTable4.get(handleEntry.rep);
9422
+ if (rsc) {
9423
+ if (rsc[symbolDispose]) rsc[symbolDispose]();
9424
+ captureTable4.delete(handleEntry.rep);
9425
+ } else if (TerminalOutput[symbolCabiDispose]) {
9426
+ TerminalOutput[symbolCabiDispose](handleEntry.rep);
9427
+ }
9428
+ }
9429
+ }
9430
+ let trampoline8 = _trampoline8.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9431
+ null,
9432
+ {
9433
+ trampolineIdx: 8,
9434
+ componentIdx: 0,
9435
+ isAsync: false,
9436
+ isManualAsync: _trampoline8.manuallyAsync,
9437
+ paramLiftFns: [],
9438
+ resultLowerFns: [_lowerFlatOwn.bind(null, 1)],
9439
+ funcTypeIsAsync: false,
9440
+ getCallbackFn: () => null,
9441
+ getPostReturnFn: () => null,
9442
+ isCancellable: false,
9443
+ memoryIdx: null,
9444
+ getMemoryFn: () => null,
9445
+ getReallocFn: () => null,
9446
+ importFn: _trampoline8,
9447
+ },
9448
+ )) : _lowerImportBackwardsCompat.bind(
9449
+ null,
9450
+ {
9451
+ trampolineIdx: 8,
9452
+ componentIdx: 0,
9453
+ isAsync: false,
9454
+ isManualAsync: _trampoline8.manuallyAsync,
9455
+ paramLiftFns: [],
9456
+ resultLowerFns: [_lowerFlatOwn.bind(null, 1)],
9457
+ funcTypeIsAsync: false,
9458
+ getCallbackFn: () => null,
9459
+ getPostReturnFn: () => null,
9460
+ isCancellable: false,
9461
+ memoryIdx: null,
9462
+ getMemoryFn: () => null,
9463
+ getReallocFn: () => null,
9464
+ importFn: _trampoline8,
9465
+ },
9466
+ );
9467
+ let trampoline9 = _trampoline9.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9468
+ null,
9469
+ {
9470
+ trampolineIdx: 9,
9471
+ componentIdx: 0,
9472
+ isAsync: false,
9473
+ isManualAsync: _trampoline9.manuallyAsync,
9474
+ paramLiftFns: [],
9475
+ resultLowerFns: [_lowerFlatOwn.bind(null, 2)],
9476
+ funcTypeIsAsync: false,
9477
+ getCallbackFn: () => null,
9478
+ getPostReturnFn: () => null,
9479
+ isCancellable: false,
9480
+ memoryIdx: null,
9481
+ getMemoryFn: () => null,
9482
+ getReallocFn: () => null,
9483
+ importFn: _trampoline9,
9484
+ },
9485
+ )) : _lowerImportBackwardsCompat.bind(
9486
+ null,
9487
+ {
9488
+ trampolineIdx: 9,
9489
+ componentIdx: 0,
9490
+ isAsync: false,
9491
+ isManualAsync: _trampoline9.manuallyAsync,
9492
+ paramLiftFns: [],
9493
+ resultLowerFns: [_lowerFlatOwn.bind(null, 2)],
9494
+ funcTypeIsAsync: false,
9495
+ getCallbackFn: () => null,
9496
+ getPostReturnFn: () => null,
9497
+ isCancellable: false,
9498
+ memoryIdx: null,
9499
+ getMemoryFn: () => null,
9500
+ getReallocFn: () => null,
9501
+ importFn: _trampoline9,
9502
+ },
9503
+ );
9504
+ let trampoline10 = _trampoline10.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9505
+ null,
9506
+ {
9507
+ trampolineIdx: 10,
9508
+ componentIdx: 0,
9509
+ isAsync: false,
9510
+ isManualAsync: _trampoline10.manuallyAsync,
9511
+ paramLiftFns: [_liftFlatResult([['ok', null, 0, 0, 0],['err', null, 0, 0, 0],])],
9512
+ resultLowerFns: [],
9513
+ funcTypeIsAsync: false,
9514
+ getCallbackFn: () => null,
9515
+ getPostReturnFn: () => null,
9516
+ isCancellable: false,
9517
+ memoryIdx: null,
9518
+ getMemoryFn: () => null,
9519
+ getReallocFn: () => null,
9520
+ importFn: _trampoline10,
9521
+ },
9522
+ )) : _lowerImportBackwardsCompat.bind(
9523
+ null,
9524
+ {
9525
+ trampolineIdx: 10,
9526
+ componentIdx: 0,
9527
+ isAsync: false,
9528
+ isManualAsync: _trampoline10.manuallyAsync,
9529
+ paramLiftFns: [_liftFlatResult([['ok', null, 0, 0, 0],['err', null, 0, 0, 0],])],
9530
+ resultLowerFns: [],
9531
+ funcTypeIsAsync: false,
9532
+ getCallbackFn: () => null,
9533
+ getPostReturnFn: () => null,
9534
+ isCancellable: false,
9535
+ memoryIdx: null,
9536
+ getMemoryFn: () => null,
9537
+ getReallocFn: () => null,
9538
+ importFn: _trampoline10,
9539
+ },
9540
+ );
9541
+ let trampoline11 = _trampoline11.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9542
+ null,
9543
+ {
9544
+ trampolineIdx: 11,
9545
+ componentIdx: 0,
9546
+ isAsync: false,
9547
+ isManualAsync: _trampoline11.manuallyAsync,
9548
+ paramLiftFns: [],
9549
+ resultLowerFns: [_lowerFlatList({ elemLowerFn: _lowerFlatTuple.bind(null, 0), typeIdx: 0 })],
9550
+ funcTypeIsAsync: false,
9551
+ getCallbackFn: () => null,
9552
+ getPostReturnFn: () => null,
9553
+ isCancellable: false,
9554
+ memoryIdx: 0,
9555
+ getMemoryFn: () => memory0,
9556
+ getReallocFn: () => realloc0,
9557
+ importFn: _trampoline11,
9558
+ },
9559
+ )) : _lowerImportBackwardsCompat.bind(
9560
+ null,
9561
+ {
9562
+ trampolineIdx: 11,
9563
+ componentIdx: 0,
9564
+ isAsync: false,
9565
+ isManualAsync: _trampoline11.manuallyAsync,
9566
+ paramLiftFns: [],
9567
+ resultLowerFns: [_lowerFlatList({ elemLowerFn: _lowerFlatTuple.bind(null, 0), typeIdx: 0 })],
9568
+ funcTypeIsAsync: false,
9569
+ getCallbackFn: () => null,
9570
+ getPostReturnFn: () => null,
9571
+ isCancellable: false,
9572
+ memoryIdx: 0,
9573
+ getMemoryFn: () => memory0,
9574
+ getReallocFn: () => realloc0,
9575
+ importFn: _trampoline11,
9576
+ },
9577
+ );
9578
+ let trampoline12 = _trampoline12.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9579
+ null,
9580
+ {
9581
+ trampolineIdx: 12,
9582
+ componentIdx: 0,
9583
+ isAsync: false,
9584
+ isManualAsync: _trampoline12.manuallyAsync,
9585
+ paramLiftFns: [_liftFlatBorrow.bind(null, 6)],
9586
+ resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatFlags.bind(null, 0), 2, 1, 1 ],[ 'err', _lowerFlatEnum.bind(null, 0), 2, 1, 1 ],])],
9587
+ funcTypeIsAsync: false,
9588
+ getCallbackFn: () => null,
9589
+ getPostReturnFn: () => null,
9590
+ isCancellable: false,
9591
+ memoryIdx: 0,
9592
+ getMemoryFn: () => memory0,
9593
+ getReallocFn: () => null,
9594
+ importFn: _trampoline12,
9595
+ },
9596
+ )) : _lowerImportBackwardsCompat.bind(
9597
+ null,
9598
+ {
9599
+ trampolineIdx: 12,
9600
+ componentIdx: 0,
9601
+ isAsync: false,
9602
+ isManualAsync: _trampoline12.manuallyAsync,
9603
+ paramLiftFns: [_liftFlatBorrow.bind(null, 6)],
9604
+ resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatFlags.bind(null, 0), 2, 1, 1 ],[ 'err', _lowerFlatEnum.bind(null, 0), 2, 1, 1 ],])],
9605
+ funcTypeIsAsync: false,
9606
+ getCallbackFn: () => null,
9607
+ getPostReturnFn: () => null,
9608
+ isCancellable: false,
9609
+ memoryIdx: 0,
9610
+ getMemoryFn: () => memory0,
9611
+ getReallocFn: () => null,
9612
+ importFn: _trampoline12,
9613
+ },
9614
+ );
9615
+ let trampoline13 = _trampoline13.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9616
+ null,
9617
+ {
9618
+ trampolineIdx: 13,
9619
+ componentIdx: 0,
9620
+ isAsync: false,
9621
+ isManualAsync: _trampoline13.manuallyAsync,
9622
+ paramLiftFns: [_liftFlatBorrow.bind(null, 6)],
9623
+ resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatEnum.bind(null, 1), 2, 1, 1 ],[ 'err', _lowerFlatEnum.bind(null, 0), 2, 1, 1 ],])],
9624
+ funcTypeIsAsync: false,
9625
+ getCallbackFn: () => null,
9626
+ getPostReturnFn: () => null,
9627
+ isCancellable: false,
9628
+ memoryIdx: 0,
9629
+ getMemoryFn: () => memory0,
9630
+ getReallocFn: () => null,
9631
+ importFn: _trampoline13,
9632
+ },
9633
+ )) : _lowerImportBackwardsCompat.bind(
9634
+ null,
9635
+ {
9636
+ trampolineIdx: 13,
9637
+ componentIdx: 0,
9638
+ isAsync: false,
9639
+ isManualAsync: _trampoline13.manuallyAsync,
9640
+ paramLiftFns: [_liftFlatBorrow.bind(null, 6)],
9641
+ resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatEnum.bind(null, 1), 2, 1, 1 ],[ 'err', _lowerFlatEnum.bind(null, 0), 2, 1, 1 ],])],
9642
+ funcTypeIsAsync: false,
9643
+ getCallbackFn: () => null,
9644
+ getPostReturnFn: () => null,
9645
+ isCancellable: false,
9646
+ memoryIdx: 0,
9647
+ getMemoryFn: () => memory0,
9648
+ getReallocFn: () => null,
9649
+ importFn: _trampoline13,
9650
+ },
9651
+ );
9652
+ let trampoline14 = _trampoline14.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9653
+ null,
9654
+ {
9655
+ trampolineIdx: 14,
9656
+ componentIdx: 0,
9657
+ isAsync: false,
9658
+ isManualAsync: _trampoline14.manuallyAsync,
9659
+ paramLiftFns: [_liftFlatBorrow.bind(null, 6)],
9660
+ resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatRecord.bind(null, [['lower', _lowerFlatU64, 16, 8 ],['upper', _lowerFlatU64, 16, 8 ],]), 24, 8, 8 ],[ 'err', _lowerFlatEnum.bind(null, 0), 24, 8, 8 ],])],
9661
+ funcTypeIsAsync: false,
9662
+ getCallbackFn: () => null,
9663
+ getPostReturnFn: () => null,
9664
+ isCancellable: false,
9665
+ memoryIdx: 0,
9666
+ getMemoryFn: () => memory0,
9667
+ getReallocFn: () => null,
9668
+ importFn: _trampoline14,
9669
+ },
9670
+ )) : _lowerImportBackwardsCompat.bind(
9671
+ null,
9672
+ {
9673
+ trampolineIdx: 14,
9674
+ componentIdx: 0,
9675
+ isAsync: false,
9676
+ isManualAsync: _trampoline14.manuallyAsync,
9677
+ paramLiftFns: [_liftFlatBorrow.bind(null, 6)],
9678
+ resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatRecord.bind(null, [['lower', _lowerFlatU64, 16, 8 ],['upper', _lowerFlatU64, 16, 8 ],]), 24, 8, 8 ],[ 'err', _lowerFlatEnum.bind(null, 0), 24, 8, 8 ],])],
9679
+ funcTypeIsAsync: false,
9680
+ getCallbackFn: () => null,
9681
+ getPostReturnFn: () => null,
9682
+ isCancellable: false,
9683
+ memoryIdx: 0,
9684
+ getMemoryFn: () => memory0,
9685
+ getReallocFn: () => null,
9686
+ importFn: _trampoline14,
9687
+ },
9688
+ );
9689
+ let trampoline15 = _trampoline15.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9690
+ null,
9691
+ {
9692
+ trampolineIdx: 15,
9693
+ componentIdx: 0,
9694
+ isAsync: false,
9695
+ isManualAsync: _trampoline15.manuallyAsync,
9696
+ paramLiftFns: [_liftFlatBorrow.bind(null, 0)],
9697
+ resultLowerFns: [_lowerFlatOption([[ 'some', _lowerFlatEnum.bind(null, 0), 2, 1, 1 ],[ 'none', null, 2, 1, 1 ],])],
9698
+ funcTypeIsAsync: false,
9699
+ getCallbackFn: () => null,
9700
+ getPostReturnFn: () => null,
9701
+ isCancellable: false,
9702
+ memoryIdx: 0,
9703
+ getMemoryFn: () => memory0,
9704
+ getReallocFn: () => null,
9705
+ importFn: _trampoline15,
9706
+ },
9707
+ )) : _lowerImportBackwardsCompat.bind(
9708
+ null,
9709
+ {
9710
+ trampolineIdx: 15,
9711
+ componentIdx: 0,
9712
+ isAsync: false,
9713
+ isManualAsync: _trampoline15.manuallyAsync,
9714
+ paramLiftFns: [_liftFlatBorrow.bind(null, 0)],
9715
+ resultLowerFns: [_lowerFlatOption([[ 'some', _lowerFlatEnum.bind(null, 0), 2, 1, 1 ],[ 'none', null, 2, 1, 1 ],])],
9716
+ funcTypeIsAsync: false,
9717
+ getCallbackFn: () => null,
9718
+ getPostReturnFn: () => null,
9719
+ isCancellable: false,
9720
+ memoryIdx: 0,
9721
+ getMemoryFn: () => memory0,
9722
+ getReallocFn: () => null,
9723
+ importFn: _trampoline15,
9724
+ },
9725
+ );
9726
+ let trampoline16 = _trampoline16.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9727
+ null,
9728
+ {
9729
+ trampolineIdx: 16,
9730
+ componentIdx: 0,
9731
+ isAsync: false,
9732
+ isManualAsync: _trampoline16.manuallyAsync,
9733
+ paramLiftFns: [_liftFlatBorrow.bind(null, 6),_liftFlatFlags({ names: ['symlink-follow'], size32: 1, align32: 1, intSize: 1 }),_liftFlatStringUTF8],
9734
+ resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatRecord.bind(null, [['lower', _lowerFlatU64, 16, 8 ],['upper', _lowerFlatU64, 16, 8 ],]), 24, 8, 8 ],[ 'err', _lowerFlatEnum.bind(null, 0), 24, 8, 8 ],])],
9735
+ funcTypeIsAsync: false,
9736
+ getCallbackFn: () => null,
9737
+ getPostReturnFn: () => null,
9738
+ isCancellable: false,
9739
+ memoryIdx: 0,
9740
+ getMemoryFn: () => memory0,
9741
+ getReallocFn: () => null,
9742
+ importFn: _trampoline16,
9743
+ },
9744
+ )) : _lowerImportBackwardsCompat.bind(
9745
+ null,
9746
+ {
9747
+ trampolineIdx: 16,
9748
+ componentIdx: 0,
9749
+ isAsync: false,
9750
+ isManualAsync: _trampoline16.manuallyAsync,
9751
+ paramLiftFns: [_liftFlatBorrow.bind(null, 6),_liftFlatFlags({ names: ['symlink-follow'], size32: 1, align32: 1, intSize: 1 }),_liftFlatStringUTF8],
9752
+ resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatRecord.bind(null, [['lower', _lowerFlatU64, 16, 8 ],['upper', _lowerFlatU64, 16, 8 ],]), 24, 8, 8 ],[ 'err', _lowerFlatEnum.bind(null, 0), 24, 8, 8 ],])],
9753
+ funcTypeIsAsync: false,
9754
+ getCallbackFn: () => null,
9755
+ getPostReturnFn: () => null,
9756
+ isCancellable: false,
9757
+ memoryIdx: 0,
9758
+ getMemoryFn: () => memory0,
9759
+ getReallocFn: () => null,
9760
+ importFn: _trampoline16,
9761
+ },
9762
+ );
9763
+ let trampoline17 = _trampoline17.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9764
+ null,
9765
+ {
9766
+ trampolineIdx: 17,
9767
+ componentIdx: 0,
9768
+ isAsync: false,
9769
+ isManualAsync: _trampoline17.manuallyAsync,
9770
+ paramLiftFns: [_liftFlatBorrow.bind(null, 6),_liftFlatU64],
9771
+ resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatOwn.bind(null, 1), 8, 4, 4 ],[ 'err', _lowerFlatEnum.bind(null, 0), 8, 4, 4 ],])],
9772
+ funcTypeIsAsync: false,
9773
+ getCallbackFn: () => null,
9774
+ getPostReturnFn: () => null,
9775
+ isCancellable: false,
9776
+ memoryIdx: 0,
9777
+ getMemoryFn: () => memory0,
9778
+ getReallocFn: () => null,
9779
+ importFn: _trampoline17,
9780
+ },
9781
+ )) : _lowerImportBackwardsCompat.bind(
9782
+ null,
9783
+ {
9784
+ trampolineIdx: 17,
9785
+ componentIdx: 0,
9786
+ isAsync: false,
9787
+ isManualAsync: _trampoline17.manuallyAsync,
9788
+ paramLiftFns: [_liftFlatBorrow.bind(null, 6),_liftFlatU64],
9789
+ resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatOwn.bind(null, 1), 8, 4, 4 ],[ 'err', _lowerFlatEnum.bind(null, 0), 8, 4, 4 ],])],
9790
+ funcTypeIsAsync: false,
9791
+ getCallbackFn: () => null,
9792
+ getPostReturnFn: () => null,
9793
+ isCancellable: false,
9794
+ memoryIdx: 0,
9795
+ getMemoryFn: () => memory0,
9796
+ getReallocFn: () => null,
9797
+ importFn: _trampoline17,
9798
+ },
9799
+ );
9800
+ let trampoline18 = _trampoline18.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9801
+ null,
9802
+ {
9803
+ trampolineIdx: 18,
9804
+ componentIdx: 0,
9805
+ isAsync: false,
9806
+ isManualAsync: _trampoline18.manuallyAsync,
9807
+ paramLiftFns: [_liftFlatBorrow.bind(null, 6),_liftFlatU64],
9808
+ resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatOwn.bind(null, 2), 8, 4, 4 ],[ 'err', _lowerFlatEnum.bind(null, 0), 8, 4, 4 ],])],
9809
+ funcTypeIsAsync: false,
9810
+ getCallbackFn: () => null,
9811
+ getPostReturnFn: () => null,
9812
+ isCancellable: false,
9813
+ memoryIdx: 0,
9814
+ getMemoryFn: () => memory0,
9815
+ getReallocFn: () => null,
9816
+ importFn: _trampoline18,
9817
+ },
9818
+ )) : _lowerImportBackwardsCompat.bind(
9819
+ null,
9820
+ {
9821
+ trampolineIdx: 18,
9822
+ componentIdx: 0,
9823
+ isAsync: false,
9824
+ isManualAsync: _trampoline18.manuallyAsync,
9825
+ paramLiftFns: [_liftFlatBorrow.bind(null, 6),_liftFlatU64],
9826
+ resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatOwn.bind(null, 2), 8, 4, 4 ],[ 'err', _lowerFlatEnum.bind(null, 0), 8, 4, 4 ],])],
9827
+ funcTypeIsAsync: false,
9828
+ getCallbackFn: () => null,
9829
+ getPostReturnFn: () => null,
9830
+ isCancellable: false,
9831
+ memoryIdx: 0,
9832
+ getMemoryFn: () => memory0,
9833
+ getReallocFn: () => null,
9834
+ importFn: _trampoline18,
9835
+ },
9836
+ );
9837
+ let trampoline19 = _trampoline19.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9838
+ null,
9839
+ {
9840
+ trampolineIdx: 19,
9841
+ componentIdx: 0,
9842
+ isAsync: false,
9843
+ isManualAsync: _trampoline19.manuallyAsync,
9844
+ paramLiftFns: [_liftFlatBorrow.bind(null, 6)],
9845
+ resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatOwn.bind(null, 2), 8, 4, 4 ],[ 'err', _lowerFlatEnum.bind(null, 0), 8, 4, 4 ],])],
9846
+ funcTypeIsAsync: false,
9847
+ getCallbackFn: () => null,
9848
+ getPostReturnFn: () => null,
9849
+ isCancellable: false,
9850
+ memoryIdx: 0,
9851
+ getMemoryFn: () => memory0,
9852
+ getReallocFn: () => null,
9853
+ importFn: _trampoline19,
9854
+ },
9855
+ )) : _lowerImportBackwardsCompat.bind(
9856
+ null,
9857
+ {
9858
+ trampolineIdx: 19,
9859
+ componentIdx: 0,
9860
+ isAsync: false,
9861
+ isManualAsync: _trampoline19.manuallyAsync,
9862
+ paramLiftFns: [_liftFlatBorrow.bind(null, 6)],
9863
+ resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatOwn.bind(null, 2), 8, 4, 4 ],[ 'err', _lowerFlatEnum.bind(null, 0), 8, 4, 4 ],])],
9864
+ funcTypeIsAsync: false,
9865
+ getCallbackFn: () => null,
9866
+ getPostReturnFn: () => null,
9867
+ isCancellable: false,
9868
+ memoryIdx: 0,
9869
+ getMemoryFn: () => memory0,
9870
+ getReallocFn: () => null,
9871
+ importFn: _trampoline19,
9872
+ },
9873
+ );
9874
+ let trampoline20 = _trampoline20.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9875
+ null,
9876
+ {
9877
+ trampolineIdx: 20,
9878
+ componentIdx: 0,
9879
+ isAsync: false,
9880
+ isManualAsync: _trampoline20.manuallyAsync,
9881
+ paramLiftFns: [_liftFlatBorrow.bind(null, 6)],
9882
+ resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatOwn.bind(null, 5), 8, 4, 4 ],[ 'err', _lowerFlatEnum.bind(null, 0), 8, 4, 4 ],])],
9883
+ funcTypeIsAsync: false,
9884
+ getCallbackFn: () => null,
9885
+ getPostReturnFn: () => null,
9886
+ isCancellable: false,
9887
+ memoryIdx: 0,
9888
+ getMemoryFn: () => memory0,
9889
+ getReallocFn: () => null,
9890
+ importFn: _trampoline20,
9891
+ },
9892
+ )) : _lowerImportBackwardsCompat.bind(
9893
+ null,
9894
+ {
9895
+ trampolineIdx: 20,
9896
+ componentIdx: 0,
9897
+ isAsync: false,
9898
+ isManualAsync: _trampoline20.manuallyAsync,
9899
+ paramLiftFns: [_liftFlatBorrow.bind(null, 6)],
9900
+ resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatOwn.bind(null, 5), 8, 4, 4 ],[ 'err', _lowerFlatEnum.bind(null, 0), 8, 4, 4 ],])],
9901
+ funcTypeIsAsync: false,
9902
+ getCallbackFn: () => null,
9903
+ getPostReturnFn: () => null,
9904
+ isCancellable: false,
9905
+ memoryIdx: 0,
9906
+ getMemoryFn: () => memory0,
9907
+ getReallocFn: () => null,
9908
+ importFn: _trampoline20,
9909
+ },
9910
+ );
9911
+ let trampoline21 = _trampoline21.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9912
+ null,
9913
+ {
9914
+ trampolineIdx: 21,
9915
+ componentIdx: 0,
9916
+ isAsync: false,
9917
+ isManualAsync: _trampoline21.manuallyAsync,
9918
+ paramLiftFns: [_liftFlatBorrow.bind(null, 6)],
9919
+ resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatRecord.bind(null, [['type', _lowerFlatEnum.bind(null, 1), 96, 8 ],['linkCount', _lowerFlatU64, 96, 8 ],['size', _lowerFlatU64, 96, 8 ],['dataAccessTimestamp', _lowerFlatOption([[ 'some', _lowerFlatRecord.bind(null, [['seconds', _lowerFlatU64, 16, 8 ],['nanoseconds', _lowerFlatU32, 16, 8 ],]), 24, 8, 8 ],[ 'none', null, 24, 8, 8 ],]), 96, 8 ],['dataModificationTimestamp', _lowerFlatOption([[ 'some', _lowerFlatRecord.bind(null, [['seconds', _lowerFlatU64, 16, 8 ],['nanoseconds', _lowerFlatU32, 16, 8 ],]), 24, 8, 8 ],[ 'none', null, 24, 8, 8 ],]), 96, 8 ],['statusChangeTimestamp', _lowerFlatOption([[ 'some', _lowerFlatRecord.bind(null, [['seconds', _lowerFlatU64, 16, 8 ],['nanoseconds', _lowerFlatU32, 16, 8 ],]), 24, 8, 8 ],[ 'none', null, 24, 8, 8 ],]), 96, 8 ],]), 104, 8, 8 ],[ 'err', _lowerFlatEnum.bind(null, 0), 104, 8, 8 ],])],
9920
+ funcTypeIsAsync: false,
9921
+ getCallbackFn: () => null,
9922
+ getPostReturnFn: () => null,
9923
+ isCancellable: false,
9924
+ memoryIdx: 0,
9925
+ getMemoryFn: () => memory0,
9926
+ getReallocFn: () => null,
9927
+ importFn: _trampoline21,
9928
+ },
9929
+ )) : _lowerImportBackwardsCompat.bind(
9930
+ null,
9931
+ {
9932
+ trampolineIdx: 21,
9933
+ componentIdx: 0,
9934
+ isAsync: false,
9935
+ isManualAsync: _trampoline21.manuallyAsync,
9936
+ paramLiftFns: [_liftFlatBorrow.bind(null, 6)],
9937
+ resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatRecord.bind(null, [['type', _lowerFlatEnum.bind(null, 1), 96, 8 ],['linkCount', _lowerFlatU64, 96, 8 ],['size', _lowerFlatU64, 96, 8 ],['dataAccessTimestamp', _lowerFlatOption([[ 'some', _lowerFlatRecord.bind(null, [['seconds', _lowerFlatU64, 16, 8 ],['nanoseconds', _lowerFlatU32, 16, 8 ],]), 24, 8, 8 ],[ 'none', null, 24, 8, 8 ],]), 96, 8 ],['dataModificationTimestamp', _lowerFlatOption([[ 'some', _lowerFlatRecord.bind(null, [['seconds', _lowerFlatU64, 16, 8 ],['nanoseconds', _lowerFlatU32, 16, 8 ],]), 24, 8, 8 ],[ 'none', null, 24, 8, 8 ],]), 96, 8 ],['statusChangeTimestamp', _lowerFlatOption([[ 'some', _lowerFlatRecord.bind(null, [['seconds', _lowerFlatU64, 16, 8 ],['nanoseconds', _lowerFlatU32, 16, 8 ],]), 24, 8, 8 ],[ 'none', null, 24, 8, 8 ],]), 96, 8 ],]), 104, 8, 8 ],[ 'err', _lowerFlatEnum.bind(null, 0), 104, 8, 8 ],])],
9938
+ funcTypeIsAsync: false,
9939
+ getCallbackFn: () => null,
9940
+ getPostReturnFn: () => null,
9941
+ isCancellable: false,
9942
+ memoryIdx: 0,
9943
+ getMemoryFn: () => memory0,
9944
+ getReallocFn: () => null,
9945
+ importFn: _trampoline21,
9946
+ },
9947
+ );
9948
+ let trampoline22 = _trampoline22.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9949
+ null,
9950
+ {
9951
+ trampolineIdx: 22,
9952
+ componentIdx: 0,
9953
+ isAsync: false,
9954
+ isManualAsync: _trampoline22.manuallyAsync,
9955
+ paramLiftFns: [_liftFlatBorrow.bind(null, 6),_liftFlatFlags({ names: ['symlink-follow'], size32: 1, align32: 1, intSize: 1 }),_liftFlatStringUTF8],
9956
+ resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatRecord.bind(null, [['type', _lowerFlatEnum.bind(null, 1), 96, 8 ],['linkCount', _lowerFlatU64, 96, 8 ],['size', _lowerFlatU64, 96, 8 ],['dataAccessTimestamp', _lowerFlatOption([[ 'some', _lowerFlatRecord.bind(null, [['seconds', _lowerFlatU64, 16, 8 ],['nanoseconds', _lowerFlatU32, 16, 8 ],]), 24, 8, 8 ],[ 'none', null, 24, 8, 8 ],]), 96, 8 ],['dataModificationTimestamp', _lowerFlatOption([[ 'some', _lowerFlatRecord.bind(null, [['seconds', _lowerFlatU64, 16, 8 ],['nanoseconds', _lowerFlatU32, 16, 8 ],]), 24, 8, 8 ],[ 'none', null, 24, 8, 8 ],]), 96, 8 ],['statusChangeTimestamp', _lowerFlatOption([[ 'some', _lowerFlatRecord.bind(null, [['seconds', _lowerFlatU64, 16, 8 ],['nanoseconds', _lowerFlatU32, 16, 8 ],]), 24, 8, 8 ],[ 'none', null, 24, 8, 8 ],]), 96, 8 ],]), 104, 8, 8 ],[ 'err', _lowerFlatEnum.bind(null, 0), 104, 8, 8 ],])],
9957
+ funcTypeIsAsync: false,
9958
+ getCallbackFn: () => null,
9959
+ getPostReturnFn: () => null,
9960
+ isCancellable: false,
9961
+ memoryIdx: 0,
9962
+ getMemoryFn: () => memory0,
9963
+ getReallocFn: () => null,
9964
+ importFn: _trampoline22,
9965
+ },
9966
+ )) : _lowerImportBackwardsCompat.bind(
9967
+ null,
9968
+ {
9969
+ trampolineIdx: 22,
9970
+ componentIdx: 0,
9971
+ isAsync: false,
9972
+ isManualAsync: _trampoline22.manuallyAsync,
9973
+ paramLiftFns: [_liftFlatBorrow.bind(null, 6),_liftFlatFlags({ names: ['symlink-follow'], size32: 1, align32: 1, intSize: 1 }),_liftFlatStringUTF8],
9974
+ resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatRecord.bind(null, [['type', _lowerFlatEnum.bind(null, 1), 96, 8 ],['linkCount', _lowerFlatU64, 96, 8 ],['size', _lowerFlatU64, 96, 8 ],['dataAccessTimestamp', _lowerFlatOption([[ 'some', _lowerFlatRecord.bind(null, [['seconds', _lowerFlatU64, 16, 8 ],['nanoseconds', _lowerFlatU32, 16, 8 ],]), 24, 8, 8 ],[ 'none', null, 24, 8, 8 ],]), 96, 8 ],['dataModificationTimestamp', _lowerFlatOption([[ 'some', _lowerFlatRecord.bind(null, [['seconds', _lowerFlatU64, 16, 8 ],['nanoseconds', _lowerFlatU32, 16, 8 ],]), 24, 8, 8 ],[ 'none', null, 24, 8, 8 ],]), 96, 8 ],['statusChangeTimestamp', _lowerFlatOption([[ 'some', _lowerFlatRecord.bind(null, [['seconds', _lowerFlatU64, 16, 8 ],['nanoseconds', _lowerFlatU32, 16, 8 ],]), 24, 8, 8 ],[ 'none', null, 24, 8, 8 ],]), 96, 8 ],]), 104, 8, 8 ],[ 'err', _lowerFlatEnum.bind(null, 0), 104, 8, 8 ],])],
9975
+ funcTypeIsAsync: false,
9976
+ getCallbackFn: () => null,
9977
+ getPostReturnFn: () => null,
9978
+ isCancellable: false,
9979
+ memoryIdx: 0,
9980
+ getMemoryFn: () => memory0,
9981
+ getReallocFn: () => null,
9982
+ importFn: _trampoline22,
9983
+ },
9984
+ );
9985
+ let trampoline23 = _trampoline23.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
9986
+ null,
9987
+ {
9988
+ trampolineIdx: 23,
9989
+ componentIdx: 0,
9990
+ isAsync: false,
9991
+ isManualAsync: _trampoline23.manuallyAsync,
9992
+ paramLiftFns: [_liftFlatBorrow.bind(null, 6),_liftFlatFlags({ names: ['symlink-follow'], size32: 1, align32: 1, intSize: 1 }),_liftFlatStringUTF8,_liftFlatFlags({ names: ['create','directory','exclusive','truncate'], size32: 1, align32: 1, intSize: 1 }),_liftFlatFlags({ names: ['read','write','file-integrity-sync','data-integrity-sync','requested-write-sync','mutate-directory'], size32: 1, align32: 1, intSize: 1 })],
9993
+ resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatOwn.bind(null, 6), 8, 4, 4 ],[ 'err', _lowerFlatEnum.bind(null, 0), 8, 4, 4 ],])],
9994
+ funcTypeIsAsync: false,
9995
+ getCallbackFn: () => null,
9996
+ getPostReturnFn: () => null,
9997
+ isCancellable: false,
9998
+ memoryIdx: 0,
9999
+ getMemoryFn: () => memory0,
10000
+ getReallocFn: () => null,
10001
+ importFn: _trampoline23,
10002
+ },
10003
+ )) : _lowerImportBackwardsCompat.bind(
10004
+ null,
10005
+ {
10006
+ trampolineIdx: 23,
10007
+ componentIdx: 0,
10008
+ isAsync: false,
10009
+ isManualAsync: _trampoline23.manuallyAsync,
10010
+ paramLiftFns: [_liftFlatBorrow.bind(null, 6),_liftFlatFlags({ names: ['symlink-follow'], size32: 1, align32: 1, intSize: 1 }),_liftFlatStringUTF8,_liftFlatFlags({ names: ['create','directory','exclusive','truncate'], size32: 1, align32: 1, intSize: 1 }),_liftFlatFlags({ names: ['read','write','file-integrity-sync','data-integrity-sync','requested-write-sync','mutate-directory'], size32: 1, align32: 1, intSize: 1 })],
10011
+ resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatOwn.bind(null, 6), 8, 4, 4 ],[ 'err', _lowerFlatEnum.bind(null, 0), 8, 4, 4 ],])],
10012
+ funcTypeIsAsync: false,
10013
+ getCallbackFn: () => null,
10014
+ getPostReturnFn: () => null,
10015
+ isCancellable: false,
10016
+ memoryIdx: 0,
10017
+ getMemoryFn: () => memory0,
10018
+ getReallocFn: () => null,
10019
+ importFn: _trampoline23,
10020
+ },
10021
+ );
10022
+ let trampoline24 = _trampoline24.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
10023
+ null,
10024
+ {
10025
+ trampolineIdx: 24,
10026
+ componentIdx: 0,
10027
+ isAsync: false,
10028
+ isManualAsync: _trampoline24.manuallyAsync,
10029
+ paramLiftFns: [_liftFlatBorrow.bind(null, 5)],
10030
+ resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatOption([[ 'some', _lowerFlatRecord.bind(null, [['type', _lowerFlatEnum.bind(null, 1), 12, 4 ],['name', _lowerFlatStringUTF8, 12, 4 ],]), 16, 4, 4 ],[ 'none', null, 16, 4, 4 ],]), 20, 4, 4 ],[ 'err', _lowerFlatEnum.bind(null, 0), 20, 4, 4 ],])],
10031
+ funcTypeIsAsync: false,
10032
+ getCallbackFn: () => null,
10033
+ getPostReturnFn: () => null,
10034
+ isCancellable: false,
10035
+ memoryIdx: 0,
10036
+ getMemoryFn: () => memory0,
10037
+ getReallocFn: () => realloc0,
10038
+ importFn: _trampoline24,
10039
+ },
10040
+ )) : _lowerImportBackwardsCompat.bind(
10041
+ null,
10042
+ {
10043
+ trampolineIdx: 24,
10044
+ componentIdx: 0,
10045
+ isAsync: false,
10046
+ isManualAsync: _trampoline24.manuallyAsync,
10047
+ paramLiftFns: [_liftFlatBorrow.bind(null, 5)],
10048
+ resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatOption([[ 'some', _lowerFlatRecord.bind(null, [['type', _lowerFlatEnum.bind(null, 1), 12, 4 ],['name', _lowerFlatStringUTF8, 12, 4 ],]), 16, 4, 4 ],[ 'none', null, 16, 4, 4 ],]), 20, 4, 4 ],[ 'err', _lowerFlatEnum.bind(null, 0), 20, 4, 4 ],])],
10049
+ funcTypeIsAsync: false,
10050
+ getCallbackFn: () => null,
10051
+ getPostReturnFn: () => null,
10052
+ isCancellable: false,
10053
+ memoryIdx: 0,
10054
+ getMemoryFn: () => memory0,
10055
+ getReallocFn: () => realloc0,
10056
+ importFn: _trampoline24,
10057
+ },
10058
+ );
10059
+ let trampoline25 = _trampoline25.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
10060
+ null,
10061
+ {
10062
+ trampolineIdx: 25,
10063
+ componentIdx: 0,
10064
+ isAsync: false,
10065
+ isManualAsync: _trampoline25.manuallyAsync,
10066
+ paramLiftFns: [_liftFlatBorrow.bind(null, 1),_liftFlatU64],
10067
+ resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatList({ elemLowerFn: _lowerFlatU8, typeIdx: 1 }), 12, 4, 4 ],[ 'err', _lowerFlatVariant([[ 'last-operation-failed', _lowerFlatOwn.bind(null, 0), 8, 4, 4 ],[ 'closed', null, 8, 4, 4 ],]), 12, 4, 4 ],])],
10068
+ funcTypeIsAsync: false,
10069
+ getCallbackFn: () => null,
10070
+ getPostReturnFn: () => null,
10071
+ isCancellable: false,
10072
+ memoryIdx: 0,
10073
+ getMemoryFn: () => memory0,
10074
+ getReallocFn: () => realloc0,
10075
+ importFn: _trampoline25,
10076
+ },
10077
+ )) : _lowerImportBackwardsCompat.bind(
10078
+ null,
10079
+ {
10080
+ trampolineIdx: 25,
10081
+ componentIdx: 0,
10082
+ isAsync: false,
10083
+ isManualAsync: _trampoline25.manuallyAsync,
10084
+ paramLiftFns: [_liftFlatBorrow.bind(null, 1),_liftFlatU64],
10085
+ resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatList({ elemLowerFn: _lowerFlatU8, typeIdx: 1 }), 12, 4, 4 ],[ 'err', _lowerFlatVariant([[ 'last-operation-failed', _lowerFlatOwn.bind(null, 0), 8, 4, 4 ],[ 'closed', null, 8, 4, 4 ],]), 12, 4, 4 ],])],
10086
+ funcTypeIsAsync: false,
10087
+ getCallbackFn: () => null,
10088
+ getPostReturnFn: () => null,
10089
+ isCancellable: false,
10090
+ memoryIdx: 0,
10091
+ getMemoryFn: () => memory0,
10092
+ getReallocFn: () => realloc0,
10093
+ importFn: _trampoline25,
10094
+ },
10095
+ );
10096
+ let trampoline26 = _trampoline26.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
10097
+ null,
10098
+ {
10099
+ trampolineIdx: 26,
10100
+ componentIdx: 0,
10101
+ isAsync: false,
10102
+ isManualAsync: _trampoline26.manuallyAsync,
10103
+ paramLiftFns: [_liftFlatBorrow.bind(null, 1),_liftFlatU64],
10104
+ resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatList({ elemLowerFn: _lowerFlatU8, typeIdx: 1 }), 12, 4, 4 ],[ 'err', _lowerFlatVariant([[ 'last-operation-failed', _lowerFlatOwn.bind(null, 0), 8, 4, 4 ],[ 'closed', null, 8, 4, 4 ],]), 12, 4, 4 ],])],
10105
+ funcTypeIsAsync: false,
10106
+ getCallbackFn: () => null,
10107
+ getPostReturnFn: () => null,
10108
+ isCancellable: false,
10109
+ memoryIdx: 0,
10110
+ getMemoryFn: () => memory0,
10111
+ getReallocFn: () => realloc0,
10112
+ importFn: _trampoline26,
10113
+ },
10114
+ )) : _lowerImportBackwardsCompat.bind(
10115
+ null,
10116
+ {
10117
+ trampolineIdx: 26,
10118
+ componentIdx: 0,
10119
+ isAsync: false,
10120
+ isManualAsync: _trampoline26.manuallyAsync,
10121
+ paramLiftFns: [_liftFlatBorrow.bind(null, 1),_liftFlatU64],
10122
+ resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatList({ elemLowerFn: _lowerFlatU8, typeIdx: 1 }), 12, 4, 4 ],[ 'err', _lowerFlatVariant([[ 'last-operation-failed', _lowerFlatOwn.bind(null, 0), 8, 4, 4 ],[ 'closed', null, 8, 4, 4 ],]), 12, 4, 4 ],])],
10123
+ funcTypeIsAsync: false,
10124
+ getCallbackFn: () => null,
10125
+ getPostReturnFn: () => null,
10126
+ isCancellable: false,
10127
+ memoryIdx: 0,
10128
+ getMemoryFn: () => memory0,
10129
+ getReallocFn: () => realloc0,
10130
+ importFn: _trampoline26,
10131
+ },
10132
+ );
10133
+ let trampoline27 = _trampoline27.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
10134
+ null,
10135
+ {
10136
+ trampolineIdx: 27,
10137
+ componentIdx: 0,
10138
+ isAsync: false,
10139
+ isManualAsync: _trampoline27.manuallyAsync,
10140
+ paramLiftFns: [_liftFlatBorrow.bind(null, 2)],
10141
+ resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatU64, 16, 8, 8 ],[ 'err', _lowerFlatVariant([[ 'last-operation-failed', _lowerFlatOwn.bind(null, 0), 8, 4, 4 ],[ 'closed', null, 8, 4, 4 ],]), 16, 8, 8 ],])],
10142
+ funcTypeIsAsync: false,
10143
+ getCallbackFn: () => null,
10144
+ getPostReturnFn: () => null,
10145
+ isCancellable: false,
10146
+ memoryIdx: 0,
10147
+ getMemoryFn: () => memory0,
10148
+ getReallocFn: () => null,
10149
+ importFn: _trampoline27,
10150
+ },
10151
+ )) : _lowerImportBackwardsCompat.bind(
10152
+ null,
10153
+ {
10154
+ trampolineIdx: 27,
10155
+ componentIdx: 0,
10156
+ isAsync: false,
10157
+ isManualAsync: _trampoline27.manuallyAsync,
10158
+ paramLiftFns: [_liftFlatBorrow.bind(null, 2)],
10159
+ resultLowerFns: [_lowerFlatResult([[ 'ok', _lowerFlatU64, 16, 8, 8 ],[ 'err', _lowerFlatVariant([[ 'last-operation-failed', _lowerFlatOwn.bind(null, 0), 8, 4, 4 ],[ 'closed', null, 8, 4, 4 ],]), 16, 8, 8 ],])],
10160
+ funcTypeIsAsync: false,
10161
+ getCallbackFn: () => null,
10162
+ getPostReturnFn: () => null,
10163
+ isCancellable: false,
10164
+ memoryIdx: 0,
10165
+ getMemoryFn: () => memory0,
10166
+ getReallocFn: () => null,
10167
+ importFn: _trampoline27,
10168
+ },
10169
+ );
10170
+ let trampoline28 = _trampoline28.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
10171
+ null,
10172
+ {
10173
+ trampolineIdx: 28,
10174
+ componentIdx: 0,
10175
+ isAsync: false,
10176
+ isManualAsync: _trampoline28.manuallyAsync,
10177
+ paramLiftFns: [_liftFlatBorrow.bind(null, 2),_liftFlatList({ elemLiftFn: _liftFlatU8, align32: 1, size32: 1 })],
10178
+ resultLowerFns: [_lowerFlatResult([[ 'ok', null, 12, 4, 4 ],[ 'err', _lowerFlatVariant([[ 'last-operation-failed', _lowerFlatOwn.bind(null, 0), 8, 4, 4 ],[ 'closed', null, 8, 4, 4 ],]), 12, 4, 4 ],])],
10179
+ funcTypeIsAsync: false,
10180
+ getCallbackFn: () => null,
10181
+ getPostReturnFn: () => null,
10182
+ isCancellable: false,
10183
+ memoryIdx: 0,
10184
+ getMemoryFn: () => memory0,
10185
+ getReallocFn: () => null,
10186
+ importFn: _trampoline28,
10187
+ },
10188
+ )) : _lowerImportBackwardsCompat.bind(
10189
+ null,
10190
+ {
10191
+ trampolineIdx: 28,
10192
+ componentIdx: 0,
10193
+ isAsync: false,
10194
+ isManualAsync: _trampoline28.manuallyAsync,
10195
+ paramLiftFns: [_liftFlatBorrow.bind(null, 2),_liftFlatList({ elemLiftFn: _liftFlatU8, align32: 1, size32: 1 })],
10196
+ resultLowerFns: [_lowerFlatResult([[ 'ok', null, 12, 4, 4 ],[ 'err', _lowerFlatVariant([[ 'last-operation-failed', _lowerFlatOwn.bind(null, 0), 8, 4, 4 ],[ 'closed', null, 8, 4, 4 ],]), 12, 4, 4 ],])],
10197
+ funcTypeIsAsync: false,
10198
+ getCallbackFn: () => null,
10199
+ getPostReturnFn: () => null,
10200
+ isCancellable: false,
10201
+ memoryIdx: 0,
10202
+ getMemoryFn: () => memory0,
10203
+ getReallocFn: () => null,
10204
+ importFn: _trampoline28,
10205
+ },
10206
+ );
10207
+ let trampoline29 = _trampoline29.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
10208
+ null,
10209
+ {
10210
+ trampolineIdx: 29,
10211
+ componentIdx: 0,
10212
+ isAsync: false,
10213
+ isManualAsync: _trampoline29.manuallyAsync,
10214
+ paramLiftFns: [_liftFlatBorrow.bind(null, 2),_liftFlatList({ elemLiftFn: _liftFlatU8, align32: 1, size32: 1 })],
10215
+ resultLowerFns: [_lowerFlatResult([[ 'ok', null, 12, 4, 4 ],[ 'err', _lowerFlatVariant([[ 'last-operation-failed', _lowerFlatOwn.bind(null, 0), 8, 4, 4 ],[ 'closed', null, 8, 4, 4 ],]), 12, 4, 4 ],])],
10216
+ funcTypeIsAsync: false,
10217
+ getCallbackFn: () => null,
10218
+ getPostReturnFn: () => null,
10219
+ isCancellable: false,
10220
+ memoryIdx: 0,
10221
+ getMemoryFn: () => memory0,
10222
+ getReallocFn: () => null,
10223
+ importFn: _trampoline29,
10224
+ },
10225
+ )) : _lowerImportBackwardsCompat.bind(
10226
+ null,
10227
+ {
10228
+ trampolineIdx: 29,
10229
+ componentIdx: 0,
10230
+ isAsync: false,
10231
+ isManualAsync: _trampoline29.manuallyAsync,
10232
+ paramLiftFns: [_liftFlatBorrow.bind(null, 2),_liftFlatList({ elemLiftFn: _liftFlatU8, align32: 1, size32: 1 })],
10233
+ resultLowerFns: [_lowerFlatResult([[ 'ok', null, 12, 4, 4 ],[ 'err', _lowerFlatVariant([[ 'last-operation-failed', _lowerFlatOwn.bind(null, 0), 8, 4, 4 ],[ 'closed', null, 8, 4, 4 ],]), 12, 4, 4 ],])],
10234
+ funcTypeIsAsync: false,
10235
+ getCallbackFn: () => null,
10236
+ getPostReturnFn: () => null,
10237
+ isCancellable: false,
10238
+ memoryIdx: 0,
10239
+ getMemoryFn: () => memory0,
10240
+ getReallocFn: () => null,
10241
+ importFn: _trampoline29,
10242
+ },
10243
+ );
10244
+ let trampoline30 = _trampoline30.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
10245
+ null,
10246
+ {
10247
+ trampolineIdx: 30,
10248
+ componentIdx: 0,
10249
+ isAsync: false,
10250
+ isManualAsync: _trampoline30.manuallyAsync,
10251
+ paramLiftFns: [_liftFlatBorrow.bind(null, 2)],
10252
+ resultLowerFns: [_lowerFlatResult([[ 'ok', null, 12, 4, 4 ],[ 'err', _lowerFlatVariant([[ 'last-operation-failed', _lowerFlatOwn.bind(null, 0), 8, 4, 4 ],[ 'closed', null, 8, 4, 4 ],]), 12, 4, 4 ],])],
10253
+ funcTypeIsAsync: false,
10254
+ getCallbackFn: () => null,
10255
+ getPostReturnFn: () => null,
10256
+ isCancellable: false,
10257
+ memoryIdx: 0,
10258
+ getMemoryFn: () => memory0,
10259
+ getReallocFn: () => null,
10260
+ importFn: _trampoline30,
10261
+ },
10262
+ )) : _lowerImportBackwardsCompat.bind(
10263
+ null,
10264
+ {
10265
+ trampolineIdx: 30,
10266
+ componentIdx: 0,
10267
+ isAsync: false,
10268
+ isManualAsync: _trampoline30.manuallyAsync,
10269
+ paramLiftFns: [_liftFlatBorrow.bind(null, 2)],
10270
+ resultLowerFns: [_lowerFlatResult([[ 'ok', null, 12, 4, 4 ],[ 'err', _lowerFlatVariant([[ 'last-operation-failed', _lowerFlatOwn.bind(null, 0), 8, 4, 4 ],[ 'closed', null, 8, 4, 4 ],]), 12, 4, 4 ],])],
10271
+ funcTypeIsAsync: false,
10272
+ getCallbackFn: () => null,
10273
+ getPostReturnFn: () => null,
10274
+ isCancellable: false,
10275
+ memoryIdx: 0,
10276
+ getMemoryFn: () => memory0,
10277
+ getReallocFn: () => null,
10278
+ importFn: _trampoline30,
10279
+ },
10280
+ );
10281
+ let trampoline31 = _trampoline31.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
10282
+ null,
10283
+ {
10284
+ trampolineIdx: 31,
10285
+ componentIdx: 0,
10286
+ isAsync: false,
10287
+ isManualAsync: _trampoline31.manuallyAsync,
10288
+ paramLiftFns: [_liftFlatU64],
10289
+ resultLowerFns: [_lowerFlatList({ elemLowerFn: _lowerFlatU8, typeIdx: 1 })],
10290
+ funcTypeIsAsync: false,
10291
+ getCallbackFn: () => null,
10292
+ getPostReturnFn: () => null,
10293
+ isCancellable: false,
10294
+ memoryIdx: 0,
10295
+ getMemoryFn: () => memory0,
10296
+ getReallocFn: () => realloc0,
10297
+ importFn: _trampoline31,
10298
+ },
10299
+ )) : _lowerImportBackwardsCompat.bind(
10300
+ null,
10301
+ {
10302
+ trampolineIdx: 31,
10303
+ componentIdx: 0,
10304
+ isAsync: false,
10305
+ isManualAsync: _trampoline31.manuallyAsync,
10306
+ paramLiftFns: [_liftFlatU64],
10307
+ resultLowerFns: [_lowerFlatList({ elemLowerFn: _lowerFlatU8, typeIdx: 1 })],
10308
+ funcTypeIsAsync: false,
10309
+ getCallbackFn: () => null,
10310
+ getPostReturnFn: () => null,
10311
+ isCancellable: false,
10312
+ memoryIdx: 0,
10313
+ getMemoryFn: () => memory0,
10314
+ getReallocFn: () => realloc0,
10315
+ importFn: _trampoline31,
10316
+ },
10317
+ );
10318
+ let trampoline32 = _trampoline32.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
10319
+ null,
10320
+ {
10321
+ trampolineIdx: 32,
10322
+ componentIdx: 0,
10323
+ isAsync: false,
10324
+ isManualAsync: _trampoline32.manuallyAsync,
10325
+ paramLiftFns: [],
10326
+ resultLowerFns: [_lowerFlatList({ elemLowerFn: _lowerFlatTuple.bind(null, 30), typeIdx: 2 })],
10327
+ funcTypeIsAsync: false,
10328
+ getCallbackFn: () => null,
10329
+ getPostReturnFn: () => null,
10330
+ isCancellable: false,
10331
+ memoryIdx: 0,
10332
+ getMemoryFn: () => memory0,
10333
+ getReallocFn: () => realloc0,
10334
+ importFn: _trampoline32,
10335
+ },
10336
+ )) : _lowerImportBackwardsCompat.bind(
10337
+ null,
10338
+ {
10339
+ trampolineIdx: 32,
10340
+ componentIdx: 0,
10341
+ isAsync: false,
10342
+ isManualAsync: _trampoline32.manuallyAsync,
10343
+ paramLiftFns: [],
10344
+ resultLowerFns: [_lowerFlatList({ elemLowerFn: _lowerFlatTuple.bind(null, 30), typeIdx: 2 })],
10345
+ funcTypeIsAsync: false,
10346
+ getCallbackFn: () => null,
10347
+ getPostReturnFn: () => null,
10348
+ isCancellable: false,
10349
+ memoryIdx: 0,
10350
+ getMemoryFn: () => memory0,
10351
+ getReallocFn: () => realloc0,
10352
+ importFn: _trampoline32,
10353
+ },
10354
+ );
10355
+ let trampoline33 = _trampoline33.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
10356
+ null,
10357
+ {
10358
+ trampolineIdx: 33,
10359
+ componentIdx: 0,
10360
+ isAsync: false,
10361
+ isManualAsync: _trampoline33.manuallyAsync,
10362
+ paramLiftFns: [],
10363
+ resultLowerFns: [_lowerFlatOption([[ 'some', _lowerFlatOwn.bind(null, 3), 8, 4, 4 ],[ 'none', null, 8, 4, 4 ],])],
10364
+ funcTypeIsAsync: false,
10365
+ getCallbackFn: () => null,
10366
+ getPostReturnFn: () => null,
10367
+ isCancellable: false,
10368
+ memoryIdx: 0,
10369
+ getMemoryFn: () => memory0,
10370
+ getReallocFn: () => null,
10371
+ importFn: _trampoline33,
10372
+ },
10373
+ )) : _lowerImportBackwardsCompat.bind(
10374
+ null,
10375
+ {
10376
+ trampolineIdx: 33,
10377
+ componentIdx: 0,
10378
+ isAsync: false,
10379
+ isManualAsync: _trampoline33.manuallyAsync,
10380
+ paramLiftFns: [],
10381
+ resultLowerFns: [_lowerFlatOption([[ 'some', _lowerFlatOwn.bind(null, 3), 8, 4, 4 ],[ 'none', null, 8, 4, 4 ],])],
10382
+ funcTypeIsAsync: false,
10383
+ getCallbackFn: () => null,
10384
+ getPostReturnFn: () => null,
10385
+ isCancellable: false,
10386
+ memoryIdx: 0,
10387
+ getMemoryFn: () => memory0,
10388
+ getReallocFn: () => null,
10389
+ importFn: _trampoline33,
10390
+ },
10391
+ );
10392
+ let trampoline34 = _trampoline34.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
10393
+ null,
10394
+ {
10395
+ trampolineIdx: 34,
10396
+ componentIdx: 0,
10397
+ isAsync: false,
10398
+ isManualAsync: _trampoline34.manuallyAsync,
10399
+ paramLiftFns: [],
10400
+ resultLowerFns: [_lowerFlatOption([[ 'some', _lowerFlatOwn.bind(null, 4), 8, 4, 4 ],[ 'none', null, 8, 4, 4 ],])],
10401
+ funcTypeIsAsync: false,
10402
+ getCallbackFn: () => null,
10403
+ getPostReturnFn: () => null,
10404
+ isCancellable: false,
10405
+ memoryIdx: 0,
10406
+ getMemoryFn: () => memory0,
10407
+ getReallocFn: () => null,
10408
+ importFn: _trampoline34,
10409
+ },
10410
+ )) : _lowerImportBackwardsCompat.bind(
10411
+ null,
10412
+ {
10413
+ trampolineIdx: 34,
10414
+ componentIdx: 0,
10415
+ isAsync: false,
10416
+ isManualAsync: _trampoline34.manuallyAsync,
10417
+ paramLiftFns: [],
10418
+ resultLowerFns: [_lowerFlatOption([[ 'some', _lowerFlatOwn.bind(null, 4), 8, 4, 4 ],[ 'none', null, 8, 4, 4 ],])],
10419
+ funcTypeIsAsync: false,
10420
+ getCallbackFn: () => null,
10421
+ getPostReturnFn: () => null,
10422
+ isCancellable: false,
10423
+ memoryIdx: 0,
10424
+ getMemoryFn: () => memory0,
10425
+ getReallocFn: () => null,
10426
+ importFn: _trampoline34,
10427
+ },
10428
+ );
10429
+ let trampoline35 = _trampoline35.manuallyAsync ? new WebAssembly.Suspending(_lowerImportBackwardsCompat.bind(
10430
+ null,
10431
+ {
10432
+ trampolineIdx: 35,
10433
+ componentIdx: 0,
10434
+ isAsync: false,
10435
+ isManualAsync: _trampoline35.manuallyAsync,
10436
+ paramLiftFns: [],
10437
+ resultLowerFns: [_lowerFlatOption([[ 'some', _lowerFlatOwn.bind(null, 4), 8, 4, 4 ],[ 'none', null, 8, 4, 4 ],])],
10438
+ funcTypeIsAsync: false,
10439
+ getCallbackFn: () => null,
10440
+ getPostReturnFn: () => null,
10441
+ isCancellable: false,
10442
+ memoryIdx: 0,
10443
+ getMemoryFn: () => memory0,
10444
+ getReallocFn: () => null,
10445
+ importFn: _trampoline35,
10446
+ },
10447
+ )) : _lowerImportBackwardsCompat.bind(
10448
+ null,
10449
+ {
10450
+ trampolineIdx: 35,
10451
+ componentIdx: 0,
10452
+ isAsync: false,
10453
+ isManualAsync: _trampoline35.manuallyAsync,
10454
+ paramLiftFns: [],
10455
+ resultLowerFns: [_lowerFlatOption([[ 'some', _lowerFlatOwn.bind(null, 4), 8, 4, 4 ],[ 'none', null, 8, 4, 4 ],])],
10456
+ funcTypeIsAsync: false,
10457
+ getCallbackFn: () => null,
10458
+ getPostReturnFn: () => null,
10459
+ isCancellable: false,
10460
+ memoryIdx: 0,
10461
+ getMemoryFn: () => memory0,
10462
+ getReallocFn: () => null,
10463
+ importFn: _trampoline35,
10464
+ },
10465
+ );
10463
10466
 
10464
10467
  let _initialized = false;
10465
10468
  export const $init = (() => {