5 rustPlatform.buildRustPackage rec {
10 inherit pname version;
11 hash = "sha256-NbtS7A5Zl8634Q3xyjVzNraNszjt1uIXqmctArfnqkk=";
14 cargoHash = "sha256-94pfhVZ0CNMn+lCl5O+wOyE+D6fVXbH4NAPx92nMNbM=";
17 homepage = "https://rustwasm.github.io/twiggy/";
18 description = "Code size profiler for Wasm";
19 mainProgram = "twiggy";
20 license = with licenses; [ asl20 mit ];
21 maintainers = with maintainers; [ lucperkins ];