File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,13 @@ Current Trunk
2121- Change constant values of some reference types in the C and JS APIs. This is
2222 only observable if you hardcode specific values instead of calling the
2323 relevant methods (like ` BinaryenTypeDataref() ` ). (#4755 )
24+ - ` BinaryenModulePrintStackIR ` , ` BinaryenModuleWriteStackIR ` and
25+ ` BinaryenModuleAllocateAndWriteStackIR ` now have an extra boolean
26+ argument ` optimize ` . (#4832 )
27+ - Remove support for the ` let ` instruction that has been removed from the typed
28+ function references spec.
29+ - HeapType::ext has been restored but is no longer a subtype of HeapType::any to
30+ match the latest updates in the GC spec. (#4898 )
2431- ` i31ref ` and ` dataref ` are now nullable to match the latest GC spec. (#4843 )
2532
2633v109
You can’t perform that action at this time.
0 commit comments