fix(generate): use topological sort for subtype map

This commit is contained in:
WillLillis 2025-03-11 17:21:33 -04:00 committed by Will Lillis
parent 36d93aeff3
commit d2e06bf130
6 changed files with 85 additions and 26 deletions

View file

@ -62,6 +62,7 @@ similar.workspace = true
smallbitvec.workspace = true
streaming-iterator.workspace = true
tiny_http.workspace = true
topological-sort.workspace = true
url.workspace = true
walkdir.workspace = true
wasmparser.workspace = true