Skip to content

Commit bcfd685

Browse files
authored
Rewrite the project README (#475)
This commit provides a much-needed update to the `README.md` of wit-bindgen. The README now mentions WIT, components, the current tooling workflow, and an updated "tutorial" for languages like Rust and C. Overall it's intended to generally be more useful and up-to-date. This commit additionally updates to the latest ABI for `wit-component` and fixes a few minor issues here and there with the CLI.
1 parent cfe8fd4 commit bcfd685

6 files changed

Lines changed: 366 additions & 157 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ indexmap = "1.9.1"
2727
wasm-encoder = "0.22.0"
2828
wat = "1.0.56"
2929
wit-parser = "0.4.1"
30-
wit-component = "0.4.3"
30+
wit-component = "0.4.4"
3131

3232
wit-bindgen-core = { path = 'crates/bindgen-core', version = '0.3.0' }
3333
wit-bindgen-gen-guest-c = { path = 'crates/gen-guest-c', version = '0.3.0' }

0 commit comments

Comments
 (0)