-
Notifications
You must be signed in to change notification settings - Fork 50
fix: only include needed imported bindings in golang #1828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
...s/schema/bind/src/bindings/golang/wasm/templates/env-type/Env%type%Serialization-go.mustache
Outdated
Show resolved
Hide resolved
...bind/src/bindings/golang/wasm/templates/imported/env-type/Env%type%Serialization-go.mustache
Outdated
Show resolved
Hide resolved
...rc/bindings/golang/wasm/templates/imported/object-type/Object%type%Serialization-go.mustache
Outdated
Show resolved
Hide resolved
...ma/bind/src/bindings/golang/wasm/templates/object-type/Object%type%Serialization-go.mustache
Outdated
Show resolved
Hide resolved
| go 1.18 | ||
|
|
||
| require github.com/polywrap/go-wrap wrap-0.1 | ||
| require github.com/polywrap/go-wrap v0.0.0-20230712212127-6895977d63c2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please leave as wrap-0.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It automatically changes to the commit version when we run go mod tidy but I will update it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think We should use tag for the releases
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agreed
No description provided.