Open
Conversation
- Add release pipeline (prepare-release + publish-release workflows)
modeled after wasi-otel, adapted for wasi-gfx's multi-package structure
(graphics-context, webgpu, surface, frame-buffer)
- Migrate from vendored `deps/` directories to `wkg.toml` + `wkg.lock`
for dependency management
- Add `.gitignore` for build artifacts (`.wasm` files)
- **prepare-release**: Auto-increments `0.2.0-rc.N` version from git
tags, bumps all `wasi:graphics-context`, `wasi:webgpu`, `wasi:surface`,
`wasi:frame-buffer` version references across `.wit` files, and opens
a release PR
- **publish-release**: Extracts version from
`graphics-context/graphics-context.wit`, creates git tag + GitHub
release, builds all 4 WIT packages with `wkg wit build`, publishes to
GHCR (`ghcr.io/webassembly/wasi/{graphics-context,webgpu,surface,frame-
buffer}`), attests build provenance, and uploads `.wasm` artifacts to
the release
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add release pipeline (prepare-release + publish-release workflows)
modeled after wasi-otel, adapted for wasi-gfx's multi-package structure
(graphics-context, webgpu, surface, frame-buffer)
Migrate from vendored
deps/directories towkg.toml+wkg.lockfor dependency management
Add
.gitignorefor build artifacts (.wasmfiles)prepare-release: Auto-increments
0.2.0-rc.Nversion from gittags, bumps all
wasi:graphics-context,wasi:webgpu,wasi:surface,wasi:frame-bufferversion references across.witfiles, and opensa release PR
publish-release: Extracts version from
graphics-context/graphics-context.wit, creates git tag + GitHubrelease, builds all 4 WIT packages with
wkg wit build, publishes toGHCR (
ghcr.io/webassembly/wasi/{graphics-context,webgpu,surface,frame- buffer}), attests build provenance, and uploads.wasmartifacts tothe release