|
@@ -1852,10 +1852,12 @@ implementation
|
|
end
|
|
end
|
|
else
|
|
else
|
|
begin
|
|
begin
|
|
- WriteUleb(FWasmCustomSections[wcstTargetFeatures],2);
|
|
|
|
|
|
+ WriteUleb(FWasmCustomSections[wcstTargetFeatures],3);
|
|
WriteUleb(FWasmCustomSections[wcstTargetFeatures],$2B);
|
|
WriteUleb(FWasmCustomSections[wcstTargetFeatures],$2B);
|
|
WriteName(FWasmCustomSections[wcstTargetFeatures],'bulk-memory');
|
|
WriteName(FWasmCustomSections[wcstTargetFeatures],'bulk-memory');
|
|
WriteUleb(FWasmCustomSections[wcstTargetFeatures],$2B);
|
|
WriteUleb(FWasmCustomSections[wcstTargetFeatures],$2B);
|
|
|
|
+ WriteName(FWasmCustomSections[wcstTargetFeatures],'mutable-globals');
|
|
|
|
+ WriteUleb(FWasmCustomSections[wcstTargetFeatures],$2B);
|
|
WriteName(FWasmCustomSections[wcstTargetFeatures],'sign-ext');
|
|
WriteName(FWasmCustomSections[wcstTargetFeatures],'sign-ext');
|
|
end;
|
|
end;
|
|
|
|
|