summary refs log tree commit diff
path: root/pkgs/development/tools/wasm-bindgen-cli
Commit message (Collapse)AuthorAge
* wasm-bindgen-cli: 0.2.73 -> 0.2.74zimbatm2021-06-08
|
* treewide: fix cargoSha256/cargoHashDaniël de Kok2021-05-08
| | | | | | | | | | | | | 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.
* wasm-bindgen-cli: 0.2.69 -> 0.2.73Maximilian Bosch2021-03-29
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* wasm-bindgen-cli: 0.2.67 -> 0.2.69Andika Demas Riyandi2020-12-17
| | | | | https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.69 https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.68
* wasm-bindgen-cli: 0.2.65 -> 0.2.67Maximilian Bosch2020-07-31
| | | | | https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.67 https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.66
* wasm-bindgen-cli: 0.2.64 -> 0.2.65Maximilian Bosch2020-07-17
| | | | https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.65
* wasm-bindgen-cli: 0.62.0 -> 0.64.0Maximilian Bosch2020-06-29
| | | | | https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.63 https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.64
* wasm-bindgen-cli: 0.2.61 -> 0.2.62Maximilian Bosch2020-05-03
| | | | https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.62
* wasm-bindgen-cli: 0.2.60 -> 0.2.61Maximilian Bosch2020-04-30
| | | | https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.61
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* wasm-bindgen-cli: 0.2.59 -> 0.2.60Maximilian Bosch2020-03-26
| | | | https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.60
* wasm-bindgen-cli: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-03-08
|
* wasm-bindgen-cli: 0.2.58 -> 0.2.59Maximilian Bosch2020-03-07
|
* treewide: change fetchCargoTarball default to opt-outBenjamin Hipple2020-02-13
| | | | | | | | | | | 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.
* wasm-bindgen-cli: 0.2.57 -> 0.2.58Maximilian Bosch2020-01-07
| | | | https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.58
* wasm-bindgen-cli: 0.2.56 -> 0.2.57Maximilian Bosch2020-01-06
| | | | https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.57
* wasm-bindgen-cli: 0.2.55 -> 0.2.56Maximilian Bosch2019-12-20
| | | | https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.56
* wasm-bindgen-cli: 0.2.51 -> 0.2.55Maximilian Bosch2019-11-26
| | | | https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.55
* wasm-bindgen-cli: init at 0.2.51Maximilian Bosch2019-10-16
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