Skip to content

Commit

Permalink
Merge pull request #107 from glassmonkey/feat/modify-version
Browse files Browse the repository at this point in the history
rebuild wasm files
  • Loading branch information
glassmonkey authored Nov 26, 2023
2 parents 2e73725 + 420bcec commit 3661a23
Show file tree
Hide file tree
Showing 22 changed files with 66,589 additions and 87 deletions.
Binary file modified assets/php-5.6.wasm
Binary file not shown.
Binary file modified assets/php-7.0.wasm
Binary file not shown.
Binary file modified assets/php-7.1.wasm
Binary file not shown.
Binary file modified assets/php-7.2.wasm
Binary file not shown.
Binary file modified assets/php-7.3.wasm
Binary file not shown.
Binary file modified assets/php-7.4.wasm
Binary file not shown.
Binary file modified assets/php-8.0.wasm
Binary file not shown.
Binary file modified assets/php-8.1.wasm
Binary file not shown.
Binary file modified assets/php-8.2.wasm
Binary file not shown.
Binary file modified assets/php-8.3.wasm
Binary file not shown.
72 changes: 36 additions & 36 deletions src/__test__/__snapshots__/php.test.ts.snap

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/__test__/php.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mockFetch.setOptions({
baseUrl: '',
});
it.skip('should increment counter', async () => {
const v = '8.2';
const v = '8.3';
const code = '<? echo(1);';

const data = fs.readFileSync(`assets/php-${v}.wasm`);
Expand Down
6,631 changes: 6,626 additions & 5 deletions src/wasm-assets/php-5.6.js

Large diffs are not rendered by default.

6,609 changes: 6,604 additions & 5 deletions src/wasm-assets/php-7.0.js

Large diffs are not rendered by default.

6,576 changes: 6,571 additions & 5 deletions src/wasm-assets/php-7.1.js

Large diffs are not rendered by default.

6,596 changes: 6,591 additions & 5 deletions src/wasm-assets/php-7.2.js

Large diffs are not rendered by default.

6,729 changes: 6,724 additions & 5 deletions src/wasm-assets/php-7.3.js

Large diffs are not rendered by default.

6,729 changes: 6,724 additions & 5 deletions src/wasm-assets/php-7.4.js

Large diffs are not rendered by default.

6,653 changes: 6,648 additions & 5 deletions src/wasm-assets/php-8.0.js

Large diffs are not rendered by default.

6,688 changes: 6,683 additions & 5 deletions src/wasm-assets/php-8.1.js

Large diffs are not rendered by default.

6,693 changes: 6,688 additions & 5 deletions src/wasm-assets/php-8.2.js

Large diffs are not rendered by default.

6,698 changes: 6,693 additions & 5 deletions src/wasm-assets/php-8.3.js

Large diffs are not rendered by default.

0 comments on commit 3661a23

Please sign in to comment.