Skip to content
Commit 1acc701f authored by Matthew Bauer's avatar Matthew Bauer
Browse files

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.
parent 31c38894
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment