Rollback soljson cleaning

This commit is contained in:
Sebastian Miasojed
2025-01-23 17:20:11 +01:00
committed by GitHub
parent e2ccdaae00
commit e9d3ec2079
-3
View File
@@ -13,9 +13,6 @@ mergeInto(LibraryManager.library, {
resolc_compile: function (inputPtr, inputLen) {
const inputJson = UTF8ToString(inputPtr, inputLen);
var revive = createRevive();
// Allow GC to clean up the data
revive.wasmBinary = undefined
revive.soljson = undefined
revive.writeToStdin(inputJson);
// Call main on the new instance