Skip to content

fix(bindgen): use builder for TranspileOpts#1490

Merged
vados-cosmonic merged 1 commit into
bytecodealliance:mainfrom
vados-cosmonic:fix(bindgen)=use-builder-for-transpile-opts
May 15, 2026
Merged

fix(bindgen): use builder for TranspileOpts#1490
vados-cosmonic merged 1 commit into
bytecodealliance:mainfrom
vados-cosmonic:fix(bindgen)=use-builder-for-transpile-opts

Conversation

@vados-cosmonic
Copy link
Copy Markdown
Collaborator

This commit introduces yet another breaking change into an already-broken API -- TranspileOpts -- to ensure that it can be used a bit more easily going forward.

Since TranspileOpts is used in other parts of the codebase, namely transpile(..), it was very disruptive to make it non exhaustive, so it will be left with pub members to avoid unnecessary disruption of downstream consumers.

This commit introduces yet another breaking change into an
already-broken API -- `TranspileOpts` -- to ensure that it can be used
a bit more easily going forward.

Since `TranspileOpts` is used in other parts of the codebase, namely
`transpile(..)`, it was very disruptive to make it non exhaustive, so
it will be left with `pub` members to avoid unnecessary disruption of
downstream consumers.
@vados-cosmonic vados-cosmonic requested a review from andreiltd as a code owner May 15, 2026 08:10
@vados-cosmonic vados-cosmonic enabled auto-merge May 15, 2026 08:10
@vados-cosmonic vados-cosmonic added this pull request to the merge queue May 15, 2026
Merged via the queue into bytecodealliance:main with commit 1210795 May 15, 2026
77 of 79 checks passed
@vados-cosmonic vados-cosmonic deleted the fix(bindgen)=use-builder-for-transpile-opts branch May 15, 2026 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant