@php-wasm/web-5-2 3.1.32 → 3.1.34

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.
Files changed (2) hide show
  1. package/jspi/php_5_2.js +3 -0
  2. package/package.json +3 -3
package/jspi/php_5_2.js CHANGED
@@ -174,6 +174,9 @@ export function init(RuntimeName, PHPLoader) {
174
174
  }
175
175
  function getWasmImports() {
176
176
  Asyncify.instrumentWasmImports(wasmImports);
177
+ wasmImports['__c_longjmp'] ??= new WebAssembly.Tag({
178
+ parameters: ['i32'],
179
+ });
177
180
  var imports = {
178
181
  env: wasmImports,
179
182
  wasi_snapshot_preview1: wasmImports,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@php-wasm/web-5-2",
3
- "version": "3.1.32",
3
+ "version": "3.1.34",
4
4
  "description": "PHP 5.2 WebAssembly binaries for web (legacy)",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,10 +35,10 @@
35
35
  "node": ">=20.10.0",
36
36
  "npm": ">=10.2.3"
37
37
  },
38
- "gitHead": "992e9bb9c6aa842bb646044f56491c10fcb82e46",
38
+ "gitHead": "86daccc84fe31900eb57c4c8e1c3ba21a7ae8d13",
39
39
  "dependencies": {
40
40
  "wasm-feature-detect": "1.8.0",
41
- "@php-wasm/universal": "3.1.32"
41
+ "@php-wasm/universal": "3.1.34"
42
42
  },
43
43
  "packageManager": "npm@10.9.2",
44
44
  "overrides": {