wasm-bindgen: 0.2.92 -> 0.2.93
This commit is contained in:
parent
9e344db755
commit
85895c8335
@ -1,6 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF38wW/EpDga85pgPO6dJNRCYV1eT1S3t2HYqRJyiG7FEJlhRuvMoAm9GlW68Qog7peC22zeBA8p1MClf49RKekQE=
|
||||
SHA256 (Pkgfile) = eb0eaf85fefef9c8cc94bb10fc1eaee0b2bcecf65fdf7553e2f28c4fe15ea0b0
|
||||
RWSagIOpLGJF33GBCqhOPQzDGA7rq4w4VXoG4E9R1+4p7VFhjXneTnL3xwwJ0dPXEBdol/ifv/itST4FDbLw2pZQroUdgjfxKQI=
|
||||
SHA256 (Pkgfile) = bcf05a3ffcb99adc0636c42226417a933e7bf5ff5341b1f059b03f5cb1942343
|
||||
SHA256 (.footprint) = 7096ecda6d3d2ea020c0d140bb47cf0146ada33d244f519c2b48c19088cb2a17
|
||||
SHA256 (wasm-bindgen-0.2.92.tar.gz) = dd80811dd5683f0a86a333ab1994e1b39294428cc8e3c9b55d10ffa635c81600
|
||||
SHA256 (Cargo.lock) = 3419a14c566339a9746cd9aa22423ae7c3ee3ca96b2def95fac48a4bc6d7c355
|
||||
SHA256 (wasm-bindgen-0.2.93.tar.gz) = 4c3c8499261300ff0aa8dc024bddfa10688243e9f17146a87b66bc460932cff6
|
||||
|
3740
wasm-bindgen/Cargo.lock
generated
3740
wasm-bindgen/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -4,22 +4,19 @@
|
||||
# Depends on: rust-wasm
|
||||
|
||||
name=wasm-bindgen
|
||||
version=0.2.92
|
||||
version=0.2.93
|
||||
release=1
|
||||
source=(https://github.com/rustwasm/wasm-bindgen/archive/$version/$name-$version.tar.gz
|
||||
Cargo.lock)
|
||||
source=(https://github.com/rustwasm/wasm-bindgen/archive/$version/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version/crates/cli
|
||||
|
||||
cp $SRC/Cargo.lock .
|
||||
cargo fetch --target "$(rustc -vV | sed -n 's/host: //p')"
|
||||
export OPENSSL_NO_VENDOR=1
|
||||
cargo build --release --all-features
|
||||
|
||||
find $SRC/$name-$version/target/release \
|
||||
-maxdepth 1 \
|
||||
-executable \
|
||||
-type f \
|
||||
-exec install -Dm0755 -t $PKG/usr/bin/ {} \;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user