Skip to content

Commit 3cdfa70

Browse files
authored
Clarify host/guest language support (bytecodealliance#1335)
This fixes the potential confusion in the wording of the README. Before, it suggests that the languages supported by this repo are host languages, as they are named after the paragraph that speaks about host support. It moves this section next to the guest support paragraph, to avoid any confusion.
1 parent ffce1f7 commit 3cdfa70

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,13 @@ between bindings definitions.
3030
[component model]: https://github.com/WebAssembly/component-model
3131

3232
The `wit-bindgen` repository is currently focused on **guest** programs which
33-
are those compiled to WebAssembly. Executing a component in a host is not
33+
are those compiled to WebAssembly.
34+
Languages developed in this repository are Rust, C, Java (TeaVM
35+
Java), Go (TinyGo), and C#.
36+
37+
Executing a component in a host is not
3438
managed in this repository, and some options of how to do so are [described
35-
below][hosts]. Languages developed in this repository are Rust, C, Java (TeaVM
36-
Java), Go (TinyGo), and C#. If you encounter any problems feel free to [open an
39+
below][hosts]. If you encounter any problems feel free to [open an
3740
issue](https://github.com/bytecodealliance/wit-bindgen/issues/new) or chat with
3841
us on [Zulip][zulip].
3942

0 commit comments

Comments
 (0)