We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[package]
wasmer.toml
For unnamed packaged, we need to add support for certain fields, but not others. wasmer.toml should support two kinds of [package] sections:
package
[package] name = "someone/something" version = "1.1.1"
[package] version = "0.1.1"
[package] name = "someone/something" # this could be supported as publishing a hash to this package
The text was updated successfully, but these errors were encountered:
Closing, resolved by #4630.
Sorry, something went wrong.
xdoardo
No branches or pull requests
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
sectionA minimal unnamed
package
sectionInvalid
package
sectionValid
package
sectionThe text was updated successfully, but these errors were encountered: