Skip to content

Commit 6a42ec1

Browse files
committed
Recompile PHP 8.0 Asyncify used by the mount and symlink test
1 parent 8ac28d2 commit 6a42ec1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed
Binary file not shown.

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import path from 'path';
88

99
const dependencyFilename = path.join(__dirname, '8_0_30', 'php_8_0.wasm');
1010
export { dependencyFilename };
11-
export const dependenciesTotalSize = 18445623;
11+
export const dependenciesTotalSize = 18445624;
1212
export function init(RuntimeName, PHPLoader) {
1313
// The rest of the code comes from the built php.js file and esm-suffix.js
1414
// include: shell.js
@@ -2676,9 +2676,6 @@ export function init(RuntimeName, PHPLoader) {
26762676
if (FS.isMountpoint(node)) {
26772677
throw new FS.ErrnoError(10);
26782678
}
2679-
if (!FS.isDir(node.mode)) {
2680-
throw new FS.ErrnoError(54);
2681-
}
26822679
}
26832680
var mount = {
26842681
type,

0 commit comments

Comments
 (0)