Skip to content

Commit

Permalink
Merge pull request #1715 from adamreese/docs/wit-bindgen-version
Browse files Browse the repository at this point in the history
docs(sdk/go): Add note about wit-bindgen version
  • Loading branch information
adamreese authored Aug 28, 2023
2 parents 32199e1 + 63ef5b9 commit 836efc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sdk/go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ SDK_VERSION_SOURCE_FILE = sdk_version/sdk-version-go-template.c
SDK_VERSION_DEST_FILES = config/sdk-version-go.c http/sdk-version-go.c \
key_value/sdk-version-go.c redis/sdk-version-go.c

# NOTE: To generate the C bindings you need to install a forked version of wit-bindgen.
#
# cargo install wit-bindgen-cli --git https://github.com/fermyon/wit-bindgen-backport --rev "b89d5079ba5b07b319631a1b191d2139f126c976"
#
.PHONY: generate
generate: $(GENERATED_OUTBOUND_HTTP) $(GENERATED_SPIN_HTTP)
generate: $(GENERATED_OUTBOUND_REDIS) $(GENERATED_SPIN_REDIS)
Expand Down

0 comments on commit 836efc8

Please sign in to comment.