Matthew Bauer 1acc701fdb 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.
2019-07-17 17:00:46 -04:00
..
2019-07-17 17:00:46 -04:00
2019-04-29 22:43:16 +02:00
2019-06-10 10:35:50 +02:00
2019-06-15 08:17:58 +02:00