Skip to content

Commit

Permalink
Merge pull request #30 from jerbob92/feature/update-emscripten-to-3.1.51
Browse files Browse the repository at this point in the history
Add Emscripten 3.1.51 to tests, recompile wasm files
  • Loading branch information
jerbob92 authored Jan 16, 2024
2 parents d430143 + 59c3421 commit 4aa1e8f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
emscripten: [ "3.1.44", "3.1.45", "3.1.46", "3.1.47", "3.1.48", "3.1.49", "3.1.50" ]
emscripten: [ "3.1.44", "3.1.45", "3.1.46", "3.1.47", "3.1.48", "3.1.49", "3.1.50", "3.1.51" ]
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
Expand Down
Binary file modified examples/classes/wasm/classes.wasm
Binary file not shown.
Binary file modified examples/enums-and-constants/wasm/enums_and_constants.wasm
Binary file not shown.
Binary file modified examples/hello-world/wasm/hello_world.wasm
Binary file not shown.
Binary file modified testdata/wasm/tests.wasm
Binary file not shown.

0 comments on commit 4aa1e8f

Please sign in to comment.