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: ededb063329c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ddf38a824108
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 17, 2019

  1. nixos/binfmt: handle wasm binaries

    This adds handling for WASM binaries to binfmt’s emulatedSystems. To
    enable, add this to your configuration:
    
      boot.binfmt.emulatedSystems = [ "wasm32-wasi" ];
    
    After rebuilding with nixos-rebuild switch, you can run wasm binaries
    directly.
    matthewbauer committed Jul 17, 2019
    Copy the full SHA
    1acc701 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    857f7fb View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. Merge pull request #65002 from matthewbauer/binfmt-wasm

    Add binfmt interpreter for wasm
    matthewbauer committed Aug 9, 2019
    Copy the full SHA
    ddf38a8 View commit details
    Browse the repository at this point in the history