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
Copy file name to clipboardExpand all lines: README.md
+6-20Lines changed: 6 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ between bindings definitions.
31
31
32
32
The `wit-bindgen` repository is currently focused on **guest** programs which
33
33
are those compiled to WebAssembly. Languages developed in this repository are
34
-
Rust, C, C++, and C#. For other languages see the [documentation
34
+
Rust, C, C++, C#, and Go. For other languages see the [documentation
35
35
below](#guest-other-languages).
36
36
37
37
Executing a component in a host is not
@@ -368,6 +368,11 @@ Check out [componentize-dotnet](https://github.com/bytecodealliance/componentize
368
368
369
369
See the [wit-bindgen-go README.md](crates/go/README.md) for details and generating and using Go bindings.
370
370
371
+
### Guest: TinyGo
372
+
373
+
>[!WARNING]
374
+
>The TinyGo WIT bindings generator found at the [go.bytecodealliance.org](https://github.com/bytecodealliance/go-modules) is no longer being maintained. It is recommended to migrate to [Guest: Go](#guest-go).
375
+
371
376
### Guest: Java
372
377
373
378
This project historically had some support for
@@ -376,24 +381,6 @@ a long time and never was at feature parity with other generators, so it was
376
381
removed. The last commit with support for TeaVM-WASI was
0 commit comments