build: Add binaryen and wabt to flake devshell

Because they are needed for building the tests
This commit is contained in:
Christoph Herzog
2023-02-16 13:11:35 +01:00
parent f0dbbc7d72
commit dab4327f24

View File

@ -42,6 +42,8 @@
llvmPackages_14.llvm
# Snapshot testing
cargo-insta
wabt
binaryen
];
runtimeDependencies = with pkgs; [ ];