+crates.io/wasm-pack (#3770)

* +crates.io/wasm-pack

* retry tests
This commit is contained in:
Rajdeep Malakar 2023-10-23 19:36:42 +05:30 committed by GitHub
parent 3270c4d7a9
commit f255ed67f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,30 @@
distributable:
url: https://github.com/rustwasm/wasm-pack/archive/refs/tags/v{{version.raw}}.tar.gz
strip-components: 1
versions:
github: rustwasm/wasm-pack/tags
strip: /v/
dependencies:
# It needs Rust and Cargo at runtime as well (for building)
rust-lang.org: "*"
rust-lang.org/cargo: "*"
build:
env:
RUSTFLAGS:
# Ignore warnings (to focus on errors)
- -A warnings
# Reduce build size by excluding debug symbols.
- -C debuginfo=0
script: |
cargo install --path . --root {{prefix}}
test:
#FIXME Add tests for seeing if it's able to build correctly
script: |
test "$(wasm-pack --version)" = "wasm-pack {{version.raw}}"
provides:
- bin/wasm-pack