[Wasm] Update jsShell to 2023-04-11-21-59-06

This commit is contained in:
Igor Yakovlev
2023-04-12 08:08:31 +02:00
committed by Space Team
parent edf4e80165
commit 09ea0ef757
+2 -2
View File
@@ -77,8 +77,8 @@ val currentOsType = run {
OsType(osName, osArch)
}
val jsShellVersion = "2023-03-04-09-52-24-mozilla-central"
val jsShellDirectory = "https://archive.mozilla.org/pub/firefox/nightly/2023/03/$jsShellVersion"
val jsShellVersion = "2023-04-11-21-59-06-mozilla-central"
val jsShellDirectory = "https://archive.mozilla.org/pub/firefox/nightly/2023/04/$jsShellVersion"
val jsShellSuffix = when (currentOsType) {
OsType(OsName.LINUX, OsArch.X86_32) -> "linux-i686"
OsType(OsName.LINUX, OsArch.X86_64) -> "linux-x86_64"