Stream: warg

Topic: Metadata Implementation


view this post on Zulip Robin Brown (May 17 2023 at 19:03):

@Peter Huene do you think the encoding/decoding of the metadata JSON custom section belongs in wasm-tools or registry?

view this post on Zulip Peter Huene (May 17 2023 at 19:04):

If it's important enough, I think there could be a case made for it to go in wasm-tools, as the tools do have support for certain well-known custom sections formats (producers, etc)

view this post on Zulip Peter Huene (May 17 2023 at 19:04):

but if we're talking about it being just a JSON blob, then there's nothing to change really

view this post on Zulip Peter Huene (May 17 2023 at 19:04):

encoding/decoding will just take the blob and give it back

view this post on Zulip Peter Huene (May 17 2023 at 19:04):

i don't think we'd want validation in wasm-tools

view this post on Zulip Peter Huene (May 17 2023 at 19:06):

i'll rephrase: let's not put anything in wasm-tools now, as we can always graduate validation of this data into wasm-tools if it becomes important enough

view this post on Zulip Lann Martin (May 17 2023 at 19:06):

agreed; most tools won't care about it

view this post on Zulip Peter Huene (May 17 2023 at 19:06):

from the encoding/decoding side of things, we're already set

view this post on Zulip Peter Huene (May 17 2023 at 19:08):

my focus the rest of today will be Alex's huge refactoring to WIT to get us IDs :tada: (so long, and thanks for all the URLs)

view this post on Zulip Timmy Silesmo (Jun 10 2023 at 18:43):

Made a pr for the registry metadata stuff and saw this thread now. Happy to move it out of tools if you feel it doesn't belong there?
https://github.com/bytecodealliance/wasm-tools/pull/1060

Adds support for registry metadata as discussed: bytecodealliance/registry#116

Last updated: Nov 22 2024 at 16:03 UTC