Commit 0d6a753
feat(go): creating remote package for reusable bindings (#1485)
* feat(go): creating remote package for reusable bindings
Signed-off-by: Andrew Steurer <94206073+asteurer@users.noreply.github.com>
* remove no-longer-used Go::need_async field
* fix: update gitignore
Signed-off-by: Andrew Steurer <94206073+asteurer@users.noreply.github.com>
---------
Signed-off-by: Andrew Steurer <94206073+asteurer@users.noreply.github.com>
Co-authored-by: Joel Dice <joel.dice@fermyon.com>1 parent 88533c1 commit 0d6a753
File tree
33 files changed
+335
-148
lines changed- .github/workflows
- crates
- go/src
- package
- wit_async
- wit_runtime
- wit_types
- test/src
- tests
- runtime-async/async
- incomplete-writes
- ping-pong
- simple-future
- simple-pending-import
- simple-stream-payload
- simple-stream
- runtime
- flavorful
- lists
- records
- resources
- results
- variants
33 files changed
+335
-148
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
62 | 76 | | |
63 | 77 | | |
64 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
0 commit comments