Skip to content

Commit 48b7c19

Browse files
committed
fix
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
1 parent 223c273 commit 48b7c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/emscripten/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const path = require("path");
33
const { minify } = require("terser");
44

55
const SOLJSON_URI =
6-
"https://binaries.soliditylang.org/wasm/soljson-v0.8.30+commit.ab55807c.js";
6+
"https://binaries.soliditylang.org/wasm/soljson-v0.8.30+commit.73712a01.js";
77
const RESOLC_WASM_URI =
88
process.env.RELEASE_RESOLC_WASM_URI || "http://127.0.0.1:8080/resolc.wasm";
99
const RESOLC_WASM_TARGET_DIR = path.join(

0 commit comments

Comments
 (0)