@php-wasm/web-7-4 3.0.41 → 3.0.43

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
@@ -1,6 +1,6 @@
1
1
  import dependencyFilename from './7_4_33/php_7_4.wasm';
2
2
  export { dependencyFilename };
3
- export const dependenciesTotalSize = 20403496;
3
+ export const dependenciesTotalSize = 20403537;
4
4
  const phpVersionString = '7.4.33';
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
- 11264145: ($0) => {
24715
+ 11264177: ($0) => {
24716
24716
  if (!$0) {
24717
24717
  AL.alcErr = 40964;
24718
24718
  return 1;
24719
24719
  }
24720
24720
  },
24721
- 11264193: ($0) => {
24721
+ 11264225: ($0) => {
24722
24722
  if (!AL.currentCtx) {
24723
24723
  err('alGetProcAddress() called without a valid context');
24724
24724
  return 1;
Binary file
package/jspi/php_7_4.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import dependencyFilename from './7_4_33/php_7_4.wasm';
2
2
  export { dependencyFilename };
3
- export const dependenciesTotalSize = 19964833;
3
+ export const dependenciesTotalSize = 19964879;
4
4
  const phpVersionString = '7.4.33';
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
- 11264706: ($0) => {
24489
+ 11264738: ($0) => {
24490
24490
  if (!$0) {
24491
24491
  AL.alcErr = 40964;
24492
24492
  return 1;
24493
24493
  }
24494
24494
  },
24495
- 11264754: ($0) => {
24495
+ 11264786: ($0) => {
24496
24496
  if (!AL.currentCtx) {
24497
24497
  err('alGetProcAddress() called without a valid context');
24498
24498
  return 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@php-wasm/web-7-4",
3
- "version": "3.0.41",
3
+ "version": "3.0.43",
4
4
  "description": "PHP 7.4 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": "638b025343c1cfee4f1b1732c0e05d286e67e136",
38
+ "gitHead": "a73661b5ec1f5d4bd2b1cd29789625d80561ff85",
39
39
  "dependencies": {
40
40
  "ini": "4.1.2",
41
41
  "wasm-feature-detect": "1.8.0",
42
- "@php-wasm/universal": "3.0.41"
42
+ "@php-wasm/universal": "3.0.43"
43
43
  },
44
44
  "packageManager": "npm@10.9.2",
45
45
  "overrides": {