We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d15f3c commit 24dc99dCopy full SHA for 24dc99d
lib/host-map.nix
@@ -18,6 +18,7 @@ with stdenv.hostPlatform; {
18
if isiOS then "Ios" else
19
if isAndroid then "Android" else
20
if isGhcjs then "Ghcjs" else
21
+ if isWasi then "Wasi" else
22
if isAsterius then "Asterius" else
23
throw "Unknown OS";
24
arch = if isx86 && is32bit then "I386" else
0 commit comments