about summary refs log tree commit diff
path: root/pkgs/development/tools/wasm-bindgen-cli
AgeCommit message (Collapse)AuthorFilesLines
2024-05-02wasm-bindgen-cli: 0.2.91 -> 0.2.92DoctorDalek19631-3/+3
2024-02-13wasm-bindgen-cli: 0.2.89 -> 0.2.91 (#286975)Nick Hu1-3/+6
2023-12-10wasm-bindgen-cli: remove myself as a maintainerDavid Yamnitsky1-1/+1
2023-11-30wasm-bindgen-cli: 0.2.88 -> 0.2.89éclairevoyant1-3/+3
2023-11-02wasm-bindgen-cli: 0.2.87 -> 0.2.88IogaMaster1-3/+3
Closes: #265059
2023-08-02wasm-bindgen-cli: 0.2.84 -> 0.2.87Joe Neeman1-8/+7
Also allow overriding the version
2023-02-01wasm-bindgen-cli: 0.2.83 -> 0.2.84Bouke van der Bijl1-3/+3
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-10-03wasm-bindgen-cli: 0.2.82 -> 0.2.83 (#194122)Max Niederman1-3/+3
2022-08-14wasm-bindgen-cli: 0.2.81 -> 0.2.82Xavier Lambein1-3/+3
2022-06-26wasm-bindgen-cli: 0.2.80 -> 0.2.81Michael Stone1-3/+3
2022-06-19treewide: reduce maintenance workload for ma27Maximilian Bosch1-1/+1
Note: I DO NOT resign from nixpkgs, not at all! However, I like a clean notification inbox and I get a lot of stuff for packages where I'm only an end-user or don't use them anymore and thus can't help out that much. So please consider it a measure to reduce the mental load for me when going through my notifications ;-)
2022-04-08wasm-bindgen-cli: 0.2.79 -> 0.2.80Nils1-3/+3
2022-01-31wasm-bindgen-cli: 0.2.78 -> 0.2.79R. Ryantm1-3/+3
2021-10-18wasm-bindgen-cli: clarify license, clean upfigsoda2-2947/+20
2021-10-13wasm-bindgen-cli: 0.2.75 -> 0.2.78Tethys Svensson2-265/+683
2021-08-10wasm-bindgen-cli: 0.2.74 -> 0.2.75David Yamnitsky2-512/+336
2021-06-08wasm-bindgen-cli: 0.2.73 -> 0.2.74zimbatm2-403/+518
2021-05-08treewide: fix cargoSha256/cargoHashDaniël de Kok1-1/+1
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in which cargo vendor erroneously changed permissions of vendored crates. This was fixed in Rust 1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are potentially broken. This change updates cargoSha256/cargoHash tree-wide. Fixes #121994.
2021-03-29wasm-bindgen-cli: 0.2.69 -> 0.2.73Maximilian Bosch2-313/+254
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2020-12-17wasm-bindgen-cli: 0.2.67 -> 0.2.69Andika Demas Riyandi2-253/+329
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.69 https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.68
2020-07-31wasm-bindgen-cli: 0.2.65 -> 0.2.67Maximilian Bosch2-64/+70
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.67 https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.66
2020-07-17wasm-bindgen-cli: 0.2.64 -> 0.2.65Maximilian Bosch3-2570/+2569
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.65
2020-06-29wasm-bindgen-cli: 0.62.0 -> 0.64.0Maximilian Bosch2-331/+345
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.63 https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.64
2020-05-03wasm-bindgen-cli: 0.2.61 -> 0.2.62Maximilian Bosch2-39/+39
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.62
2020-04-30wasm-bindgen-cli: 0.2.60 -> 0.2.61Maximilian Bosch2-116/+116
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.61
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-26wasm-bindgen-cli: 0.2.59 -> 0.2.60Maximilian Bosch2-119/+214
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.60
2020-03-08wasm-bindgen-cli: upgrade cargo fetcher and cargoSha256Benjamin Hipple1-4/+1
2020-03-07wasm-bindgen-cli: 0.2.58 -> 0.2.59Maximilian Bosch2-911/+978
2020-02-13treewide: change fetchCargoTarball default to opt-outBenjamin Hipple1-0/+3
Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
2020-01-07wasm-bindgen-cli: 0.2.57 -> 0.2.58Maximilian Bosch2-136/+136
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.58
2020-01-06wasm-bindgen-cli: 0.2.56 -> 0.2.57Maximilian Bosch2-214/+216
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.57
2019-12-20wasm-bindgen-cli: 0.2.55 -> 0.2.56Maximilian Bosch2-255/+381
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.56
2019-11-26wasm-bindgen-cli: 0.2.51 -> 0.2.55Maximilian Bosch2-403/+419
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.55
2019-10-16wasm-bindgen-cli: init at 0.2.51Maximilian Bosch2-0/+2268
CLI for `wasm-bindgen`, a tool that helps to interact between WASM modules written in Rust and JS-Code. This contains only the CLI[1], the libraries are usually included via `Cargo.toml` in a project. Co-authored-by: Fabian Möller <fabianm88@gmail.com> [1] https://crates.io/crates/wasm-bindgen-cli