Skip to content

update to latest Spin WIT files#122

Merged
dicej merged 1 commit into
spinframework:mainfrom
dicej:spin-wit-update
Aug 26, 2025
Merged

update to latest Spin WIT files#122
dicej merged 1 commit into
spinframework:mainfrom
dicej:spin-wit-update

Conversation

@dicej

@dicej dicej commented Aug 25, 2025

Copy link
Copy Markdown
Collaborator

This includes (minimal, raw binding) support for spin:sqlite@3.0.0 and spin:postgres@4.0.0.

This includes (minimal, raw binding) support for `spin:sqlite@3.0.0` and
`spin:postgres@4.0.0`.

Signed-off-by: Joel Dice <joel.dice@fermyon.com>


class SpinAll(Protocol):
class SpinSdkWit(Protocol):

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why this changed. I assume it is due to an upstream change?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it's due to bytecodealliance/componentize-py#150, which changed how the --world-module option works. I don't think it matters in this case since the world had no direct function imports or exports (i.e. all the functions are inside interfaces), so the class is empty and useless. Renaming it shouldn't break any real-world code.

@dicej dicej merged commit ffc517a into spinframework:main Aug 26, 2025
1 check passed
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.

2 participants