Skip to content

Commit 24dc99d

Browse files
committed
Add wasi os to host-map
1 parent 7d15f3c commit 24dc99d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/host-map.nix

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ with stdenv.hostPlatform; {
1818
if isiOS then "Ios" else
1919
if isAndroid then "Android" else
2020
if isGhcjs then "Ghcjs" else
21+
if isWasi then "Wasi" else
2122
if isAsterius then "Asterius" else
2223
throw "Unknown OS";
2324
arch = if isx86 && is32bit then "I386" else

0 commit comments

Comments
 (0)