Files
kraken/shell.nix

19 lines
211 B
Nix

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