Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

wasm-pack-0.12.1~0-1.2 RPM for aarch64

From OpenSuSE Ports Tumbleweed for aarch64

Name: wasm-pack Distribution: openSUSE Tumbleweed
Version: 0.12.1~0 Vendor: openSUSE
Release: 1.2 Build date: Sat Feb 3 01:48:58 2024
Group: Development/Languages/Rust Build host: i01-armsrv2
Size: 4595256 Source RPM: wasm-pack-0.12.1~0-1.2.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/rustwasm/wasm-pack
Summary: Your favorite Rust → Wasm workflow tool!
This tool seeks to be a one-stop shop for building and working with rust- generated WebAssembly that
you would like to interop with JavaScript, in the browser or with Node.js. wasm-pack helps you build
rust-generated WebAssembly packages that you could publish to the npm registry, or otherwise use
alongside any javascript packages in workflows that you already use, such as webpack.

Provides

Requires

License

(0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND ISC AND MIT

Changelog

* Wed Jun 28 2023 william.brown@suse.com
  - Update to version 0.12.1~0:
    * 0.12.1
    * Fix value parser for `Option<PathBuf>`
    * Restore --version command
* Mon Jun 19 2023 william.brown@suse.com
  - Update to version 0.12.0~0:
    * 0.12.0
    * Respect package.readme in Cargo.toml
    * chore: Run cargo fmt
    * Revert "Respect package.readme in Cargo.toml"
    * cargo update
    * Invalid wasm-bindgen config is handled by toml parser
    * update other deps as well
    * update to clap 4 from structopt
    * Turn off cargo colors during log level test
    * chore: Use rust-toolchain@stable
    * chore: Update Cargo.lock
    * Revert CHANGELOG
    * Respect package.readme in Cargo.toml
    * Add sanity test for custom target directory
    * Fix getting the target-dir in wasm_bindgen_build
    * assert non-existence of other files as well
    * remove reqwest from dev-deps
    * rm missing feature from cargo test
    * alias no-pack with no-package
    * Replace curl with ureq
    * fix: missing reference
    * fix: removes `--always-auth` from `npm login`
    * chore(deps): bump minimatch from 3.0.4 to 3.1.2 in /npm
    * add package version to header
    * revert change for var
    * added USER-AGENT header for http GET request
    * Replace unmaintained actions-rs/toolchain action in CI workflows
    * Add option: omit_default_module_path
    * fix: bump cargo-generate version to 0.18.2
    * Don't hide install options behind link
    * feat(build): --no-pack flag
* Tue May 23 2023 william.brown@suse.com
  - Update to version 0.11.1~0:
    * 0.11.1
    * Fix usage of locally installed `wasm-opt`
    * chore(deps): bump openssl from 0.10.46 to 0.10.48
    * fix: wasm-pack bin script entry
* Thu Apr 13 2023 William Brown <william.brown@suse.com>
  - bsc#1210367 - CVE-2023-26964 - hyper,h2: stream stacking when H2 processing HTTP2 RST_STREAM frames
* Mon Mar 20 2023 elimat@opensuse.org
  - bsc#1208562 - CVE-2022-31394 - the version of hyper used was vulnerable to dos
    through header manipulation.
  - Update to version 0.11.0~0:
    * 0.11.0
    * chore(deps): bump minimatch from 3.0.4 to 3.1.2 in /npm
    * Update npm installation link
    * chore(deps): bump openssl-src from 111.24.0+1.1.1s to 111.25.0+1.1.1t
    * Mark snippets and the bundler target's main file as having side effects
    * Update JamesIves/github-pages-deploy-action in GHA workflow to v4.4.1
    * Update actions/cache in GitHub Actions workflows to v3
    * Update actions/checkout in GitHub Actions workflows to v3
    * Fix some typos
    * Update dependencies
    * Add support for workspace inheritance
    * Update to Rust 2021
    * Fix SPDX license syntax
    * Bump dependencies
    * Use binary-install v0.1.0
    * chore(deps): bump bzip2 from 0.4.3 to 0.4.4
    * Bump binaryen to version 111
    * Use prebuilt cargo-generate binary on aarch64-macos
    * Update mdbook to v0.4
    * Fix flaky unit tests due to non-existent cache
    * Update dependencies
    * Bump binaryen version to 110
    * Correctly download libbinaryen.dylib on macos
    * Switch from failure to anyhow
    * Apply patches from @printfn
    * Test URL-building matrix
    * Fix windows x86_64 binaryen toolchain download URL
    * Fix macos install target path
    * Make x86 32bit an unsupported installation target
    * Fix binaryen toolchain URL
    * Add Linux arm64 support
    * Pass --enable-reference-types to wasm-opt
    * Pass through --weak-refs --reference-types flags to bindgen
    * fix: adds back run.js to npm installer
    * Make Deno target available
    * small fixes
    * Update non-rustup-setups.md
    * Update mod.rs
    * chore: adds run.js back
    * chore: updates binary-install to v1.0.0
    * Add suppot for more platforms to installer script
    * Replace two mentions of `wasm-pack init` with `wasm-pack build` in the docs.
    * fix(#1076): `--target-dir` as extra option is now considered as expected
    * fix(typo): considerations.md
* Tue Feb 14 2023 William Brown <william.brown@suse.com>
  - Automatic update of vendored dependencies
* Fri Jan 13 2023 William Brown <william.brown@suse.com>
  - bsc#1207039 - CVE-2023-22895 - update bzip2 crate
  - Update of vendored dependencies
* Wed Aug 24 2022 elimat@opensuse.org
  - Update to version 0.10.3~0:
    * 0.10.3
    * chore(deps): bump regex from 1.5.4 to 1.5.6
    * chore(deps): bump openssl-src from 111.17.0+1.1.1m to 111.20.0+1.1.1o
    * Update release.yml
    * Clean up package.json from previous runs
    * Do not remove the pkg directory
    * 0.10.2
* Mon Jun 20 2022 William Brown <william.brown@suse.com>
  - Automatic update of vendored dependencies
* Tue May 24 2022 William Brown <william.brown@suse.com>
  - Automatic update of vendored dependencies
* Thu Apr 21 2022 William Brown <william.brown@suse.com>
  - Initial addition of wasm-pack

Files

/usr/bin/wasm-pack


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 01:37:30 2024