summary refs log tree commit diff
path: root/pkgs/development/interpreters/wasmer/default.nix
Commit message (Collapse)AuthorAge
* wasmer: 4.2.0 -> 4.2.1R. Ryantm2023-10-05
|
* wasmer: disable testsNick Cao2023-09-18
|
* wasmer: 4.1.2 -> 4.2.0Nick Cao2023-09-11
| | | | Diff: https://github.com/wasmerio/wasmer/compare/refs/tags/v4.1.2...v4.2.0
* wasmer: 4.1.1 -> 4.1.2Nick Cao2023-09-11
| | | | Diff: https://github.com/wasmerio/wasmer/compare/refs/tags/v4.1.1...v4.1.2
* wasmer: 4.0.0 -> 4.1.1Nick Cao2023-09-11
| | | | Diff: https://github.com/wasmerio/wasmer/compare/refs/tags/v4.0.0...v4.1.1
* wasmer: 3.1.1 -> 4.0.0Nick Cao2023-06-22
|
* wasmer: 3.1.0 -> 3.1.1Nick Cao2023-02-01
| | | | Diff: https://github.com/wasmerio/wasmer/compare/v3.1.0...v3.1.1
* wasmer: 3.0.2 -> 3.1.0R. Ryantm2022-12-15
|
* wasmer: 3.0.1 -> 3.0.2R. Ryantm2022-11-30
|
* wasmer: 2.3.0 -> 3.0.1Nick Cao2022-11-24
|
* wasmer: 2.1.1 -> 2.3.0R. Ryantm2022-07-31
|
* treewide: pkgs/development: mark broken for darwinRick van Schijndel2022-05-30
|
* wasmer: 2.1.0 -> 2.1.1R. Ryantm2021-12-22
|
* wasmer: 2.0.0 -> 2.1.0R. Ryantm2021-12-05
|
* wasmer: use buildFeatures and checkFeaturesfigsoda2021-11-16
|
* wasmer interpreter: 1.0.2 -> 2.0.0SCOTT-HAMILTON2021-06-21
|
* treewide: fix cargoSha256/cargoHashDaniël de Kok2021-05-08
| | | | | | | | | | | | | 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.
* llvmPackages: Multuple outputs for everythtingAndrew Childs2021-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 db29857eb391ed002046090851a44c452b80bdbd, 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)`
* wasmer: 0.17.0 -> 1.0.2Sirio Balmelli2021-04-03
| | | | Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
* wasmer: remove spurious feature quotationDaniël de Kok2021-02-16
|
* Merge pull request #97518 from goodbyekansas/wasmer-backendOleksii Filonenko2021-01-19
|\ | | | | wasmer: enable cranelift backend
| * wasmer: enable cranelift backendSimon Rainerson2020-09-09
| | | | | | | | | | | | | | | | | | | | | | 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.
* | maintainers: rename filalex77 -> Br1ght0neOleksii Filonenko2020-11-17
|/
* buildRustPackage: remove platform.all from packageszowoq2020-08-16
|
* wasmer: 0.16.2 -> 0.17.0Oleksii Filonenko2020-05-12
|
* wasmer: 0.13.0 -> 0.16.2Maximilian Bosch2020-03-12
|
* wasmer: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-15
| | | | Infra upgrade as part of #79975; no functional change expected.
* treewide: change fetchCargoTarball default to opt-outBenjamin Hipple2020-02-13
| | | | | | | | | | | 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.
* wasmer: init at 0.13.0Oleksii Filonenko2020-01-16