summaryrefslogtreecommitdiffstats
path: root/pkgs/development/interpreters/wasmer
AgeCommit message (Collapse)Author
2021-01-19Merge pull request #97518 from goodbyekansas/wasmer-backendOleksii Filonenko
wasmer: enable cranelift backend
2020-11-17maintainers: rename filalex77 -> Br1ght0neOleksii Filonenko
2020-09-09wasmer: enable cranelift backendSimon Rainerson
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 packageszowoq
2020-05-12wasmer: 0.16.2 -> 0.17.0Oleksii Filonenko
2020-03-12wasmer: 0.13.0 -> 0.16.2Maximilian Bosch
2020-02-15wasmer: upgrade cargo fetcher and cargoSha256Benjamin Hipple
Infra upgrade as part of #79975; no functional change expected.
2020-02-13treewide: change fetchCargoTarball default to opt-outBenjamin Hipple
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 Filonenko