Commit graph

12 commits

Author SHA1 Message Date
Roman Volosatovs 7a9990d64d
wasilibc: 16 -> 17
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
2022-12-09 18:36:58 +01:00
Martin Weinelt 2f91ac81a8
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
2022-12-04 20:29:36 +01:00
Martin Weinelt a876ef3313
wasilibc: build firefox in passthru.tests 2022-12-04 20:29:35 +01:00
Martin Weinelt 218feac349
wasilibc: unstable-2022-04-12 -> 16
https://github.com/WebAssembly/wasi-sdk/releases/tag/wasi-sdk-16
2022-12-04 20:29:35 +01:00
John Ericson 942f536c76 wasilibc: unstable-2021-09-23 -> unstable-2022-04-12
Done in response to a few PRs which I made to wasi-libc to make things
better for downstream packagers like us.
2022-04-14 17:06:34 +00:00
Martin Weinelt 47ca51cba9
wasilibc: 20190712 -> unstable-2021-09-23 2022-03-14 00:17:28 +01:00
John Ericson 31d5f234d0 wasilibc: Use pname and version 2021-05-10 15:04:11 +00:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Markus Kowalewski 5c220d8784
wasilibc: add license 2020-06-27 12:51:13 +02:00
Ding Xiang Fei 6f3fc18606 wasilibc: 20190413 -> 20190712 2019-07-18 11:53:16 +08:00
Matthew Bauer 6948ffd398 wasilibc: use .imports file for lld
instead of passing in the --allow-undefined-file, we can just let lld
find the file.
2019-04-23 21:48:58 -04:00
Matthew Bauer 9abff4af4f wasm: init cross target
Adds pkgsCross.wasm32 and pkgsCross.wasm64. Use it to build Nixpkgs
with a WebAssembly toolchain.

stdenv/cross: use static overlay on isWasm

isWasm doesn’t make sense dynamically linked.
2019-04-23 21:48:57 -04:00