@@ -116,7 +116,7 @@ export async function createInstantiator(options, swift) {
116116 let _exports = null ;
117117 let bjs = null ;
118118 const __bjs_createPointHelpers = ( ) => {
119- return ( tmpParamInts , tmpParamF32s , tmpParamF64s , tmpParamPointers , tmpRetPointers , textEncoder , swift , enumHelpers ) => ( {
119+ return ( ) => ( {
120120 lower : ( value ) => {
121121 tmpParamF64s . push ( value . x ) ;
122122 tmpParamF64s . push ( value . y ) ;
@@ -130,7 +130,7 @@ export async function createInstantiator(options, swift) {
130130 } ) ;
131131 } ;
132132 const __bjs_createAPIResultValuesHelpers = ( ) => {
133- return ( tmpParamInts , tmpParamF32s , tmpParamF64s , tmpParamPointers , tmpRetPointers , textEncoder , swift , structHelpers , enumHelpers ) => ( {
133+ return ( ) => ( {
134134 lower : ( value ) => {
135135 const enumTag = value . tag ;
136136 switch ( enumTag ) {
@@ -201,7 +201,7 @@ export async function createInstantiator(options, swift) {
201201 } ) ;
202202 } ;
203203 const __bjs_createComplexResultValuesHelpers = ( ) => {
204- return ( tmpParamInts , tmpParamF32s , tmpParamF64s , tmpParamPointers , tmpRetPointers , textEncoder , swift , structHelpers , enumHelpers ) => ( {
204+ return ( ) => ( {
205205 lower : ( value ) => {
206206 const enumTag = value . tag ;
207207 switch ( enumTag ) {
@@ -321,7 +321,7 @@ export async function createInstantiator(options, swift) {
321321 } ) ;
322322 } ;
323323 const __bjs_createResultValuesHelpers = ( ) => {
324- return ( tmpParamInts , tmpParamF32s , tmpParamF64s , tmpParamPointers , tmpRetPointers , textEncoder , swift , structHelpers , enumHelpers ) => ( {
324+ return ( ) => ( {
325325 lower : ( value ) => {
326326 const enumTag = value . tag ;
327327 switch ( enumTag ) {
@@ -385,7 +385,7 @@ export async function createInstantiator(options, swift) {
385385 } ) ;
386386 } ;
387387 const __bjs_createNetworkingResultValuesHelpers = ( ) => {
388- return ( tmpParamInts , tmpParamF32s , tmpParamF64s , tmpParamPointers , tmpRetPointers , textEncoder , swift , structHelpers , enumHelpers ) => ( {
388+ return ( ) => ( {
389389 lower : ( value ) => {
390390 const enumTag = value . tag ;
391391 switch ( enumTag ) {
@@ -431,7 +431,7 @@ export async function createInstantiator(options, swift) {
431431 } ) ;
432432 } ;
433433 const __bjs_createAPIOptionalResultValuesHelpers = ( ) => {
434- return ( tmpParamInts , tmpParamF32s , tmpParamF64s , tmpParamPointers , tmpRetPointers , textEncoder , swift , structHelpers , enumHelpers ) => ( {
434+ return ( ) => ( {
435435 lower : ( value ) => {
436436 const enumTag = value . tag ;
437437 switch ( enumTag ) {
@@ -560,7 +560,7 @@ export async function createInstantiator(options, swift) {
560560 } ) ;
561561 } ;
562562 const __bjs_createTypedPayloadResultValuesHelpers = ( ) => {
563- return ( tmpParamInts , tmpParamF32s , tmpParamF64s , tmpParamPointers , tmpRetPointers , textEncoder , swift , structHelpers , enumHelpers ) => ( {
563+ return ( ) => ( {
564564 lower : ( value ) => {
565565 const enumTag = value . tag ;
566566 switch ( enumTag ) {
@@ -635,7 +635,7 @@ export async function createInstantiator(options, swift) {
635635 } ) ;
636636 } ;
637637 const __bjs_createAllTypesResultValuesHelpers = ( ) => {
638- return ( tmpParamInts , tmpParamF32s , tmpParamF64s , tmpParamPointers , tmpRetPointers , textEncoder , swift , structHelpers , enumHelpers ) => ( {
638+ return ( ) => ( {
639639 lower : ( value ) => {
640640 const enumTag = value . tag ;
641641 switch ( enumTag ) {
@@ -722,7 +722,7 @@ export async function createInstantiator(options, swift) {
722722 } ) ;
723723 } ;
724724 const __bjs_createOptionalAllTypesResultValuesHelpers = ( ) => {
725- return ( tmpParamInts , tmpParamF32s , tmpParamF64s , tmpParamPointers , tmpRetPointers , textEncoder , swift , structHelpers , enumHelpers ) => ( {
725+ return ( ) => ( {
726726 lower : ( value ) => {
727727 const enumTag = value . tag ;
728728 switch ( enumTag ) {
@@ -965,7 +965,7 @@ export async function createInstantiator(options, swift) {
965965 return 0 ;
966966 }
967967 bjs [ "swift_js_struct_lift_Point" ] = function ( ) {
968- const value = structHelpers . Point . lift ( tmpRetStrings , tmpRetInts , tmpRetF32s , tmpRetF64s , tmpRetPointers ) ;
968+ const value = structHelpers . Point . lift ( ) ;
969969 return swift . memory . retain ( value ) ;
970970 }
971971 bjs [ "swift_js_return_optional_bool" ] = function ( isSome , value ) {
@@ -1103,31 +1103,31 @@ export async function createInstantiator(options, swift) {
11031103 }
11041104
11051105 }
1106- const PointHelpers = __bjs_createPointHelpers ( ) ( tmpParamInts , tmpParamF32s , tmpParamF64s , tmpParamPointers , tmpRetPointers , textEncoder , swift , enumHelpers ) ;
1106+ const PointHelpers = __bjs_createPointHelpers ( ) ( ) ;
11071107 structHelpers . Point = PointHelpers ;
11081108
1109- const APIResultHelpers = __bjs_createAPIResultValuesHelpers ( ) ( tmpParamInts , tmpParamF32s , tmpParamF64s , tmpParamPointers , tmpRetPointers , textEncoder , swift , structHelpers , enumHelpers ) ;
1109+ const APIResultHelpers = __bjs_createAPIResultValuesHelpers ( ) ( ) ;
11101110 enumHelpers . APIResult = APIResultHelpers ;
11111111
1112- const ComplexResultHelpers = __bjs_createComplexResultValuesHelpers ( ) ( tmpParamInts , tmpParamF32s , tmpParamF64s , tmpParamPointers , tmpRetPointers , textEncoder , swift , structHelpers , enumHelpers ) ;
1112+ const ComplexResultHelpers = __bjs_createComplexResultValuesHelpers ( ) ( ) ;
11131113 enumHelpers . ComplexResult = ComplexResultHelpers ;
11141114
1115- const ResultHelpers = __bjs_createResultValuesHelpers ( ) ( tmpParamInts , tmpParamF32s , tmpParamF64s , tmpParamPointers , tmpRetPointers , textEncoder , swift , structHelpers , enumHelpers ) ;
1115+ const ResultHelpers = __bjs_createResultValuesHelpers ( ) ( ) ;
11161116 enumHelpers . Result = ResultHelpers ;
11171117
1118- const NetworkingResultHelpers = __bjs_createNetworkingResultValuesHelpers ( ) ( tmpParamInts , tmpParamF32s , tmpParamF64s , tmpParamPointers , tmpRetPointers , textEncoder , swift , structHelpers , enumHelpers ) ;
1118+ const NetworkingResultHelpers = __bjs_createNetworkingResultValuesHelpers ( ) ( ) ;
11191119 enumHelpers . NetworkingResult = NetworkingResultHelpers ;
11201120
1121- const APIOptionalResultHelpers = __bjs_createAPIOptionalResultValuesHelpers ( ) ( tmpParamInts , tmpParamF32s , tmpParamF64s , tmpParamPointers , tmpRetPointers , textEncoder , swift , structHelpers , enumHelpers ) ;
1121+ const APIOptionalResultHelpers = __bjs_createAPIOptionalResultValuesHelpers ( ) ( ) ;
11221122 enumHelpers . APIOptionalResult = APIOptionalResultHelpers ;
11231123
1124- const TypedPayloadResultHelpers = __bjs_createTypedPayloadResultValuesHelpers ( ) ( tmpParamInts , tmpParamF32s , tmpParamF64s , tmpParamPointers , tmpRetPointers , textEncoder , swift , structHelpers , enumHelpers ) ;
1124+ const TypedPayloadResultHelpers = __bjs_createTypedPayloadResultValuesHelpers ( ) ( ) ;
11251125 enumHelpers . TypedPayloadResult = TypedPayloadResultHelpers ;
11261126
1127- const AllTypesResultHelpers = __bjs_createAllTypesResultValuesHelpers ( ) ( tmpParamInts , tmpParamF32s , tmpParamF64s , tmpParamPointers , tmpRetPointers , textEncoder , swift , structHelpers , enumHelpers ) ;
1127+ const AllTypesResultHelpers = __bjs_createAllTypesResultValuesHelpers ( ) ( ) ;
11281128 enumHelpers . AllTypesResult = AllTypesResultHelpers ;
11291129
1130- const OptionalAllTypesResultHelpers = __bjs_createOptionalAllTypesResultValuesHelpers ( ) ( tmpParamInts , tmpParamF32s , tmpParamF64s , tmpParamPointers , tmpRetPointers , textEncoder , swift , structHelpers , enumHelpers ) ;
1130+ const OptionalAllTypesResultHelpers = __bjs_createOptionalAllTypesResultValuesHelpers ( ) ( ) ;
11311131 enumHelpers . OptionalAllTypesResult = OptionalAllTypesResultHelpers ;
11321132
11331133 const exports = {
0 commit comments