default.nix (101B)
1 { pkgs ? import <nixpkgs> {} }: 2 pkgs.mkShell { 3 buildInputs = with pkgs; [ wabt cloc wasm-pack ]; 4 }