Skip to content

Commit dd12b37

Browse files
committed
Rebuilt PHP files for asyncify
1 parent 24f7b8d commit dd12b37

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed
2.3 KB
Binary file not shown.

packages/php-wasm/node/asyncify/php_8_4.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const dependencyFilename = __dirname + '/8_4_0/php_8_4.wasm';
22
export { dependencyFilename };
3-
export const dependenciesTotalSize = 18722573;
3+
export const dependenciesTotalSize = 18724929;
44
export function init(RuntimeName, PHPLoader) {
55
/**
66
* Overrides Emscripten's default ExitStatus object which gets

packages/php-wasm/node/src/test/php.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ destructive results fifty years hence. He was, I believe, not in the
7171
least an ill-natured man: very much the opposite, I should say; but he
7272
would not suffer fools gladly.`;
7373

74-
describe.each(SupportedPHPVersions)('PHP %s', (phpVersion) => {
74+
describe.each(['SupportedPHPVersions'])('PHP %s', (phpVersion) => {
7575
let php: PHP;
7676
beforeEach(async () => {
7777
php = new PHP(await loadNodeRuntime(phpVersion as any));
950 Bytes
Binary file not shown.

packages/php-wasm/web/public/php/asyncify/php_8_4.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)