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

rename wasi:blobstore/blobstore to wasi:blob/store and other tidy up #26

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Mossaka
Copy link
Collaborator

@Mossaka Mossaka commented Sep 27, 2024

  • rename the wasi:blobstore/blobstore to wasi:blob/store
  • add docs to the wasi:blob/imports World
  • update the markdown docs file
  • moved wasi:blob/container to the inside of wasi:blob/store
  • deleted container.wit

@thomastaylor312 @lukewagner

discussion: I would like to document the changes in a CHANGELOG file that follows keep a changelog

this commit renames the interface from `wasi:blobstore/blobstore`
to `wasi:blob/store` and updates the `world` file to reflect the change.

it also moved the `container` interface to the `store` interface.

Signed-off-by: Jiaxiao Zhou (Mossaka) <[email protected]>
Adds documentation to the `wasi:blob/imports` world and delete the top
comment in `wit/store.wit` as it is not needed.

Signed-off-by: Jiaxiao Zhou (Mossaka) <[email protected]>
Signed-off-by: Jiaxiao Zhou (Mossaka) <[email protected]>
@Mossaka Mossaka marked this pull request as ready for review October 11, 2024 16:58
@Mossaka
Copy link
Collaborator Author

Mossaka commented Jan 8, 2025

Would love to get your thoughts on this one @thomastaylor312

Copy link
Collaborator

@thomastaylor312 thomastaylor312 left a comment

Choose a reason for hiding this comment

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

I love condensing this down to a single interface. The rename is a bit weird to me as the tech is generally called blobstore and we already renamed this once, but I also get that wasi:blobstore/store stutters. With that said, this is the definition of a bikeshed, so I don't want to block on it. If you feel like this is the best name, I don't have an issue

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