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

Pass readme content instead of readme file name #5292

Merged
merged 4 commits into from
Dec 12, 2024

Conversation

ayys
Copy link
Member

@ayys ayys commented Dec 9, 2024

the readme field in wasmer.toml is supposed to be a pathbuf, but it is
being passed to the backend as a string. This should be the content
of the readme file, and not the file path itself.

the commit fixes this by reading the file, and passing the content
correctly.

the readme field in wasmer.toml is supposed to be a pathbuf, but it is
being passed to the backend as a string. This should be the content
of the readme file, and not the file path itself.

the commit fixes this by reading the file, and passing the content
correctly.
@ayys ayys requested a review from syrusakbary as a code owner December 9, 2024 20:40
@ayys ayys changed the title fix: pass readme content instead of readme file name Pass readme content instead of readme file name Dec 9, 2024
Copy link
Member

@syrusakbary syrusakbary left a comment

Choose a reason for hiding this comment

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

Please address last comment

@syrusakbary syrusakbary merged commit 7dee3cb into main Dec 12, 2024
72 checks passed
@syrusakbary syrusakbary deleted the bugfix/read-readme-content branch December 12, 2024 08:40
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.

3 participants