Files
kraken/shell.nix
2021-11-27 21:49:41 -05:00

18 lines
201 B
Nix

with import <nixpkgs> { };
mkShell {
LANG="en_US.UTF-8";
nativeBuildInputs = [
emscripten
nodejs
valgrind
kcachegrind
chicken
chez
racket
wabt
wasmtime
];
}