Make wasm version to compile

This commit is contained in:
Sebastian Miasojed
2024-11-08 09:54:10 +01:00
parent b7b28efded
commit b6baf6cfd9
2 changed files with 16 additions and 7 deletions
-1
View File
@@ -77,7 +77,6 @@ impl Compiler for SoljsonCompiler {
)
})?;
output.preprocess_ast(&version, pipeline, suppressed_warnings.as_slice())?;
output.remove_evm();
Ok(output)
}