-
Notifications
You must be signed in to change notification settings - Fork 3
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
Wishlist: Metainfo validation service #3
Comments
That was my initial idea, but that would have required some webserver to run a Flask Python app on. Because there is no way I am reimplementing libappstream's validator in JavaScript, it is already a pretty complex thing. |
Ah, that's what I was hoping for; this way the validation code could run on the client side and on the server side, too. Would it be possible to compile the existing validator to WebAssembly? |
I have no idea - a bunch of other libraries (like GLib) would also have to be compiled to wasm for that to work. |
Having this tool will hopefully greatly help people put together properly working metainfo files. What would be great to have, too, would be a validation service for metainfo files, e.g., some REST API you could POST a metainfo file to and get back its validity.
The text was updated successfully, but these errors were encountered: