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

Support partial [package] section in wasmer.toml #4626

Closed
ayys opened this issue Apr 29, 2024 — with Linear · 1 comment
Closed

Support partial [package] section in wasmer.toml #4626

ayys opened this issue Apr 29, 2024 — with Linear · 1 comment
Assignees

Comments

Copy link
Member

ayys commented Apr 29, 2024

For unnamed packaged, we need to add support for certain fields, but not others. wasmer.toml should support two kinds of [package] sections:

A minimal named package section

[package]
name = "someone/something"
version = "1.1.1"

A minimal unnamed package section

[package]

Invalid package section

[package]
version = "0.1.1"

Valid package section

[package]
name = "someone/something" # this could be supported as publishing a hash to this package
@ayys ayys self-assigned this Apr 29, 2024
@syrusakbary syrusakbary assigned xdoardo and unassigned ayys Apr 29, 2024
@xdoardo
Copy link
Contributor

xdoardo commented May 8, 2024

Closing, resolved by #4630.

@xdoardo xdoardo closed this as completed May 8, 2024
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

No branches or pull requests

2 participants