about summary refs log tree commit diff
path: root/pkgs/development/interpreters/wasmer
AgeCommit message (Collapse)AuthorFilesLines
2023-06-22wasmer: 3.1.1 -> 4.0.0Nick Cao1-11/+9
2023-02-01wasmer: 3.1.0 -> 3.1.1Nick Cao1-4/+4
Diff: https://github.com/wasmerio/wasmer/compare/v3.1.0...v3.1.1
2022-12-15wasmer: 3.0.2 -> 3.1.0R. Ryantm1-3/+3
2022-11-30wasmer: 3.0.1 -> 3.0.2R. Ryantm1-3/+3
2022-11-24wasmer: 2.3.0 -> 3.0.1Nick Cao1-20/+37
2022-07-31wasmer: 2.1.1 -> 2.3.0R. Ryantm1-4/+4
2022-05-30treewide: pkgs/development: mark broken for darwinRick van Schijndel1-1/+3
2021-12-22wasmer: 2.1.0 -> 2.1.1R. Ryantm1-4/+4
2021-12-05wasmer: 2.0.0 -> 2.1.0R. Ryantm1-4/+4
2021-11-16wasmer: use buildFeatures and checkFeaturesfigsoda1-8/+6
2021-06-21wasmer interpreter: 1.0.2 -> 2.0.0SCOTT-HAMILTON1-5/+7
2021-05-08treewide: fix cargoSha256/cargoHashDaniël de Kok1-1/+1
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-04-30llvmPackages: Multuple outputs for everythtingAndrew Childs1-1/+1
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)`
2021-04-03wasmer: 0.17.0 -> 1.0.2Sirio Balmelli1-8/+15
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2021-02-16wasmer: remove spurious feature quotationDaniël de Kok1-1/+1
2021-01-19Merge pull request #97518 from goodbyekansas/wasmer-backendOleksii Filonenko1-0/+6
wasmer: enable cranelift backend
2020-11-17maintainers: rename filalex77 -> Br1ght0neOleksii Filonenko1-1/+1
2020-09-09wasmer: enable cranelift backendSimon Rainerson1-0/+6
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-08-16buildRustPackage: remove platform.all from packageszowoq1-1/+0
2020-05-12wasmer: 0.16.2 -> 0.17.0Oleksii Filonenko1-3/+3
2020-03-12wasmer: 0.13.0 -> 0.16.2Maximilian Bosch1-3/+3
2020-02-15wasmer: upgrade cargo fetcher and cargoSha256Benjamin Hipple1-4/+1
Infra upgrade as part of #79975; no functional change expected.
2020-02-13treewide: change fetchCargoTarball default to opt-outBenjamin Hipple1-0/+3
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-01-16wasmer: init at 0.13.0Oleksii Filonenko1-0/+40