-
Notifications
You must be signed in to change notification settings - Fork 275
Comparing changes
Open a pull request
base repository: bytecodealliance/wit-bindgen
base: v0.51.0
head repository: bytecodealliance/wit-bindgen
compare: v0.52.0
- 8 commits
- 72 files changed
- 6 contributors
Commits on Jan 13, 2026
-
feat(go): enable user to configure the package name for generated typ…
…es (#1498) * feat(go): enable user to configure the package name for generated types Signed-off-by: Andrew Steurer <94206073+asteurer@users.noreply.github.com> * fix(go): conditionally including main function Signed-off-by: Andrew Steurer <94206073+asteurer@users.noreply.github.com> --------- Signed-off-by: Andrew Steurer <94206073+asteurer@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 49089c5 - Browse repository at this point
Copy the full SHA 49089c5View commit details -
Specify extra runtime flags in tests, not CI (#1497)
* Specify extra runtime flags in tests, not CI This enables keeping runtime/wasmtime flags scoped to just one test rather than requiring it for all tests. For example `-Wcomponent-model-threading` is scoped to just one test right now. * Fix merge conflict * Try to fix go tests
Configuration menu - View commit details
-
Copy full SHA for 4ca80d0 - Browse repository at this point
Copy the full SHA 4ca80d0View commit details
Commits on Jan 14, 2026
-
feat(go): add 'pkg-name' flag and update generated filename (#1503)
Signed-off-by: Andrew Steurer <94206073+asteurer@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bb35e59 - Browse repository at this point
Copy the full SHA bb35e59View commit details -
feat(go): using the 'mod-name' flag results in a more-intuitive Go pa…
…ckage structure (#1504) * feat(go): using the 'mod-name' flag results in a more-intuitive Go package structure Signed-off-by: Andrew Steurer <94206073+asteurer@users.noreply.github.com> * fix: small refactor Signed-off-by: Andrew Steurer <94206073+asteurer@users.noreply.github.com> --------- Signed-off-by: Andrew Steurer <94206073+asteurer@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for da3f633 - Browse repository at this point
Copy the full SHA da3f633View commit details
Commits on Jan 16, 2026
-
fix(go): change 'mod-name' flag to 'pkg-name' (#1505)
Signed-off-by: Andrew Steurer <94206073+asteurer@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 822fdb1 - Browse repository at this point
Copy the full SHA 822fdb1View commit details
Commits on Jan 18, 2026
-
fix(core): async import emission (#1455)
This commit fixes async import emissions in the case of lowered args and lifted resutls. There were a few bugs to fix: - AsyncTaskReturn was not being emitted - Implementation for async imports was not present
Configuration menu - View commit details
-
Copy full SHA for 10291cd - Browse repository at this point
Copy the full SHA 10291cdView commit details
Commits on Jan 20, 2026
-
Initial fixed-length list implementation (#1277)
* more fixed size implementation * more fixed list implementation * test passes with modified wasmtime * document and compare test * returning a fixed size list works * re-enable normal parameters * clean up and use wac fork * another testcase passing * oh, two failing tests * integrate changes from symmetric branch * adapt and simplify C++ example * modernize code * linear code size for fixed size arrays (except when flattened) * fix element offset, missing code for c++, missing testing argument * leverage #1497 (wasmtime flags in test case) * standardize on fixed *length* lists name * another naming correction * standardize on iter_elem variable name * one file was missing in the last commit
Configuration menu - View commit details
-
Copy full SHA for 350e8ad - Browse repository at this point
Copy the full SHA 350e8adView commit details
Commits on Jan 31, 2026
-
Release wit-bindgen 0.52.0 (#1520)
[automatically-tag-and-release-this-commit] Co-authored-by: Auto Release Process <auto-release-process@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3dfc82a - Browse repository at this point
Copy the full SHA 3dfc82aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.51.0...v0.52.0