Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: c3016f226a9b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ab1fb17e598f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 9, 2020

  1. 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.
    simonrainerson committed Sep 9, 2020
    Copy the full SHA
    5cf2869 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Merge pull request #97518 from goodbyekansas/wasmer-backend

    wasmer: enable cranelift backend
    Br1ght0ne committed Jan 18, 2021
    Copy the full SHA
    ab1fb17 View commit details
    Browse the repository at this point in the history