@php-wasm/node 2.0.19 → 2.0.21
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.
- package/asyncify/7_2_34/php_7_2.wasm +0 -0
- package/asyncify/7_3_33/php_7_3.wasm +0 -0
- package/asyncify/7_4_33/php_7_4.wasm +0 -0
- package/asyncify/8_0_30/php_8_0.wasm +0 -0
- package/asyncify/8_1_33/php_8_1.wasm +0 -0
- package/asyncify/8_2_29/php_8_2.wasm +0 -0
- package/asyncify/8_3_25/php_8_3.wasm +0 -0
- package/asyncify/8_4_12/php_8_4.wasm +0 -0
- package/asyncify/php_7_2.js +3 -3
- package/asyncify/php_7_3.js +3 -3
- package/asyncify/php_7_4.js +7 -7
- package/asyncify/php_8_0.js +3 -3
- package/asyncify/php_8_1.js +1 -1
- package/asyncify/php_8_2.js +1 -1
- package/asyncify/php_8_3.js +7 -7
- package/asyncify/php_8_4.js +1 -1
- package/index.cjs +70 -70
- package/index.js +70 -70
- package/jspi/7_2_34/php_7_2.wasm +0 -0
- package/jspi/7_3_33/php_7_3.wasm +0 -0
- package/jspi/7_4_33/php_7_4.wasm +0 -0
- package/jspi/8_0_30/php_8_0.wasm +0 -0
- package/jspi/8_1_33/php_8_1.wasm +0 -0
- package/jspi/8_2_29/php_8_2.wasm +0 -0
- package/jspi/8_3_25/php_8_3.wasm +0 -0
- package/jspi/8_4_12/php_8_4.wasm +0 -0
- package/jspi/php_7_2.js +8 -8
- package/jspi/php_7_3.js +4 -4
- package/jspi/php_7_4.js +4 -4
- package/jspi/php_8_0.js +8 -8
- package/jspi/php_8_1.js +2 -2
- package/jspi/php_8_2.js +8 -8
- package/jspi/php_8_3.js +8 -8
- package/jspi/php_8_4.js +2 -2
- package/package.json +7 -7
package/index.cjs
CHANGED
|
@@ -14923,7 +14923,7 @@ ${e}`);
|
|
|
14923
14923
|
}
|
|
14924
14924
|
},
|
|
14925
14925
|
instrumentWasmExports(exports) {
|
|
14926
|
-
var exportPattern = /^(php_wasm_init|
|
|
14926
|
+
var exportPattern = /^(php_wasm_init|wasm_sleep|wasm_read|emscripten_sleep|wasm_sapi_handle_request|wasm_sapi_request_shutdown|wasm_poll_socket|wrap_select|__wrap_select|select|php_pollfd_for|fflush|wasm_popen|wasm_read|wasm_php_exec|run_cli|wasm_recv|fd_close|main|__main_argc_argv)$/;
|
|
14927
14927
|
Asyncify.asyncExports = /* @__PURE__ */ new Set();
|
|
14928
14928
|
var ret = {};
|
|
14929
14929
|
for (let [x, original] of Object.entries(exports)) {
|
|
@@ -28109,7 +28109,7 @@ var init_php_8_4 = __esm({
|
|
|
28109
28109
|
import_module = require("module");
|
|
28110
28110
|
import_path = __toESM(require("path"), 1);
|
|
28111
28111
|
dependencyFilename = import_path.default.join(__dirname + "/jspi", "8_4_12", "php_8_4.wasm");
|
|
28112
|
-
dependenciesTotalSize =
|
|
28112
|
+
dependenciesTotalSize = 29761052;
|
|
28113
28113
|
phpVersionString = "8.4.12";
|
|
28114
28114
|
}
|
|
28115
28115
|
});
|
|
@@ -28627,7 +28627,7 @@ function init3(RuntimeName, PHPLoader) {
|
|
|
28627
28627
|
newDSO("__main__", 0, wasmImports);
|
|
28628
28628
|
}
|
|
28629
28629
|
};
|
|
28630
|
-
var ___heap_base =
|
|
28630
|
+
var ___heap_base = 13877856;
|
|
28631
28631
|
var alignMemory = (size, alignment) => {
|
|
28632
28632
|
return Math.ceil(size / alignment) * alignment;
|
|
28633
28633
|
};
|
|
@@ -29291,11 +29291,11 @@ function init3(RuntimeName, PHPLoader) {
|
|
|
29291
29291
|
{ value: "i32", mutable: false },
|
|
29292
29292
|
1024
|
|
29293
29293
|
);
|
|
29294
|
-
var ___stack_high =
|
|
29295
|
-
var ___stack_low =
|
|
29294
|
+
var ___stack_high = 13877856;
|
|
29295
|
+
var ___stack_low = 12829280;
|
|
29296
29296
|
var ___stack_pointer = new WebAssembly.Global(
|
|
29297
29297
|
{ value: "i32", mutable: true },
|
|
29298
|
-
|
|
29298
|
+
13877856
|
|
29299
29299
|
);
|
|
29300
29300
|
var PATH = {
|
|
29301
29301
|
isAbs: (path49) => path49.charAt(0) === "/",
|
|
@@ -43007,7 +43007,7 @@ ${e}`);
|
|
|
43007
43007
|
}
|
|
43008
43008
|
},
|
|
43009
43009
|
instrumentWasmExports(exports) {
|
|
43010
|
-
var exportPattern = /^(php_wasm_init|
|
|
43010
|
+
var exportPattern = /^(php_wasm_init|wasm_sleep|wasm_read|emscripten_sleep|wasm_sapi_handle_request|wasm_sapi_request_shutdown|wasm_poll_socket|wrap_select|__wrap_select|select|php_pollfd_for|fflush|wasm_popen|wasm_read|wasm_php_exec|run_cli|wasm_recv|fd_close|main|__main_argc_argv)$/;
|
|
43011
43011
|
Asyncify.asyncExports = /* @__PURE__ */ new Set();
|
|
43012
43012
|
var ret = {};
|
|
43013
43013
|
for (let [x, original] of Object.entries(exports)) {
|
|
@@ -53314,13 +53314,13 @@ ${e}`);
|
|
|
53314
53314
|
Module["createContext"] = Browser.createContext;
|
|
53315
53315
|
registerPostMainLoop(() => SDL.audio?.queueNewAudioData?.());
|
|
53316
53316
|
var ASM_CONSTS = {
|
|
53317
|
-
|
|
53317
|
+
12633246: ($0) => {
|
|
53318
53318
|
if (!$0) {
|
|
53319
53319
|
AL.alcErr = 40964;
|
|
53320
53320
|
return 1;
|
|
53321
53321
|
}
|
|
53322
53322
|
},
|
|
53323
|
-
|
|
53323
|
+
12633294: ($0) => {
|
|
53324
53324
|
if (!AL.currentCtx) {
|
|
53325
53325
|
err("alGetProcAddress() called without a valid context");
|
|
53326
53326
|
return 1;
|
|
@@ -56193,7 +56193,7 @@ var init_php_8_3 = __esm({
|
|
|
56193
56193
|
import_module2 = require("module");
|
|
56194
56194
|
import_path2 = __toESM(require("path"), 1);
|
|
56195
56195
|
dependencyFilename2 = import_path2.default.join(__dirname + "/jspi", "8_3_25", "php_8_3.wasm");
|
|
56196
|
-
dependenciesTotalSize2 =
|
|
56196
|
+
dependenciesTotalSize2 = 26008228;
|
|
56197
56197
|
phpVersionString2 = "8.3.25";
|
|
56198
56198
|
}
|
|
56199
56199
|
});
|
|
@@ -56711,7 +56711,7 @@ function init4(RuntimeName, PHPLoader) {
|
|
|
56711
56711
|
newDSO("__main__", 0, wasmImports);
|
|
56712
56712
|
}
|
|
56713
56713
|
};
|
|
56714
|
-
var ___heap_base =
|
|
56714
|
+
var ___heap_base = 12959456;
|
|
56715
56715
|
var alignMemory = (size, alignment) => {
|
|
56716
56716
|
return Math.ceil(size / alignment) * alignment;
|
|
56717
56717
|
};
|
|
@@ -57375,11 +57375,11 @@ function init4(RuntimeName, PHPLoader) {
|
|
|
57375
57375
|
{ value: "i32", mutable: false },
|
|
57376
57376
|
1024
|
|
57377
57377
|
);
|
|
57378
|
-
var ___stack_high =
|
|
57379
|
-
var ___stack_low =
|
|
57378
|
+
var ___stack_high = 12959456;
|
|
57379
|
+
var ___stack_low = 11910880;
|
|
57380
57380
|
var ___stack_pointer = new WebAssembly.Global(
|
|
57381
57381
|
{ value: "i32", mutable: true },
|
|
57382
|
-
|
|
57382
|
+
12959456
|
|
57383
57383
|
);
|
|
57384
57384
|
var PATH = {
|
|
57385
57385
|
isAbs: (path49) => path49.charAt(0) === "/",
|
|
@@ -71091,7 +71091,7 @@ ${e}`);
|
|
|
71091
71091
|
}
|
|
71092
71092
|
},
|
|
71093
71093
|
instrumentWasmExports(exports) {
|
|
71094
|
-
var exportPattern = /^(php_wasm_init|
|
|
71094
|
+
var exportPattern = /^(php_wasm_init|wasm_sleep|wasm_read|emscripten_sleep|wasm_sapi_handle_request|wasm_sapi_request_shutdown|wasm_poll_socket|wrap_select|__wrap_select|select|php_pollfd_for|fflush|wasm_popen|wasm_read|wasm_php_exec|run_cli|wasm_recv|fd_close|main|__main_argc_argv)$/;
|
|
71095
71095
|
Asyncify.asyncExports = /* @__PURE__ */ new Set();
|
|
71096
71096
|
var ret = {};
|
|
71097
71097
|
for (let [x, original] of Object.entries(exports)) {
|
|
@@ -81398,13 +81398,13 @@ ${e}`);
|
|
|
81398
81398
|
Module["createContext"] = Browser.createContext;
|
|
81399
81399
|
registerPostMainLoop(() => SDL.audio?.queueNewAudioData?.());
|
|
81400
81400
|
var ASM_CONSTS = {
|
|
81401
|
-
|
|
81401
|
+
11682334: ($0) => {
|
|
81402
81402
|
if (!$0) {
|
|
81403
81403
|
AL.alcErr = 40964;
|
|
81404
81404
|
return 1;
|
|
81405
81405
|
}
|
|
81406
81406
|
},
|
|
81407
|
-
|
|
81407
|
+
11682382: ($0) => {
|
|
81408
81408
|
if (!AL.currentCtx) {
|
|
81409
81409
|
err("alGetProcAddress() called without a valid context");
|
|
81410
81410
|
return 1;
|
|
@@ -84277,7 +84277,7 @@ var init_php_8_2 = __esm({
|
|
|
84277
84277
|
import_module3 = require("module");
|
|
84278
84278
|
import_path3 = __toESM(require("path"), 1);
|
|
84279
84279
|
dependencyFilename3 = import_path3.default.join(__dirname + "/jspi", "8_2_29", "php_8_2.wasm");
|
|
84280
|
-
dependenciesTotalSize3 =
|
|
84280
|
+
dependenciesTotalSize3 = 24915546;
|
|
84281
84281
|
phpVersionString3 = "8.2.29";
|
|
84282
84282
|
}
|
|
84283
84283
|
});
|
|
@@ -99174,7 +99174,7 @@ ${e}`);
|
|
|
99174
99174
|
}
|
|
99175
99175
|
},
|
|
99176
99176
|
instrumentWasmExports(exports) {
|
|
99177
|
-
var exportPattern = /^(php_wasm_init|
|
|
99177
|
+
var exportPattern = /^(php_wasm_init|wasm_sleep|wasm_read|emscripten_sleep|wasm_sapi_handle_request|wasm_sapi_request_shutdown|wasm_poll_socket|wrap_select|__wrap_select|select|php_pollfd_for|fflush|wasm_popen|wasm_read|wasm_php_exec|run_cli|wasm_recv|fd_close|main|__main_argc_argv)$/;
|
|
99178
99178
|
Asyncify.asyncExports = /* @__PURE__ */ new Set();
|
|
99179
99179
|
var ret = {};
|
|
99180
99180
|
for (let [x, original] of Object.entries(exports)) {
|
|
@@ -112361,7 +112361,7 @@ var init_php_8_1 = __esm({
|
|
|
112361
112361
|
import_module4 = require("module");
|
|
112362
112362
|
import_path4 = __toESM(require("path"), 1);
|
|
112363
112363
|
dependencyFilename4 = import_path4.default.join(__dirname + "/jspi", "8_1_33", "php_8_1.wasm");
|
|
112364
|
-
dependenciesTotalSize4 =
|
|
112364
|
+
dependenciesTotalSize4 = 24628805;
|
|
112365
112365
|
phpVersionString4 = "8.1.33";
|
|
112366
112366
|
}
|
|
112367
112367
|
});
|
|
@@ -112879,7 +112879,7 @@ function init6(RuntimeName, PHPLoader) {
|
|
|
112879
112879
|
newDSO("__main__", 0, wasmImports);
|
|
112880
112880
|
}
|
|
112881
112881
|
};
|
|
112882
|
-
var ___heap_base =
|
|
112882
|
+
var ___heap_base = 12843552;
|
|
112883
112883
|
var alignMemory = (size, alignment) => {
|
|
112884
112884
|
return Math.ceil(size / alignment) * alignment;
|
|
112885
112885
|
};
|
|
@@ -113543,11 +113543,11 @@ function init6(RuntimeName, PHPLoader) {
|
|
|
113543
113543
|
{ value: "i32", mutable: false },
|
|
113544
113544
|
1024
|
|
113545
113545
|
);
|
|
113546
|
-
var ___stack_high =
|
|
113547
|
-
var ___stack_low =
|
|
113546
|
+
var ___stack_high = 12843552;
|
|
113547
|
+
var ___stack_low = 11794976;
|
|
113548
113548
|
var ___stack_pointer = new WebAssembly.Global(
|
|
113549
113549
|
{ value: "i32", mutable: true },
|
|
113550
|
-
|
|
113550
|
+
12843552
|
|
113551
113551
|
);
|
|
113552
113552
|
var PATH = {
|
|
113553
113553
|
isAbs: (path49) => path49.charAt(0) === "/",
|
|
@@ -127255,7 +127255,7 @@ ${e}`);
|
|
|
127255
127255
|
}
|
|
127256
127256
|
},
|
|
127257
127257
|
instrumentWasmExports(exports) {
|
|
127258
|
-
var exportPattern = /^(php_wasm_init|
|
|
127258
|
+
var exportPattern = /^(php_wasm_init|wasm_sleep|wasm_read|emscripten_sleep|wasm_sapi_handle_request|wasm_sapi_request_shutdown|wasm_poll_socket|wrap_select|__wrap_select|select|php_pollfd_for|fflush|wasm_popen|wasm_read|wasm_php_exec|run_cli|wasm_recv|fd_close|main|__main_argc_argv)$/;
|
|
127259
127259
|
Asyncify.asyncExports = /* @__PURE__ */ new Set();
|
|
127260
127260
|
var ret = {};
|
|
127261
127261
|
for (let [x, original] of Object.entries(exports)) {
|
|
@@ -137566,13 +137566,13 @@ ${e}`);
|
|
|
137566
137566
|
Module["createContext"] = Browser.createContext;
|
|
137567
137567
|
registerPostMainLoop(() => SDL.audio?.queueNewAudioData?.());
|
|
137568
137568
|
var ASM_CONSTS = {
|
|
137569
|
-
|
|
137569
|
+
11564558: ($0) => {
|
|
137570
137570
|
if (!$0) {
|
|
137571
137571
|
AL.alcErr = 40964;
|
|
137572
137572
|
return 1;
|
|
137573
137573
|
}
|
|
137574
137574
|
},
|
|
137575
|
-
|
|
137575
|
+
11564606: ($0) => {
|
|
137576
137576
|
if (!AL.currentCtx) {
|
|
137577
137577
|
err("alGetProcAddress() called without a valid context");
|
|
137578
137578
|
return 1;
|
|
@@ -140445,7 +140445,7 @@ var init_php_8_0 = __esm({
|
|
|
140445
140445
|
import_module5 = require("module");
|
|
140446
140446
|
import_path5 = __toESM(require("path"), 1);
|
|
140447
140447
|
dependencyFilename5 = import_path5.default.join(__dirname + "/jspi", "8_0_30", "php_8_0.wasm");
|
|
140448
|
-
dependenciesTotalSize5 =
|
|
140448
|
+
dependenciesTotalSize5 = 24293572;
|
|
140449
140449
|
phpVersionString5 = "8.0.30";
|
|
140450
140450
|
}
|
|
140451
140451
|
});
|
|
@@ -155339,7 +155339,7 @@ ${e}`);
|
|
|
155339
155339
|
}
|
|
155340
155340
|
},
|
|
155341
155341
|
instrumentWasmExports(exports) {
|
|
155342
|
-
var exportPattern = /^(php_wasm_init|
|
|
155342
|
+
var exportPattern = /^(php_wasm_init|wasm_sleep|wasm_read|emscripten_sleep|wasm_sapi_handle_request|wasm_sapi_request_shutdown|wasm_poll_socket|wrap_select|__wrap_select|select|php_pollfd_for|fflush|wasm_popen|wasm_read|wasm_php_exec|run_cli|wasm_recv|fd_close|main|__main_argc_argv)$/;
|
|
155343
155343
|
Asyncify.asyncExports = /* @__PURE__ */ new Set();
|
|
155344
155344
|
var ret = {};
|
|
155345
155345
|
for (let [x, original] of Object.entries(exports)) {
|
|
@@ -165650,13 +165650,13 @@ ${e}`);
|
|
|
165650
165650
|
Module["createContext"] = Browser.createContext;
|
|
165651
165651
|
registerPostMainLoop(() => SDL.audio?.queueNewAudioData?.());
|
|
165652
165652
|
var ASM_CONSTS = {
|
|
165653
|
-
|
|
165653
|
+
10534958: ($0) => {
|
|
165654
165654
|
if (!$0) {
|
|
165655
165655
|
AL.alcErr = 40964;
|
|
165656
165656
|
return 1;
|
|
165657
165657
|
}
|
|
165658
165658
|
},
|
|
165659
|
-
|
|
165659
|
+
10535006: ($0) => {
|
|
165660
165660
|
if (!AL.currentCtx) {
|
|
165661
165661
|
err("alGetProcAddress() called without a valid context");
|
|
165662
165662
|
return 1;
|
|
@@ -168529,7 +168529,7 @@ var init_php_7_4 = __esm({
|
|
|
168529
168529
|
import_module6 = require("module");
|
|
168530
168530
|
import_path6 = __toESM(require("path"), 1);
|
|
168531
168531
|
dependencyFilename6 = import_path6.default.join(__dirname + "/jspi", "7_4_33", "php_7_4.wasm");
|
|
168532
|
-
dependenciesTotalSize6 =
|
|
168532
|
+
dependenciesTotalSize6 = 23088438;
|
|
168533
168533
|
phpVersionString6 = "7.4.33";
|
|
168534
168534
|
}
|
|
168535
168535
|
});
|
|
@@ -183420,7 +183420,7 @@ ${e}`);
|
|
|
183420
183420
|
}
|
|
183421
183421
|
},
|
|
183422
183422
|
instrumentWasmExports(exports) {
|
|
183423
|
-
var exportPattern = /^(php_wasm_init|
|
|
183423
|
+
var exportPattern = /^(php_wasm_init|wasm_sleep|wasm_read|emscripten_sleep|wasm_sapi_handle_request|wasm_sapi_request_shutdown|wasm_poll_socket|wrap_select|__wrap_select|select|php_pollfd_for|fflush|wasm_popen|wasm_read|wasm_php_exec|run_cli|wasm_recv|fd_close|main|__main_argc_argv)$/;
|
|
183424
183424
|
Asyncify.asyncExports = /* @__PURE__ */ new Set();
|
|
183425
183425
|
var ret = {};
|
|
183426
183426
|
for (let [x, original] of Object.entries(exports)) {
|
|
@@ -193734,13 +193734,13 @@ ${e}`);
|
|
|
193734
193734
|
Module["createContext"] = Browser.createContext;
|
|
193735
193735
|
registerPostMainLoop(() => SDL.audio?.queueNewAudioData?.());
|
|
193736
193736
|
var ASM_CONSTS = {
|
|
193737
|
-
|
|
193737
|
+
10211166: ($0) => {
|
|
193738
193738
|
if (!$0) {
|
|
193739
193739
|
AL.alcErr = 40964;
|
|
193740
193740
|
return 1;
|
|
193741
193741
|
}
|
|
193742
193742
|
},
|
|
193743
|
-
|
|
193743
|
+
10211214: ($0) => {
|
|
193744
193744
|
if (!AL.currentCtx) {
|
|
193745
193745
|
err("alGetProcAddress() called without a valid context");
|
|
193746
193746
|
return 1;
|
|
@@ -196613,7 +196613,7 @@ var init_php_7_3 = __esm({
|
|
|
196613
196613
|
import_module7 = require("module");
|
|
196614
196614
|
import_path7 = __toESM(require("path"), 1);
|
|
196615
196615
|
dependencyFilename7 = import_path7.default.join(__dirname + "/jspi", "7_3_33", "php_7_3.wasm");
|
|
196616
|
-
dependenciesTotalSize7 =
|
|
196616
|
+
dependenciesTotalSize7 = 22720049;
|
|
196617
196617
|
phpVersionString7 = "7.3.33";
|
|
196618
196618
|
}
|
|
196619
196619
|
});
|
|
@@ -197131,7 +197131,7 @@ function init9(RuntimeName, PHPLoader) {
|
|
|
197131
197131
|
newDSO("__main__", 0, wasmImports);
|
|
197132
197132
|
}
|
|
197133
197133
|
};
|
|
197134
|
-
var ___heap_base =
|
|
197134
|
+
var ___heap_base = 11083552;
|
|
197135
197135
|
var alignMemory = (size, alignment) => {
|
|
197136
197136
|
return Math.ceil(size / alignment) * alignment;
|
|
197137
197137
|
};
|
|
@@ -197795,11 +197795,11 @@ function init9(RuntimeName, PHPLoader) {
|
|
|
197795
197795
|
{ value: "i32", mutable: false },
|
|
197796
197796
|
1024
|
|
197797
197797
|
);
|
|
197798
|
-
var ___stack_high =
|
|
197799
|
-
var ___stack_low =
|
|
197798
|
+
var ___stack_high = 11083552;
|
|
197799
|
+
var ___stack_low = 10034976;
|
|
197800
197800
|
var ___stack_pointer = new WebAssembly.Global(
|
|
197801
197801
|
{ value: "i32", mutable: true },
|
|
197802
|
-
|
|
197802
|
+
11083552
|
|
197803
197803
|
);
|
|
197804
197804
|
var PATH = {
|
|
197805
197805
|
isAbs: (path49) => path49.charAt(0) === "/",
|
|
@@ -211504,7 +211504,7 @@ ${e}`);
|
|
|
211504
211504
|
}
|
|
211505
211505
|
},
|
|
211506
211506
|
instrumentWasmExports(exports) {
|
|
211507
|
-
var exportPattern = /^(php_wasm_init|
|
|
211507
|
+
var exportPattern = /^(php_wasm_init|wasm_sleep|wasm_read|emscripten_sleep|wasm_sapi_handle_request|wasm_sapi_request_shutdown|wasm_poll_socket|wrap_select|__wrap_select|select|php_pollfd_for|fflush|wasm_popen|wasm_read|wasm_php_exec|run_cli|wasm_recv|fd_close|main|__main_argc_argv)$/;
|
|
211508
211508
|
Asyncify.asyncExports = /* @__PURE__ */ new Set();
|
|
211509
211509
|
var ret = {};
|
|
211510
211510
|
for (let [x, original] of Object.entries(exports)) {
|
|
@@ -221818,13 +221818,13 @@ ${e}`);
|
|
|
221818
221818
|
Module["createContext"] = Browser.createContext;
|
|
221819
221819
|
registerPostMainLoop(() => SDL.audio?.queueNewAudioData?.());
|
|
221820
221820
|
var ASM_CONSTS = {
|
|
221821
|
-
|
|
221821
|
+
9806030: ($0) => {
|
|
221822
221822
|
if (!$0) {
|
|
221823
221823
|
AL.alcErr = 40964;
|
|
221824
221824
|
return 1;
|
|
221825
221825
|
}
|
|
221826
221826
|
},
|
|
221827
|
-
|
|
221827
|
+
9806078: ($0) => {
|
|
221828
221828
|
if (!AL.currentCtx) {
|
|
221829
221829
|
err("alGetProcAddress() called without a valid context");
|
|
221830
221830
|
return 1;
|
|
@@ -224697,7 +224697,7 @@ var init_php_7_2 = __esm({
|
|
|
224697
224697
|
import_module8 = require("module");
|
|
224698
224698
|
import_path8 = __toESM(require("path"), 1);
|
|
224699
224699
|
dependencyFilename8 = import_path8.default.join(__dirname + "/jspi", "7_2_34", "php_7_2.wasm");
|
|
224700
|
-
dependenciesTotalSize8 =
|
|
224700
|
+
dependenciesTotalSize8 = 22384612;
|
|
224701
224701
|
phpVersionString8 = "7.2.34";
|
|
224702
224702
|
}
|
|
224703
224703
|
});
|
|
@@ -253735,7 +253735,7 @@ var init_php_8_42 = __esm({
|
|
|
253735
253735
|
import_module9 = require("module");
|
|
253736
253736
|
import_path9 = __toESM(require("path"), 1);
|
|
253737
253737
|
dependencyFilename9 = import_path9.default.join(__dirname + "/asyncify", "8_4_12", "php_8_4.wasm");
|
|
253738
|
-
dependenciesTotalSize9 =
|
|
253738
|
+
dependenciesTotalSize9 = 30326899;
|
|
253739
253739
|
phpVersionString9 = "8.4.12";
|
|
253740
253740
|
}
|
|
253741
253741
|
});
|
|
@@ -254249,7 +254249,7 @@ function init11(RuntimeName, PHPLoader) {
|
|
|
254249
254249
|
newDSO("__main__", 0, wasmImports);
|
|
254250
254250
|
}
|
|
254251
254251
|
};
|
|
254252
|
-
var ___heap_base =
|
|
254252
|
+
var ___heap_base = 13876736;
|
|
254253
254253
|
var alignMemory = (size, alignment) => {
|
|
254254
254254
|
return Math.ceil(size / alignment) * alignment;
|
|
254255
254255
|
};
|
|
@@ -254957,11 +254957,11 @@ function init11(RuntimeName, PHPLoader) {
|
|
|
254957
254957
|
{ value: "i32", mutable: false },
|
|
254958
254958
|
1024
|
|
254959
254959
|
);
|
|
254960
|
-
var ___stack_high =
|
|
254961
|
-
var ___stack_low =
|
|
254960
|
+
var ___stack_high = 13876736;
|
|
254961
|
+
var ___stack_low = 12828160;
|
|
254962
254962
|
var ___stack_pointer = new WebAssembly.Global(
|
|
254963
254963
|
{ value: "i32", mutable: true },
|
|
254964
|
-
|
|
254964
|
+
13876736
|
|
254965
254965
|
);
|
|
254966
254966
|
var PATH = {
|
|
254967
254967
|
isAbs: (path49) => path49.charAt(0) === "/",
|
|
@@ -279477,13 +279477,13 @@ ${e}`);
|
|
|
279477
279477
|
Module["createContext"] = Browser.createContext;
|
|
279478
279478
|
registerPostMainLoop(() => SDL.audio?.queueNewAudioData?.());
|
|
279479
279479
|
var ASM_CONSTS = {
|
|
279480
|
-
|
|
279480
|
+
12632685: ($0) => {
|
|
279481
279481
|
if (!$0) {
|
|
279482
279482
|
AL.alcErr = 40964;
|
|
279483
279483
|
return 1;
|
|
279484
279484
|
}
|
|
279485
279485
|
},
|
|
279486
|
-
|
|
279486
|
+
12632733: ($0) => {
|
|
279487
279487
|
if (!AL.currentCtx) {
|
|
279488
279488
|
err("alGetProcAddress() called without a valid context");
|
|
279489
279489
|
return 1;
|
|
@@ -282786,7 +282786,7 @@ var init_php_8_32 = __esm({
|
|
|
282786
282786
|
import_module10 = require("module");
|
|
282787
282787
|
import_path10 = __toESM(require("path"), 1);
|
|
282788
282788
|
dependencyFilename10 = import_path10.default.join(__dirname + "/asyncify", "8_3_25", "php_8_3.wasm");
|
|
282789
|
-
dependenciesTotalSize10 =
|
|
282789
|
+
dependenciesTotalSize10 = 26575874;
|
|
282790
282790
|
phpVersionString10 = "8.3.25";
|
|
282791
282791
|
}
|
|
282792
282792
|
});
|
|
@@ -311837,7 +311837,7 @@ var init_php_8_22 = __esm({
|
|
|
311837
311837
|
import_module11 = require("module");
|
|
311838
311838
|
import_path11 = __toESM(require("path"), 1);
|
|
311839
311839
|
dependencyFilename11 = import_path11.default.join(__dirname + "/asyncify", "8_2_29", "php_8_2.wasm");
|
|
311840
|
-
dependenciesTotalSize11 =
|
|
311840
|
+
dependenciesTotalSize11 = 25477333;
|
|
311841
311841
|
phpVersionString11 = "8.2.29";
|
|
311842
311842
|
}
|
|
311843
311843
|
});
|
|
@@ -340888,7 +340888,7 @@ var init_php_8_12 = __esm({
|
|
|
340888
340888
|
import_module12 = require("module");
|
|
340889
340889
|
import_path12 = __toESM(require("path"), 1);
|
|
340890
340890
|
dependencyFilename12 = import_path12.default.join(__dirname + "/asyncify", "8_1_33", "php_8_1.wasm");
|
|
340891
|
-
dependenciesTotalSize12 =
|
|
340891
|
+
dependenciesTotalSize12 = 25172855;
|
|
340892
340892
|
phpVersionString12 = "8.1.33";
|
|
340893
340893
|
}
|
|
340894
340894
|
});
|
|
@@ -366630,13 +366630,13 @@ ${e}`);
|
|
|
366630
366630
|
Module["createContext"] = Browser.createContext;
|
|
366631
366631
|
registerPostMainLoop(() => SDL.audio?.queueNewAudioData?.());
|
|
366632
366632
|
var ASM_CONSTS = {
|
|
366633
|
-
|
|
366633
|
+
11563981: ($0) => {
|
|
366634
366634
|
if (!$0) {
|
|
366635
366635
|
AL.alcErr = 40964;
|
|
366636
366636
|
return 1;
|
|
366637
366637
|
}
|
|
366638
366638
|
},
|
|
366639
|
-
|
|
366639
|
+
11564029: ($0) => {
|
|
366640
366640
|
if (!AL.currentCtx) {
|
|
366641
366641
|
err("alGetProcAddress() called without a valid context");
|
|
366642
366642
|
return 1;
|
|
@@ -369926,7 +369926,7 @@ var init_php_8_02 = __esm({
|
|
|
369926
369926
|
import_module13 = require("module");
|
|
369927
369927
|
import_path13 = __toESM(require("path"), 1);
|
|
369928
369928
|
dependencyFilename13 = import_path13.default.join(__dirname + "/asyncify", "8_0_30", "php_8_0.wasm");
|
|
369929
|
-
dependenciesTotalSize13 =
|
|
369929
|
+
dependenciesTotalSize13 = 24845949;
|
|
369930
369930
|
phpVersionString13 = "8.0.30";
|
|
369931
369931
|
}
|
|
369932
369932
|
});
|
|
@@ -370440,7 +370440,7 @@ function init15(RuntimeName, PHPLoader) {
|
|
|
370440
370440
|
newDSO("__main__", 0, wasmImports);
|
|
370441
370441
|
}
|
|
370442
370442
|
};
|
|
370443
|
-
var ___heap_base =
|
|
370443
|
+
var ___heap_base = 11742144;
|
|
370444
370444
|
var alignMemory = (size, alignment) => {
|
|
370445
370445
|
return Math.ceil(size / alignment) * alignment;
|
|
370446
370446
|
};
|
|
@@ -371148,11 +371148,11 @@ function init15(RuntimeName, PHPLoader) {
|
|
|
371148
371148
|
{ value: "i32", mutable: false },
|
|
371149
371149
|
1024
|
|
371150
371150
|
);
|
|
371151
|
-
var ___stack_high =
|
|
371152
|
-
var ___stack_low =
|
|
371151
|
+
var ___stack_high = 11742144;
|
|
371152
|
+
var ___stack_low = 10693568;
|
|
371153
371153
|
var ___stack_pointer = new WebAssembly.Global(
|
|
371154
371154
|
{ value: "i32", mutable: true },
|
|
371155
|
-
|
|
371155
|
+
11742144
|
|
371156
371156
|
);
|
|
371157
371157
|
var PATH = {
|
|
371158
371158
|
isAbs: (path49) => path49.charAt(0) === "/",
|
|
@@ -395668,13 +395668,13 @@ ${e}`);
|
|
|
395668
395668
|
Module["createContext"] = Browser.createContext;
|
|
395669
395669
|
registerPostMainLoop(() => SDL.audio?.queueNewAudioData?.());
|
|
395670
395670
|
var ASM_CONSTS = {
|
|
395671
|
-
|
|
395671
|
+
10534397: ($0) => {
|
|
395672
395672
|
if (!$0) {
|
|
395673
395673
|
AL.alcErr = 40964;
|
|
395674
395674
|
return 1;
|
|
395675
395675
|
}
|
|
395676
395676
|
},
|
|
395677
|
-
|
|
395677
|
+
10534445: ($0) => {
|
|
395678
395678
|
if (!AL.currentCtx) {
|
|
395679
395679
|
err("alGetProcAddress() called without a valid context");
|
|
395680
395680
|
return 1;
|
|
@@ -398951,7 +398951,7 @@ var init_php_7_42 = __esm({
|
|
|
398951
398951
|
import_module14 = require("module");
|
|
398952
398952
|
import_path14 = __toESM(require("path"), 1);
|
|
398953
398953
|
dependencyFilename14 = import_path14.default.join(__dirname + "/asyncify", "7_4_33", "php_7_4.wasm");
|
|
398954
|
-
dependenciesTotalSize14 =
|
|
398954
|
+
dependenciesTotalSize14 = 23626901;
|
|
398955
398955
|
phpVersionString14 = "7.4.33";
|
|
398956
398956
|
}
|
|
398957
398957
|
});
|
|
@@ -424693,13 +424693,13 @@ ${e}`);
|
|
|
424693
424693
|
Module["createContext"] = Browser.createContext;
|
|
424694
424694
|
registerPostMainLoop(() => SDL.audio?.queueNewAudioData?.());
|
|
424695
424695
|
var ASM_CONSTS = {
|
|
424696
|
-
|
|
424696
|
+
10210589: ($0) => {
|
|
424697
424697
|
if (!$0) {
|
|
424698
424698
|
AL.alcErr = 40964;
|
|
424699
424699
|
return 1;
|
|
424700
424700
|
}
|
|
424701
424701
|
},
|
|
424702
|
-
|
|
424702
|
+
10210637: ($0) => {
|
|
424703
424703
|
if (!AL.currentCtx) {
|
|
424704
424704
|
err("alGetProcAddress() called without a valid context");
|
|
424705
424705
|
return 1;
|
|
@@ -427963,7 +427963,7 @@ var init_php_7_32 = __esm({
|
|
|
427963
427963
|
import_module15 = require("module");
|
|
427964
427964
|
import_path15 = __toESM(require("path"), 1);
|
|
427965
427965
|
dependencyFilename15 = import_path15.default.join(__dirname + "/asyncify", "7_3_33", "php_7_3.wasm");
|
|
427966
|
-
dependenciesTotalSize15 =
|
|
427966
|
+
dependenciesTotalSize15 = 23218265;
|
|
427967
427967
|
phpVersionString15 = "7.3.33";
|
|
427968
427968
|
}
|
|
427969
427969
|
});
|
|
@@ -453705,13 +453705,13 @@ ${e}`);
|
|
|
453705
453705
|
Module["createContext"] = Browser.createContext;
|
|
453706
453706
|
registerPostMainLoop(() => SDL.audio?.queueNewAudioData?.());
|
|
453707
453707
|
var ASM_CONSTS = {
|
|
453708
|
-
|
|
453708
|
+
9805453: ($0) => {
|
|
453709
453709
|
if (!$0) {
|
|
453710
453710
|
AL.alcErr = 40964;
|
|
453711
453711
|
return 1;
|
|
453712
453712
|
}
|
|
453713
453713
|
},
|
|
453714
|
-
|
|
453714
|
+
9805501: ($0) => {
|
|
453715
453715
|
if (!AL.currentCtx) {
|
|
453716
453716
|
err("alGetProcAddress() called without a valid context");
|
|
453717
453717
|
return 1;
|
|
@@ -456961,7 +456961,7 @@ var init_php_7_22 = __esm({
|
|
|
456961
456961
|
import_module16 = require("module");
|
|
456962
456962
|
import_path16 = __toESM(require("path"), 1);
|
|
456963
456963
|
dependencyFilename16 = import_path16.default.join(__dirname + "/asyncify", "7_2_34", "php_7_2.wasm");
|
|
456964
|
-
dependenciesTotalSize16 =
|
|
456964
|
+
dependenciesTotalSize16 = 22894943;
|
|
456965
456965
|
phpVersionString16 = "7.2.34";
|
|
456966
456966
|
}
|
|
456967
456967
|
});
|