12 rustPlatform.buildRustPackage rec {
16 src = fetchFromGitHub {
20 hash = "sha256-T7YEe8xg5iwI/npisW0m+6FLi+eaAQVgYNe6TvMlhAs=";
23 useFetchCargoVendor = true;
24 cargoHash = "sha256-GW5/1/RsS5jn6DoR+wGpwNzUW+nN45cxpE85XbnXqso=";
26 nativeBuildInputs = [ perl ];
33 ++ lib.optionals stdenv.hostPlatform.isDarwin (
34 with darwin.apple_sdk.frameworks;
44 description = "Package manager for WebAssembly modules";
46 homepage = "https://docs.wasmer.io/ecosystem/wapm";
47 license = with licenses; [ mit ];
48 maintainers = [ maintainers.lucperkins ];