1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-04 03:11:55 +02:00
goreleaser/internal/pipe/build
Julien Salleyron 40668d4382
fix(build): c-shared build and release when target is wasm (#5128)
This commit fixes the automatic extension when building the wasip1_wasm
target.

Additionally, in future Go versions, support will be added for
generating c-shared WASM binaries.
https://github.com/golang/go/issues/65199


Therefore, this PR corrects the extension in the build process and
removes the .h file from the release when c-shared is enabled and the
target is WASM.
2024-09-09 22:25:54 -03:00
..
build_test.go fix(build): c-shared build and release when target is wasm (#5128) 2024-09-09 22:25:54 -03:00
build.go fix(build): c-shared build and release when target is wasm (#5128) 2024-09-09 22:25:54 -03:00
filter_test.go fix: build --single-target filters (#5114) 2024-09-04 10:10:27 -03:00
filter.go fix: build --single-target filters (#5114) 2024-09-04 10:10:27 -03:00