Skip to content

Commit

Permalink
Add PHP instrumentation, part 7
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpayton committed Apr 6, 2024
1 parent 519e943 commit 5a147a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified packages/php-wasm/node/public/8_0_30/php_8_0.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/php-wasm/node/public/php_8_0.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const dependencyFilename = __dirname + '/8_0_30/php_8_0.wasm';
export { dependencyFilename };
export const dependenciesTotalSize = 13601341;
export const dependenciesTotalSize = 13601501;
export function init(RuntimeName, PHPLoader) {
/**
* Overrides Emscripten's default ExitStatus object which gets
Expand Down

0 comments on commit 5a147a8

Please sign in to comment.