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
significant internal modifications and optimizations etc. generally deserve a
9
+
mention. To examine the full set of changes between versions, visit the link to
10
+
full changeset diff at the end of each section.
11
+
12
+
Current Trunk
13
+
-------------
14
+
15
+
### BREAKING CHANGES
16
+
17
+
-`BinaryenSetFunctionTable` no longer accepts an array of functions, instead it accepts an array of function names, `const char **funcNames`. Previously, you could not include imported functions because they are of type `BinaryenImportRef` instead of `BinaryenFunctionRef`. [#1650](https://github.com/WebAssembly/binaryen/pull/1650)
0 commit comments