wasilibc: Disable bulk memory operations

Firefox's vendored wasm2c version does not supported those yet.

via https://bugzilla.mozilla.org/show_bug.cgi?id=1773200#c4
and https://hg.mozilla.org/mozilla-central/rev/d190451aa436
This commit is contained in:
Martin Weinelt 2022-12-04 17:40:01 +01:00
parent a876ef3313
commit 2f91ac81a8
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -38,7 +38,10 @@ stdenv.mkDerivation {
"SYSROOT_LIB:=$SYSROOT_LIB"
"SYSROOT_INC:=$SYSROOT_INC"
"SYSROOT_SHARE:=$SYSROOT_SHARE"
# https://bugzilla.mozilla.org/show_bug.cgi?id=1773200
"BULK_MEMORY_SOURCES:="
)
'';
enableParallelBuilding = true;