Commit a40a9d3
authored
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
([#​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.
([#​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.
([#​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).
([#​8047](https://redirect.github.com/WebAssembly/binaryen/issues/8047))
- Cross-module fuzzing: Add support generate and fuzz two linked files
([#​7947](https://redirect.github.com/WebAssembly/binaryen/issues/7947),
[#​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 changedFile renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments