wasm-bindgen: update to 0.2.95

This commit is contained in:
Maksim Bondarenkov
2024-10-11 11:46:01 +03:00
committed by GitHub
parent 57123e2022
commit 3ebdaeccce
3 changed files with 238 additions and 223 deletions

2
mingw-w64-wasm-bindgen/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
/wasm-bindgen
/raytracer

File diff suppressed because it is too large Load Diff

View File

@@ -3,8 +3,8 @@
_realname=wasm-bindgen
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.2.93
pkgrel=3
pkgver=0.2.95
pkgrel=1
pkgdesc="Facilitating high-level interactions between Wasm modules and JavaScript (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -16,9 +16,9 @@ makedepends=('git')
source=("git+${url}.git#tag=${pkgver}"
"git+https://github.com/alexcrichton/raytracer.git#commit=42faa13859f7d8d47fd18be785c108003a207786"
"Cargo.lock")
sha256sums=('8442f1bacb4447dfcfa8afb24a1dba37e3b6b997c7f151df757b4931f14d04b4'
sha256sums=('40cbe12e00e253e86a262b5598e25021312bf19bb1151f51a58cd0bb59b3936e'
'0a96c55cb3ed65a958aeaadca093b25c6725b166e9c5a85b635a0e3d76d5f533'
'8d6765474a20fab986a7f78ea65333199f5bf2077563128ee1b3e188ab1dfdef')
'161e1ca7cfc82c1d3ea48c8318a95cb283b0995448436ed420be2c0520c8bc72')
prepare() {
cd "${_realname}"