We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 223c273 commit 48b7c19Copy full SHA for 48b7c19
js/emscripten/build.js
@@ -3,7 +3,7 @@ const path = require("path");
3
const { minify } = require("terser");
4
5
const SOLJSON_URI =
6
- "https://binaries.soliditylang.org/wasm/soljson-v0.8.30+commit.ab55807c.js";
+ "https://binaries.soliditylang.org/wasm/soljson-v0.8.30+commit.73712a01.js";
7
const RESOLC_WASM_URI =
8
process.env.RELEASE_RESOLC_WASM_URI || "http://127.0.0.1:8080/resolc.wasm";
9
const RESOLC_WASM_TARGET_DIR = path.join(
0 commit comments