@php-wasm/node 2.0.12 → 2.0.14
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/index.cjs +4008 -3804
- package/index.js +3999 -3794
- 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_24/php_8_3.wasm +0 -0
- package/jspi/8_4_11/php_8_4.wasm +0 -0
- package/jspi/extensions/intl/7_2/intl.la +35 -0
- package/jspi/extensions/intl/7_2/intl.so +0 -0
- package/jspi/extensions/intl/7_3/intl.la +35 -0
- package/jspi/extensions/intl/7_3/intl.so +0 -0
- package/jspi/extensions/intl/7_4/intl.la +35 -0
- package/jspi/extensions/intl/7_4/intl.so +0 -0
- package/jspi/extensions/intl/8_0/intl.la +35 -0
- package/jspi/extensions/intl/8_0/intl.so +0 -0
- package/jspi/extensions/intl/8_1/intl.la +35 -0
- package/jspi/extensions/intl/8_1/intl.so +0 -0
- package/jspi/extensions/intl/8_2/intl.la +35 -0
- package/jspi/extensions/intl/8_2/intl.so +0 -0
- package/jspi/extensions/intl/8_3/intl.la +35 -0
- package/jspi/extensions/intl/8_3/intl.so +0 -0
- package/jspi/extensions/intl/8_4/intl.la +35 -0
- package/jspi/extensions/intl/8_4/intl.so +0 -0
- package/jspi/php_7_2.js +12 -12
- package/jspi/php_7_3.js +12 -12
- package/jspi/php_7_4.js +12 -12
- package/jspi/php_8_0.js +12 -12
- package/jspi/php_8_1.js +12 -12
- package/jspi/php_8_2.js +12 -12
- package/jspi/php_8_3.js +12 -12
- package/jspi/php_8_4.js +12 -12
- package/lib/extensions/intl/get-intl-extension-module.d.ts +2 -0
- package/lib/extensions/intl/with-intl.d.ts +2 -0
- package/lib/load-runtime.d.ts +1 -0
- package/package.json +7 -7
- package/jspi/8_3_23/php_8_3.wasm +0 -0
package/jspi/php_8_1.js
CHANGED
|
@@ -8,7 +8,7 @@ import path from 'path';
|
|
|
8
8
|
|
|
9
9
|
const dependencyFilename = path.join(__dirname, '8_1_33', 'php_8_1.wasm');
|
|
10
10
|
export { dependencyFilename };
|
|
11
|
-
export const dependenciesTotalSize =
|
|
11
|
+
export const dependenciesTotalSize = 24628696;
|
|
12
12
|
const phpVersionString = '8.1.33';
|
|
13
13
|
export function init(RuntimeName, PHPLoader) {
|
|
14
14
|
// The rest of the code comes from the built php.js file and esm-suffix.js
|
|
@@ -848,7 +848,7 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
848
848
|
},
|
|
849
849
|
};
|
|
850
850
|
|
|
851
|
-
var ___heap_base =
|
|
851
|
+
var ___heap_base = 12922272;
|
|
852
852
|
|
|
853
853
|
var alignMemory = (size, alignment) => {
|
|
854
854
|
return Math.ceil(size / alignment) * alignment;
|
|
@@ -1012,7 +1012,7 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
1012
1012
|
|
|
1013
1013
|
/** @type {WebAssembly.Table} */
|
|
1014
1014
|
var wasmTable = new WebAssembly.Table({
|
|
1015
|
-
initial:
|
|
1015
|
+
initial: 10972,
|
|
1016
1016
|
element: 'anyfunc',
|
|
1017
1017
|
});
|
|
1018
1018
|
var getWasmTableEntry = (funcPtr) => {
|
|
@@ -1743,13 +1743,13 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
1743
1743
|
1024
|
|
1744
1744
|
);
|
|
1745
1745
|
|
|
1746
|
-
var ___stack_high =
|
|
1746
|
+
var ___stack_high = 12922272;
|
|
1747
1747
|
|
|
1748
|
-
var ___stack_low =
|
|
1748
|
+
var ___stack_low = 11873696;
|
|
1749
1749
|
|
|
1750
1750
|
var ___stack_pointer = new WebAssembly.Global(
|
|
1751
1751
|
{ value: 'i32', mutable: true },
|
|
1752
|
-
|
|
1752
|
+
12922272
|
|
1753
1753
|
);
|
|
1754
1754
|
|
|
1755
1755
|
var PATH = {
|
|
@@ -31262,13 +31262,13 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
31262
31262
|
// End JS library code
|
|
31263
31263
|
|
|
31264
31264
|
var ASM_CONSTS = {
|
|
31265
|
-
|
|
31265
|
+
11643694: ($0) => {
|
|
31266
31266
|
if (!$0) {
|
|
31267
31267
|
AL.alcErr = 0xa004;
|
|
31268
31268
|
return 1;
|
|
31269
31269
|
}
|
|
31270
31270
|
},
|
|
31271
|
-
|
|
31271
|
+
11643742: ($0) => {
|
|
31272
31272
|
if (!AL.currentCtx) {
|
|
31273
31273
|
err('alGetProcAddress() called without a valid context');
|
|
31274
31274
|
return 1;
|
|
@@ -34112,8 +34112,6 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
34112
34112
|
var _htonl = (a0) => (_htonl = wasmExports['htonl'])(a0);
|
|
34113
34113
|
var _wasm_sleep = (Module['_wasm_sleep'] = (a0) =>
|
|
34114
34114
|
(_wasm_sleep = Module['_wasm_sleep'] = wasmExports['wasm_sleep'])(a0));
|
|
34115
|
-
var ___cxa_throw = (a0, a1, a2) =>
|
|
34116
|
-
(___cxa_throw = wasmExports['__cxa_throw'])(a0, a1, a2);
|
|
34117
34115
|
var _calloc = (a0, a1) => (_calloc = wasmExports['calloc'])(a0, a1);
|
|
34118
34116
|
var _initgroups = (Module['_initgroups'] = (a0, a1) =>
|
|
34119
34117
|
(_initgroups = Module['_initgroups'] = wasmExports['initgroups'])(
|
|
@@ -34230,14 +34228,16 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
34230
34228
|
var _emscripten_stack_get_current = () =>
|
|
34231
34229
|
(_emscripten_stack_get_current =
|
|
34232
34230
|
wasmExports['emscripten_stack_get_current'])();
|
|
34231
|
+
var ___cxa_demangle = (a0, a1, a2, a3) =>
|
|
34232
|
+
(___cxa_demangle = wasmExports['__cxa_demangle'])(a0, a1, a2, a3);
|
|
34233
34233
|
var ___cxa_decrement_exception_refcount = (a0) =>
|
|
34234
34234
|
(___cxa_decrement_exception_refcount =
|
|
34235
34235
|
wasmExports['__cxa_decrement_exception_refcount'])(a0);
|
|
34236
|
+
var ___cxa_throw = (a0, a1, a2) =>
|
|
34237
|
+
(___cxa_throw = wasmExports['__cxa_throw'])(a0, a1, a2);
|
|
34236
34238
|
var ___cxa_increment_exception_refcount = (a0) =>
|
|
34237
34239
|
(___cxa_increment_exception_refcount =
|
|
34238
34240
|
wasmExports['__cxa_increment_exception_refcount'])(a0);
|
|
34239
|
-
var ___cxa_demangle = (a0, a1, a2, a3) =>
|
|
34240
|
-
(___cxa_demangle = wasmExports['__cxa_demangle'])(a0, a1, a2, a3);
|
|
34241
34241
|
var ___thrown_object_from_unwind_exception = (a0) =>
|
|
34242
34242
|
(___thrown_object_from_unwind_exception =
|
|
34243
34243
|
wasmExports['__thrown_object_from_unwind_exception'])(a0);
|
package/jspi/php_8_2.js
CHANGED
|
@@ -8,7 +8,7 @@ import path from 'path';
|
|
|
8
8
|
|
|
9
9
|
const dependencyFilename = path.join(__dirname, '8_2_29', 'php_8_2.wasm');
|
|
10
10
|
export { dependencyFilename };
|
|
11
|
-
export const dependenciesTotalSize =
|
|
11
|
+
export const dependenciesTotalSize = 24915373;
|
|
12
12
|
const phpVersionString = '8.2.29';
|
|
13
13
|
export function init(RuntimeName, PHPLoader) {
|
|
14
14
|
// The rest of the code comes from the built php.js file and esm-suffix.js
|
|
@@ -848,7 +848,7 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
848
848
|
},
|
|
849
849
|
};
|
|
850
850
|
|
|
851
|
-
var ___heap_base =
|
|
851
|
+
var ___heap_base = 12959328;
|
|
852
852
|
|
|
853
853
|
var alignMemory = (size, alignment) => {
|
|
854
854
|
return Math.ceil(size / alignment) * alignment;
|
|
@@ -1012,7 +1012,7 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
1012
1012
|
|
|
1013
1013
|
/** @type {WebAssembly.Table} */
|
|
1014
1014
|
var wasmTable = new WebAssembly.Table({
|
|
1015
|
-
initial:
|
|
1015
|
+
initial: 11213,
|
|
1016
1016
|
element: 'anyfunc',
|
|
1017
1017
|
});
|
|
1018
1018
|
var getWasmTableEntry = (funcPtr) => {
|
|
@@ -1743,13 +1743,13 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
1743
1743
|
1024
|
|
1744
1744
|
);
|
|
1745
1745
|
|
|
1746
|
-
var ___stack_high =
|
|
1746
|
+
var ___stack_high = 12959328;
|
|
1747
1747
|
|
|
1748
|
-
var ___stack_low =
|
|
1748
|
+
var ___stack_low = 11910752;
|
|
1749
1749
|
|
|
1750
1750
|
var ___stack_pointer = new WebAssembly.Global(
|
|
1751
1751
|
{ value: 'i32', mutable: true },
|
|
1752
|
-
|
|
1752
|
+
12959328
|
|
1753
1753
|
);
|
|
1754
1754
|
|
|
1755
1755
|
var PATH = {
|
|
@@ -31262,13 +31262,13 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
31262
31262
|
// End JS library code
|
|
31263
31263
|
|
|
31264
31264
|
var ASM_CONSTS = {
|
|
31265
|
-
|
|
31265
|
+
11682206: ($0) => {
|
|
31266
31266
|
if (!$0) {
|
|
31267
31267
|
AL.alcErr = 0xa004;
|
|
31268
31268
|
return 1;
|
|
31269
31269
|
}
|
|
31270
31270
|
},
|
|
31271
|
-
|
|
31271
|
+
11682254: ($0) => {
|
|
31272
31272
|
if (!AL.currentCtx) {
|
|
31273
31273
|
err('alGetProcAddress() called without a valid context');
|
|
31274
31274
|
return 1;
|
|
@@ -34104,8 +34104,6 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
34104
34104
|
var _wasm_sleep = (Module['_wasm_sleep'] = (a0) =>
|
|
34105
34105
|
(_wasm_sleep = Module['_wasm_sleep'] = wasmExports['wasm_sleep'])(a0));
|
|
34106
34106
|
var _fflush = (a0) => (_fflush = wasmExports['fflush'])(a0);
|
|
34107
|
-
var ___cxa_throw = (a0, a1, a2) =>
|
|
34108
|
-
(___cxa_throw = wasmExports['__cxa_throw'])(a0, a1, a2);
|
|
34109
34107
|
var _calloc = (a0, a1) => (_calloc = wasmExports['calloc'])(a0, a1);
|
|
34110
34108
|
var _flock = (Module['_flock'] = (a0, a1) =>
|
|
34111
34109
|
(_flock = Module['_flock'] = wasmExports['flock'])(a0, a1));
|
|
@@ -34230,14 +34228,16 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
34230
34228
|
var _emscripten_stack_get_current = () =>
|
|
34231
34229
|
(_emscripten_stack_get_current =
|
|
34232
34230
|
wasmExports['emscripten_stack_get_current'])();
|
|
34231
|
+
var ___cxa_demangle = (a0, a1, a2, a3) =>
|
|
34232
|
+
(___cxa_demangle = wasmExports['__cxa_demangle'])(a0, a1, a2, a3);
|
|
34233
34233
|
var ___cxa_decrement_exception_refcount = (a0) =>
|
|
34234
34234
|
(___cxa_decrement_exception_refcount =
|
|
34235
34235
|
wasmExports['__cxa_decrement_exception_refcount'])(a0);
|
|
34236
|
+
var ___cxa_throw = (a0, a1, a2) =>
|
|
34237
|
+
(___cxa_throw = wasmExports['__cxa_throw'])(a0, a1, a2);
|
|
34236
34238
|
var ___cxa_increment_exception_refcount = (a0) =>
|
|
34237
34239
|
(___cxa_increment_exception_refcount =
|
|
34238
34240
|
wasmExports['__cxa_increment_exception_refcount'])(a0);
|
|
34239
|
-
var ___cxa_demangle = (a0, a1, a2, a3) =>
|
|
34240
|
-
(___cxa_demangle = wasmExports['__cxa_demangle'])(a0, a1, a2, a3);
|
|
34241
34241
|
var ___thrown_object_from_unwind_exception = (a0) =>
|
|
34242
34242
|
(___thrown_object_from_unwind_exception =
|
|
34243
34243
|
wasmExports['__thrown_object_from_unwind_exception'])(a0);
|
package/jspi/php_8_3.js
CHANGED
|
@@ -8,7 +8,7 @@ import path from 'path';
|
|
|
8
8
|
|
|
9
9
|
const dependencyFilename = path.join(__dirname, '8_3_24', 'php_8_3.wasm');
|
|
10
10
|
export { dependencyFilename };
|
|
11
|
-
export const dependenciesTotalSize =
|
|
11
|
+
export const dependenciesTotalSize = 26006395;
|
|
12
12
|
const phpVersionString = '8.3.24';
|
|
13
13
|
export function init(RuntimeName, PHPLoader) {
|
|
14
14
|
// The rest of the code comes from the built php.js file and esm-suffix.js
|
|
@@ -848,7 +848,7 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
848
848
|
},
|
|
849
849
|
};
|
|
850
850
|
|
|
851
|
-
var ___heap_base =
|
|
851
|
+
var ___heap_base = 13877728;
|
|
852
852
|
|
|
853
853
|
var alignMemory = (size, alignment) => {
|
|
854
854
|
return Math.ceil(size / alignment) * alignment;
|
|
@@ -1012,7 +1012,7 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
1012
1012
|
|
|
1013
1013
|
/** @type {WebAssembly.Table} */
|
|
1014
1014
|
var wasmTable = new WebAssembly.Table({
|
|
1015
|
-
initial:
|
|
1015
|
+
initial: 11248,
|
|
1016
1016
|
element: 'anyfunc',
|
|
1017
1017
|
});
|
|
1018
1018
|
var getWasmTableEntry = (funcPtr) => {
|
|
@@ -1743,13 +1743,13 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
1743
1743
|
1024
|
|
1744
1744
|
);
|
|
1745
1745
|
|
|
1746
|
-
var ___stack_high =
|
|
1746
|
+
var ___stack_high = 13877728;
|
|
1747
1747
|
|
|
1748
|
-
var ___stack_low =
|
|
1748
|
+
var ___stack_low = 12829152;
|
|
1749
1749
|
|
|
1750
1750
|
var ___stack_pointer = new WebAssembly.Global(
|
|
1751
1751
|
{ value: 'i32', mutable: true },
|
|
1752
|
-
|
|
1752
|
+
13877728
|
|
1753
1753
|
);
|
|
1754
1754
|
|
|
1755
1755
|
var PATH = {
|
|
@@ -31262,13 +31262,13 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
31262
31262
|
// End JS library code
|
|
31263
31263
|
|
|
31264
31264
|
var ASM_CONSTS = {
|
|
31265
|
-
|
|
31265
|
+
12633118: ($0) => {
|
|
31266
31266
|
if (!$0) {
|
|
31267
31267
|
AL.alcErr = 0xa004;
|
|
31268
31268
|
return 1;
|
|
31269
31269
|
}
|
|
31270
31270
|
},
|
|
31271
|
-
|
|
31271
|
+
12633166: ($0) => {
|
|
31272
31272
|
if (!AL.currentCtx) {
|
|
31273
31273
|
err('alGetProcAddress() called without a valid context');
|
|
31274
31274
|
return 1;
|
|
@@ -34104,8 +34104,6 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
34104
34104
|
var _wasm_sleep = (Module['_wasm_sleep'] = (a0) =>
|
|
34105
34105
|
(_wasm_sleep = Module['_wasm_sleep'] = wasmExports['wasm_sleep'])(a0));
|
|
34106
34106
|
var _fflush = (a0) => (_fflush = wasmExports['fflush'])(a0);
|
|
34107
|
-
var ___cxa_throw = (a0, a1, a2) =>
|
|
34108
|
-
(___cxa_throw = wasmExports['__cxa_throw'])(a0, a1, a2);
|
|
34109
34107
|
var _calloc = (a0, a1) => (_calloc = wasmExports['calloc'])(a0, a1);
|
|
34110
34108
|
var _flock = (Module['_flock'] = (a0, a1) =>
|
|
34111
34109
|
(_flock = Module['_flock'] = wasmExports['flock'])(a0, a1));
|
|
@@ -34230,14 +34228,16 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
34230
34228
|
var _emscripten_stack_get_current = () =>
|
|
34231
34229
|
(_emscripten_stack_get_current =
|
|
34232
34230
|
wasmExports['emscripten_stack_get_current'])();
|
|
34231
|
+
var ___cxa_demangle = (a0, a1, a2, a3) =>
|
|
34232
|
+
(___cxa_demangle = wasmExports['__cxa_demangle'])(a0, a1, a2, a3);
|
|
34233
34233
|
var ___cxa_decrement_exception_refcount = (a0) =>
|
|
34234
34234
|
(___cxa_decrement_exception_refcount =
|
|
34235
34235
|
wasmExports['__cxa_decrement_exception_refcount'])(a0);
|
|
34236
|
+
var ___cxa_throw = (a0, a1, a2) =>
|
|
34237
|
+
(___cxa_throw = wasmExports['__cxa_throw'])(a0, a1, a2);
|
|
34236
34238
|
var ___cxa_increment_exception_refcount = (a0) =>
|
|
34237
34239
|
(___cxa_increment_exception_refcount =
|
|
34238
34240
|
wasmExports['__cxa_increment_exception_refcount'])(a0);
|
|
34239
|
-
var ___cxa_demangle = (a0, a1, a2, a3) =>
|
|
34240
|
-
(___cxa_demangle = wasmExports['__cxa_demangle'])(a0, a1, a2, a3);
|
|
34241
34241
|
var ___thrown_object_from_unwind_exception = (a0) =>
|
|
34242
34242
|
(___thrown_object_from_unwind_exception =
|
|
34243
34243
|
wasmExports['__thrown_object_from_unwind_exception'])(a0);
|
package/jspi/php_8_4.js
CHANGED
|
@@ -8,7 +8,7 @@ import path from 'path';
|
|
|
8
8
|
|
|
9
9
|
const dependencyFilename = path.join(__dirname, '8_4_11', 'php_8_4.wasm');
|
|
10
10
|
export { dependencyFilename };
|
|
11
|
-
export const dependenciesTotalSize =
|
|
11
|
+
export const dependenciesTotalSize = 29758773;
|
|
12
12
|
const phpVersionString = '8.4.11';
|
|
13
13
|
export function init(RuntimeName, PHPLoader) {
|
|
14
14
|
// The rest of the code comes from the built php.js file and esm-suffix.js
|
|
@@ -848,7 +848,7 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
848
848
|
},
|
|
849
849
|
};
|
|
850
850
|
|
|
851
|
-
var ___heap_base =
|
|
851
|
+
var ___heap_base = 16973536;
|
|
852
852
|
|
|
853
853
|
var alignMemory = (size, alignment) => {
|
|
854
854
|
return Math.ceil(size / alignment) * alignment;
|
|
@@ -1012,7 +1012,7 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
1012
1012
|
|
|
1013
1013
|
/** @type {WebAssembly.Table} */
|
|
1014
1014
|
var wasmTable = new WebAssembly.Table({
|
|
1015
|
-
initial:
|
|
1015
|
+
initial: 12055,
|
|
1016
1016
|
element: 'anyfunc',
|
|
1017
1017
|
});
|
|
1018
1018
|
var getWasmTableEntry = (funcPtr) => {
|
|
@@ -1743,13 +1743,13 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
1743
1743
|
1024
|
|
1744
1744
|
);
|
|
1745
1745
|
|
|
1746
|
-
var ___stack_high =
|
|
1746
|
+
var ___stack_high = 16973536;
|
|
1747
1747
|
|
|
1748
|
-
var ___stack_low =
|
|
1748
|
+
var ___stack_low = 15924960;
|
|
1749
1749
|
|
|
1750
1750
|
var ___stack_pointer = new WebAssembly.Global(
|
|
1751
1751
|
{ value: 'i32', mutable: true },
|
|
1752
|
-
|
|
1752
|
+
16973536
|
|
1753
1753
|
);
|
|
1754
1754
|
|
|
1755
1755
|
var PATH = {
|
|
@@ -31262,13 +31262,13 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
31262
31262
|
// End JS library code
|
|
31263
31263
|
|
|
31264
31264
|
var ASM_CONSTS = {
|
|
31265
|
-
|
|
31265
|
+
15724366: ($0) => {
|
|
31266
31266
|
if (!$0) {
|
|
31267
31267
|
AL.alcErr = 0xa004;
|
|
31268
31268
|
return 1;
|
|
31269
31269
|
}
|
|
31270
31270
|
},
|
|
31271
|
-
|
|
31271
|
+
15724414: ($0) => {
|
|
31272
31272
|
if (!AL.currentCtx) {
|
|
31273
31273
|
err('alGetProcAddress() called without a valid context');
|
|
31274
31274
|
return 1;
|
|
@@ -34105,8 +34105,6 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
34105
34105
|
(_wasm_sleep = Module['_wasm_sleep'] = wasmExports['wasm_sleep'])(a0));
|
|
34106
34106
|
var _fflush = (a0) => (_fflush = wasmExports['fflush'])(a0);
|
|
34107
34107
|
var _calloc = (a0, a1) => (_calloc = wasmExports['calloc'])(a0, a1);
|
|
34108
|
-
var ___cxa_throw = (a0, a1, a2) =>
|
|
34109
|
-
(___cxa_throw = wasmExports['__cxa_throw'])(a0, a1, a2);
|
|
34110
34108
|
var _flock = (Module['_flock'] = (a0, a1) =>
|
|
34111
34109
|
(_flock = Module['_flock'] = wasmExports['flock'])(a0, a1));
|
|
34112
34110
|
var _initgroups = (Module['_initgroups'] = (a0, a1) =>
|
|
@@ -34230,14 +34228,16 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
34230
34228
|
var _emscripten_stack_get_current = () =>
|
|
34231
34229
|
(_emscripten_stack_get_current =
|
|
34232
34230
|
wasmExports['emscripten_stack_get_current'])();
|
|
34231
|
+
var ___cxa_demangle = (a0, a1, a2, a3) =>
|
|
34232
|
+
(___cxa_demangle = wasmExports['__cxa_demangle'])(a0, a1, a2, a3);
|
|
34233
34233
|
var ___cxa_decrement_exception_refcount = (a0) =>
|
|
34234
34234
|
(___cxa_decrement_exception_refcount =
|
|
34235
34235
|
wasmExports['__cxa_decrement_exception_refcount'])(a0);
|
|
34236
|
+
var ___cxa_throw = (a0, a1, a2) =>
|
|
34237
|
+
(___cxa_throw = wasmExports['__cxa_throw'])(a0, a1, a2);
|
|
34236
34238
|
var ___cxa_increment_exception_refcount = (a0) =>
|
|
34237
34239
|
(___cxa_increment_exception_refcount =
|
|
34238
34240
|
wasmExports['__cxa_increment_exception_refcount'])(a0);
|
|
34239
|
-
var ___cxa_demangle = (a0, a1, a2, a3) =>
|
|
34240
|
-
(___cxa_demangle = wasmExports['__cxa_demangle'])(a0, a1, a2, a3);
|
|
34241
34241
|
var ___thrown_object_from_unwind_exception = (a0) =>
|
|
34242
34242
|
(___thrown_object_from_unwind_exception =
|
|
34243
34243
|
wasmExports['__thrown_object_from_unwind_exception'])(a0);
|
package/lib/load-runtime.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@php-wasm/node",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.14",
|
|
4
4
|
"description": "PHP.wasm for Node.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"license": "GPL-2.0-or-later",
|
|
40
40
|
"types": "index.d.ts",
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "47972f56affb733e7a3b8734ed29229a00364ced",
|
|
42
42
|
"engines": {
|
|
43
43
|
"node": ">=20.18.3",
|
|
44
44
|
"npm": ">=10.1.0"
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
"wasm-feature-detect": "1.8.0",
|
|
50
50
|
"ws": "8.18.1",
|
|
51
51
|
"yargs": "17.7.2",
|
|
52
|
-
"@php-wasm/node-polyfills": "2.0.
|
|
53
|
-
"@php-wasm/universal": "2.0.
|
|
54
|
-
"@php-wasm/logger": "2.0.
|
|
55
|
-
"@php-wasm/util": "2.0.
|
|
56
|
-
"@wp-playground/common": "2.0.
|
|
52
|
+
"@php-wasm/node-polyfills": "2.0.14",
|
|
53
|
+
"@php-wasm/universal": "2.0.14",
|
|
54
|
+
"@php-wasm/logger": "2.0.14",
|
|
55
|
+
"@php-wasm/util": "2.0.14",
|
|
56
|
+
"@wp-playground/common": "2.0.14"
|
|
57
57
|
},
|
|
58
58
|
"overrides": {
|
|
59
59
|
"rollup": "^4.34.6",
|
package/jspi/8_3_23/php_8_3.wasm
DELETED
|
Binary file
|