Skip to content

Commit e166d75

Browse files
authored
Add WASM-related os/arch for Cabal (#2044)
1 parent 49398b0 commit e166d75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/cabal-os-arch-comp.nix

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
isIOS = false;
3535
isAndroid = false;
3636
isGhcjs = false;
37+
isWasi = false;
3738
};
3839
arch = {
3940
# Archs
@@ -54,5 +55,6 @@
5455
isM68k = false;
5556
isVax = false;
5657
isJavaScript = false;
58+
isWasm32 = false;
5759
};
5860
}

0 commit comments

Comments
 (0)