release-cross: add wasi targets
Add a few working cross targets to make sure things keep working.
This commit is contained in:
parent
e2a1dc6a44
commit
008c9a70a5
@ -54,6 +54,13 @@ let
|
|||||||
windows.mingw_w64_pthreads = nativePlatforms;
|
windows.mingw_w64_pthreads = nativePlatforms;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
wasiCommon = {
|
||||||
|
gmp = nativePlatforms;
|
||||||
|
boehmgc = nativePlatforms;
|
||||||
|
hello = nativePlatforms;
|
||||||
|
zlib = nativePlatforms;
|
||||||
|
};
|
||||||
|
|
||||||
darwinCommon = {
|
darwinCommon = {
|
||||||
buildPackages.binutils = darwin;
|
buildPackages.binutils = darwin;
|
||||||
};
|
};
|
||||||
@ -140,6 +147,8 @@ in
|
|||||||
android64 = mapTestOnCross lib.systems.examples.aarch64-android-prebuilt (linuxCommon // {
|
android64 = mapTestOnCross lib.systems.examples.aarch64-android-prebuilt (linuxCommon // {
|
||||||
});
|
});
|
||||||
|
|
||||||
|
wasi32 = mapTestOnCross lib.systems.examples.wasi32 wasiCommon;
|
||||||
|
|
||||||
msp430 = mapTestOnCross lib.systems.examples.msp430 embedded;
|
msp430 = mapTestOnCross lib.systems.examples.msp430 embedded;
|
||||||
avr = mapTestOnCross lib.systems.examples.avr embedded;
|
avr = mapTestOnCross lib.systems.examples.avr embedded;
|
||||||
arm-embedded = mapTestOnCross lib.systems.examples.arm-embedded embedded;
|
arm-embedded = mapTestOnCross lib.systems.examples.arm-embedded embedded;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user