Skip to content

Commit c5f82a4

Browse files
authored
Update markdown generator for world inputs (#393)
This commit migrates the markdown generator from the `Generator` trait of old to the new `WorldGenerator` trait which operates on a `ComponentInterfaces` and takes a "world" as first-class input.
1 parent 9da8f56 commit c5f82a4

5 files changed

Lines changed: 289 additions & 297 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/gen-markdown/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ heck = { workspace = true }
1212
pulldown-cmark = { workspace = true }
1313
clap = { workspace = true, optional = true }
1414
wit-bindgen-core = { workspace = true }
15+
wit-component = { workspace = true }

0 commit comments

Comments
 (0)