Skip to content

Commit a40a9d3

Browse files
chore(deps): update dependency binaryen to v125 (#1168)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [binaryen](https://redirect.github.com/WebAssembly/binaryen) | major | `124` -> `125` | --- ### Release Notes <details> <summary>WebAssembly/binaryen (binaryen)</summary> ### [`v125`](https://redirect.github.com/WebAssembly/binaryen/blob/HEAD/CHANGELOG.md#v125) - Add a ReorderTypes pass ([#&#8203;7879](https://redirect.github.com/WebAssembly/binaryen/issues/7879)). - C and JS APIs now assume RefFuncs are created after imported functions (non- imported functions can still be created later). This is necessary because imported function types can vary (due to Custom Descriptors), and we need to look up that type at RefFunc creation time. ([#&#8203;7993](https://redirect.github.com/WebAssembly/binaryen/issues/7993)) - The --mod-asyncify-never-unwind and --mod-asyncify-always-and-only-unwind passed were deleted. They only existed to support the lazy code loading support in emscripten that was removed. ([#&#8203;7893](https://redirect.github.com/WebAssembly/binaryen/issues/7893)) - The cost modeling of calls was increased to a high number. That cost is usually not something you can notice (as calls have effects that make removing/replacing them impossible), but you may notice this when using call.without.effects (calls will no longer be assumed to be cheap enough to run unconditionally) or monomorphize (which inputs a cost factor as a number). ([#&#8203;8047](https://redirect.github.com/WebAssembly/binaryen/issues/8047)) - Cross-module fuzzing: Add support generate and fuzz two linked files ([#&#8203;7947](https://redirect.github.com/WebAssembly/binaryen/issues/7947), [#&#8203;7949](https://redirect.github.com/WebAssembly/binaryen/issues/7949), etc.) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/alecthomas/chroma). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5486d21 commit a40a9d3

15 files changed

+14
-14
lines changed

bin/binaryen-unittests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.binaryen-124.pkg
1+
.binaryen-125.pkg

bin/wasm-as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.binaryen-124.pkg
1+
.binaryen-125.pkg

bin/wasm-ctor-eval

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.binaryen-124.pkg
1+
.binaryen-125.pkg

bin/wasm-dis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.binaryen-124.pkg
1+
.binaryen-125.pkg

bin/wasm-emscripten-finalize

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.binaryen-124.pkg
1+
.binaryen-125.pkg

bin/wasm-fuzz-lattices

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.binaryen-124.pkg
1+
.binaryen-125.pkg

bin/wasm-fuzz-types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.binaryen-124.pkg
1+
.binaryen-125.pkg

bin/wasm-merge

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.binaryen-124.pkg
1+
.binaryen-125.pkg

bin/wasm-metadce

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.binaryen-124.pkg
1+
.binaryen-125.pkg

0 commit comments

Comments
 (0)