[Wasm] Update SpiderMonkey and D8

This commit is contained in:
Igor Yakovlev
2023-05-11 19:32:49 +02:00
committed by Space Team
parent df03f0df0a
commit 45897cf045
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -61,4 +61,4 @@ versions.protobuf-relocated=2.6.1-1
versions.r8=2.2.64
versions.robolectric=4.0
versions.nodejs=18.12.1
versions.v8=11.1.31
versions.v8=11.5.99
+2 -2
View File
@@ -77,8 +77,8 @@ val currentOsType = run {
OsType(osName, osArch)
}
val jsShellVersion = "2023-04-11-21-59-06-mozilla-central"
val jsShellDirectory = "https://archive.mozilla.org/pub/firefox/nightly/2023/04/$jsShellVersion"
val jsShellVersion = "2023-05-12-09-49-14-mozilla-central"
val jsShellDirectory = "https://archive.mozilla.org/pub/firefox/nightly/2023/05/$jsShellVersion"
val jsShellSuffix = when (currentOsType) {
OsType(OsName.LINUX, OsArch.X86_32) -> "linux-i686"
OsType(OsName.LINUX, OsArch.X86_64) -> "linux-x86_64"