Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api: reverts the uint32->uint64 breaking change for 2.0 release #2106

Merged
merged 2 commits into from
Mar 2, 2024

Conversation

mathetake
Copy link
Member

This commit reverts the only/first ever breaking change we committed
towards 2.0 release, #2085 and #2074.

These commits were made to fix a bug in our API which is described well in
#1852 but the reality is that it will
cause users to modify their existing code when they upgrade to 2.0 whose main
focus is to introduce the optimizing compiler just by updating wazero, not to fix
the bug.

Note that this doesn't mean that we won't make any breaking change never, but this
is more about dedicating 2.0 to the optimizing compiler, not fixing the bug which
is highly likely that existing users will never encounter.

@mathetake mathetake changed the title Revertbreaking api: reverts the uint32->uint64 breaking changing for 2.0 release Mar 2, 2024
@mathetake
Copy link
Member Author

cc @ncruces

@mathetake mathetake changed the title api: reverts the uint32->uint64 breaking changing for 2.0 release api: reverts the uint32->uint64 breaking change for 2.0 release Mar 2, 2024
@mathetake mathetake marked this pull request as ready for review March 2, 2024 03:45
@mathetake mathetake requested a review from evacchi as a code owner March 2, 2024 03:45
@mathetake mathetake merged commit 712f937 into main Mar 2, 2024
69 checks passed
@mathetake mathetake deleted the revertbreaking branch March 2, 2024 04:05
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