@php-wasm/web-8-0 3.0.42 → 3.0.44
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.
|
Binary file
|
package/asyncify/php_8_0.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import dependencyFilename from './8_0_30/php_8_0.wasm';
|
|
2
2
|
export { dependencyFilename };
|
|
3
|
-
export const dependenciesTotalSize =
|
|
3
|
+
export const dependenciesTotalSize = 20682557;
|
|
4
4
|
const phpVersionString = '8.0.30';
|
|
5
5
|
export function init(RuntimeName, PHPLoader) {
|
|
6
6
|
// The rest of the code comes from the built php.js file and esm-suffix.js
|
|
@@ -24712,13 +24712,13 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
24712
24712
|
___cxa_rethrow_primary_exception;
|
|
24713
24713
|
Module['___syscall_shutdown'] = ___syscall_shutdown;
|
|
24714
24714
|
var ASM_CONSTS = {
|
|
24715
|
-
|
|
24715
|
+
12292625: ($0) => {
|
|
24716
24716
|
if (!$0) {
|
|
24717
24717
|
AL.alcErr = 40964;
|
|
24718
24718
|
return 1;
|
|
24719
24719
|
}
|
|
24720
24720
|
},
|
|
24721
|
-
|
|
24721
|
+
12292673: ($0) => {
|
|
24722
24722
|
if (!AL.currentCtx) {
|
|
24723
24723
|
err('alGetProcAddress() called without a valid context');
|
|
24724
24724
|
return 1;
|
package/jspi/8_0_30/php_8_0.wasm
CHANGED
|
Binary file
|
package/jspi/php_8_0.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import dependencyFilename from './8_0_30/php_8_0.wasm';
|
|
2
2
|
export { dependencyFilename };
|
|
3
|
-
export const dependenciesTotalSize =
|
|
3
|
+
export const dependenciesTotalSize = 20235050;
|
|
4
4
|
const phpVersionString = '8.0.30';
|
|
5
5
|
export function init(RuntimeName, PHPLoader) {
|
|
6
6
|
// The rest of the code comes from the built php.js file and esm-suffix.js
|
|
@@ -24486,13 +24486,13 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
24486
24486
|
Module['_sched_yield'] = _sched_yield;
|
|
24487
24487
|
Module['___syscall_shutdown'] = ___syscall_shutdown;
|
|
24488
24488
|
var ASM_CONSTS = {
|
|
24489
|
-
|
|
24489
|
+
12293186: ($0) => {
|
|
24490
24490
|
if (!$0) {
|
|
24491
24491
|
AL.alcErr = 40964;
|
|
24492
24492
|
return 1;
|
|
24493
24493
|
}
|
|
24494
24494
|
},
|
|
24495
|
-
|
|
24495
|
+
12293234: ($0) => {
|
|
24496
24496
|
if (!AL.currentCtx) {
|
|
24497
24497
|
err('alGetProcAddress() called without a valid context');
|
|
24498
24498
|
return 1;
|
|
@@ -24971,7 +24971,7 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
24971
24971
|
wasmExports['__indirect_function_table'];
|
|
24972
24972
|
___cpp_exception = wasmExports['__cpp_exception'];
|
|
24973
24973
|
}
|
|
24974
|
-
var ___heap_base =
|
|
24974
|
+
var ___heap_base = 13573792;
|
|
24975
24975
|
var wasmImports = {
|
|
24976
24976
|
IMG_Init: _IMG_Init,
|
|
24977
24977
|
IMG_Load: _IMG_Load,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@php-wasm/web-8-0",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.44",
|
|
4
4
|
"description": "PHP 8.0 WebAssembly binaries for web",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"node": ">=20.18.3",
|
|
36
36
|
"npm": ">=10.1.0"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "16881b9b024e961a5254be5b366fad096585c310",
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"ini": "4.1.2",
|
|
41
41
|
"wasm-feature-detect": "1.8.0",
|
|
42
|
-
"@php-wasm/universal": "3.0.
|
|
42
|
+
"@php-wasm/universal": "3.0.44"
|
|
43
43
|
},
|
|
44
44
|
"packageManager": "npm@10.9.2",
|
|
45
45
|
"overrides": {
|