llvmPackages: update wasm to 12
This commit is contained in:
parent
a4684b5462
commit
5cd57cc7c0
1 changed files with 1 additions and 1 deletions
|
@ -12906,7 +12906,7 @@ with pkgs;
|
|||
else if platform.isFreeBSD then 7
|
||||
else if platform.isAndroid then 12
|
||||
else if platform.isLinux then 11
|
||||
else if platform.isWasm then 8
|
||||
else if platform.isWasm then 12
|
||||
else latest_version;
|
||||
# We take the "max of the mins". Why? Since those are lower bounds of the
|
||||
# supported version set, this is like intersecting those sets and then
|
||||
|
|
Loading…
Reference in a new issue