Unverified Commit 94d31424 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

wasm-bindgen-cli_0_2_104: init at 0.2.104 (#443183)

parents 4d04e06c aedca566
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -11080,6 +11080,13 @@
    githubId = 54999;
    name = "Ariel Nunez";
  };
  insipx = {
    email = "github@andrewplaza.dev";
    github = "insipx";
    githubId = 6452260;
    name = "Andrew Plaza";
    keys = [ { fingerprint = "843D 72A9 EB79 A869 2C58  5B3A E773 8A7A 0F5C DB89"; } ];
  };
  Intuinewin = {
    email = "antoinelabarussias@gmail.com";
    github = "Intuinewin";
+5 −2
Original line number Diff line number Diff line
@@ -38,13 +38,16 @@ rustPlatform.buildRustPackage {
  passthru.updateScript = nix-update-script { };

  meta = {
    homepage = "https://rustwasm.github.io/docs/wasm-bindgen/";
    homepage = "https://wasm-bindgen.github.io/wasm-bindgen/";
    license = with lib.licenses; [
      asl20 # or
      mit
    ];
    description = "Facilitating high-level interactions between wasm modules and JavaScript";
    maintainers = with lib.maintainers; [ rizary ];
    maintainers = with lib.maintainers; [
      rizary
      insipx
    ];
    mainProgram = "wasm-bindgen";
  };
}
+19 −0
Original line number Diff line number Diff line
{
  buildWasmBindgenCli,
  fetchCrate,
  rustPlatform,
}:

buildWasmBindgenCli rec {
  src = fetchCrate {
    pname = "wasm-bindgen-cli";
    version = "0.2.104";
    hash = "sha256-9kW+a7IreBcZ3dlUdsXjTKnclVW1C1TocYfY8gUgewE=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit src;
    inherit (src) pname version;
    hash = "sha256-V0AV5jkve37a5B/UvJ9B3kwOW72vWblST8Zxs8oDctE=";
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -2723,7 +2723,7 @@ mapAliases {
  wal_e = throw "wal_e was removed as it is unmaintained upstream and depends on the removed boto package; upstream recommends using wal-g or pgbackrest"; # Added 2024-09-22
  wapp = tclPackages.wapp; # Added 2024-10-02
  wavebox = throw "'wavebox' has been removed due to lack of maintenance in nixpkgs"; # Added 2025-06-24
  wasm-bindgen-cli = wasm-bindgen-cli_0_2_100;
  wasm-bindgen-cli = wasm-bindgen-cli_0_2_104;
  watershot = throw "'watershot' has been removed as it is unmaintained upstream and no longer works"; # Added 2025-06-01
  wayfireApplications-unwrapped = throw ''
    'wayfireApplications-unwrapped.wayfire' has been renamed to/replaced by 'wayfire'