Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.30.33] - 2026-08-01

### Changed

- **deps:** goffi v0.6.2 → v0.6.3 — fixes ARM64 HFA return checkptr crash under
`-race` (go-webgpu/goffi#67)

## [0.30.32] - 2026-08-01

### Changed
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/gogpu/wgpu
go 1.25.0

require (
github.com/go-webgpu/goffi v0.6.2
github.com/go-webgpu/goffi v0.6.3
github.com/go-webgpu/webgpu v0.5.4
github.com/gogpu/gpucontext v0.24.0
github.com/gogpu/gputypes v0.5.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/go-webgpu/goffi v0.6.2 h1:xuMaUbqsNQ/xiyy5UwAKZb5vQZUDg9QRCrJIpHJaXSE=
github.com/go-webgpu/goffi v0.6.2/go.mod h1:wfoxNsJkU+5RFbV1kNN1kunhc1lFHuJKK3zpgx08/uM=
github.com/go-webgpu/goffi v0.6.3 h1:p4gKGikHBAQ/8iUiew9MV4C5M1ZGIsk8QGFGuJjMj+A=
github.com/go-webgpu/goffi v0.6.3/go.mod h1:wfoxNsJkU+5RFbV1kNN1kunhc1lFHuJKK3zpgx08/uM=
github.com/go-webgpu/webgpu v0.5.4 h1:4Tjcq3T2Zz81iOrxDfs7qcdWG45WZUFTvjhvtVc4/V4=
github.com/go-webgpu/webgpu v0.5.4/go.mod h1:iUdgoB4ISDyXvozQ7E4oiudvNZTB8ol1NngUWmdZGqQ=
github.com/gogpu/gpucontext v0.24.0 h1:YQ0FxGqXEO8LQB+6/TOqZOV1fn0mO9UDYR0obSU3R6o=
Expand Down
2 changes: 1 addition & 1 deletion scripts/check-android-arm64-preview.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ require_checkout() {
}

goffi_module=github.com/go-webgpu/goffi
goffi_version=v0.6.2
goffi_version=v0.6.3
(
cd "$root"
GOWORK=off go mod download "$goffi_module@$goffi_version"
Expand Down
Loading