mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-12 19:51:03 +00:00
Rollback soljson cleaning
This commit is contained in:
committed by
GitHub
parent
e2ccdaae00
commit
e9d3ec2079
@@ -13,9 +13,6 @@ mergeInto(LibraryManager.library, {
|
|||||||
resolc_compile: function (inputPtr, inputLen) {
|
resolc_compile: function (inputPtr, inputLen) {
|
||||||
const inputJson = UTF8ToString(inputPtr, inputLen);
|
const inputJson = UTF8ToString(inputPtr, inputLen);
|
||||||
var revive = createRevive();
|
var revive = createRevive();
|
||||||
// Allow GC to clean up the data
|
|
||||||
revive.wasmBinary = undefined
|
|
||||||
revive.soljson = undefined
|
|
||||||
revive.writeToStdin(inputJson);
|
revive.writeToStdin(inputJson);
|
||||||
|
|
||||||
// Call main on the new instance
|
// Call main on the new instance
|
||||||
|
|||||||
Reference in New Issue
Block a user