You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge two similar features-section-parsing functions (NFC) (#25055)
`webassembly.Module` has two similar functions. This makes code use
`get_target_features`, which returns a map so it can be queried by
features.
This also adds `@memoize` decorator to `get_target_features` so its
result will be cached.
0 commit comments