Commit Graph

32 Commits

Author SHA1 Message Date
R. Ryantm
2b3c56b036 wasmer: 4.2.5 -> 4.2.6 2024-03-04 00:25:06 +00:00
Nick Cao
cd791f6232
wasmer: add nickcao to maintainers 2023-12-26 19:43:20 -05:00
Nick Cao
58f6aba98b
wasmer: 4.2.1 -> 4.2.5
Diff: https://github.com/wasmerio/wasmer/compare/refs/tags/v4.2.1...v4.2.5
2023-12-26 19:32:39 -05:00
R. Ryantm
7e16aa5b94 wasmer: 4.2.0 -> 4.2.1 2023-10-05 17:19:10 +00:00
Nick Cao
a6fe29c2fb
wasmer: disable tests 2023-09-18 09:38:07 -04:00
Nick Cao
babf61b6e3
wasmer: 4.1.2 -> 4.2.0
Diff: https://github.com/wasmerio/wasmer/compare/refs/tags/v4.1.2...v4.2.0
2023-09-11 21:05:43 -04:00
Nick Cao
66a5b626e1
wasmer: 4.1.1 -> 4.1.2
Diff: https://github.com/wasmerio/wasmer/compare/refs/tags/v4.1.1...v4.1.2
2023-09-11 21:04:20 -04:00
Nick Cao
399f01d509
wasmer: 4.0.0 -> 4.1.1
Diff: https://github.com/wasmerio/wasmer/compare/refs/tags/v4.0.0...v4.1.1
2023-09-11 21:04:19 -04:00
Nick Cao
275360d327
wasmer: 3.1.1 -> 4.0.0 2023-06-22 22:57:44 +08:00
Nick Cao
4f1caea482
wasmer: 3.1.0 -> 3.1.1
Diff: https://github.com/wasmerio/wasmer/compare/v3.1.0...v3.1.1
2023-02-01 11:23:32 +08:00
R. Ryantm
88b3cc8ecc wasmer: 3.0.2 -> 3.1.0 2022-12-15 05:35:36 +00:00
R. Ryantm
fbcdadcb92 wasmer: 3.0.1 -> 3.0.2 2022-11-30 13:13:08 +00:00
Nick Cao
b79697e89b
wasmer: 2.3.0 -> 3.0.1 2022-11-24 22:04:20 +08:00
R. Ryantm
b40fa67604 wasmer: 2.1.1 -> 2.3.0 2022-07-31 05:56:06 +00:00
Rick van Schijndel
03bc571744
treewide: pkgs/development: mark broken for darwin 2022-05-30 13:42:57 +02:00
R. Ryantm
308ba0b97e wasmer: 2.1.0 -> 2.1.1 2021-12-22 00:35:08 +00:00
R. Ryantm
4e0f0930e9 wasmer: 2.0.0 -> 2.1.0 2021-12-05 17:47:17 +00:00
figsoda
43333d3c6e wasmer: use buildFeatures and checkFeatures 2021-11-16 08:11:51 -05:00
SCOTT-HAMILTON
2250baba4e wasmer interpreter: 1.0.2 -> 2.0.0 2021-06-21 14:07:53 +02:00
Daniël de Kok
85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
Andrew Childs
7869d16545 llvmPackages: Multuple outputs for everythting
Also begin to start work on cross compilation, though that will have to
be finished later.

The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.

Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.

----

Other misc notes, highly incomplete

- lvm-config-native and llvm-config are put in `dev` because they are
  tools just for build time.

- Clang no longer has an lld dep. That was introduced in
  db29857eb3, but if clang needs help
  finding lld when it is used we should just pass it flags / put in the
  resource dir. Providing it at build time increases critical path
  length for no good reason.

----

A note on `nativeCC`:

`stdenv` takes tools from the previous stage, so:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`

while:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
Sirio Balmelli
5ead7d9343
wasmer: 0.17.0 -> 1.0.2
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2021-04-03 11:37:23 +02:00
Daniël de Kok
2df314c261 wasmer: remove spurious feature quotation 2021-02-16 08:09:17 +01:00
Oleksii Filonenko
ab1fb17e59
Merge pull request #97518 from goodbyekansas/wasmer-backend
wasmer: enable cranelift backend
2021-01-19 00:49:28 +02:00
Oleksii Filonenko
512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
Simon Rainerson
5cf2869118 wasmer: enable cranelift backend
Since wasmer 0.17 no backends are enabled by default. Backends are now detected
using the [makefile](https://github.com/wasmerio/wasmer/blob/master/Makefile).
This change enables cranelift as this used to be the old default. At
least one backend is needed for the `run` subcommand to work. If we want
to replicate the actual logic in the makefile, we would probably want to
enable the singlepass and llvm backend as well. However enabling llvm
backend introduces a dependency on openssl, so we opted for replicating
the old default behavior.
2020-09-09 14:22:58 +02:00
zowoq
473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
Oleksii Filonenko
e2a5709d9c wasmer: 0.16.2 -> 0.17.0 2020-05-12 08:01:43 +00:00
Maximilian Bosch
37b590dc45
wasmer: 0.13.0 -> 0.16.2 2020-03-12 19:06:47 +01:00
Benjamin Hipple
e90602b8f2 wasmer: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 22:13:19 -08:00
Benjamin Hipple
eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Oleksii Filonenko
cd99b82d8a wasmer: init at 0.13.0 2020-01-16 12:29:04 -08:00