You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracking issue for decoding wasm files from a previous graph encoding back to a CompositionGraph, allowing wac-parser to be able to emit a WAC source representation of the graph.
As local names will require a names custom section in the resulting component, the decoding should manufacture local names when the names section is not present.
The text was updated successfully, but these errors were encountered:
peterhuene
changed the title
Decode wasm compositions to WAC source files
Implement wac_graph::CompositionGraph::decode to decode previous encodings
Apr 16, 2024
Tracking issue for decoding wasm files from a previous graph encoding back to a
CompositionGraph
, allowingwac-parser
to be able to emit a WAC source representation of the graph.As local names will require a
names
custom section in the resulting component, the decoding should manufacture local names when thenames
section is not present.The text was updated successfully, but these errors were encountered: