[Wasm] Update jsShell to 2023-04-11-21-59-06
This commit is contained in:
committed by
Space Team
parent
edf4e80165
commit
09ea0ef757
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user