Add minification for resolc_packed.js

This commit is contained in:
Sebastian Miasojed
2025-01-24 15:37:49 +01:00
parent e9d3ec2079
commit 3035542a1c
5 changed files with 72 additions and 17 deletions
+2
View File
@@ -1,5 +1,7 @@
function uncompress(source, uncompressedSize) {
/*
Source https://github.com/ethereum/solidity/blob/develop/scripts/ci/mini-lz4.js
====
based off https://github.com/emscripten-core/emscripten/blob/main/third_party/mini-lz4.js
The license only applies to the body of this function (``uncompress``).
====