-
Notifications
You must be signed in to change notification settings - Fork 625
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
Add support for worker bindings #363
Conversation
Currently this only handles "inherit" bindings, but it's already getting to be a fairly large change, so I wanted to break it up a bit before implementing other types of bindings.
f09f0b4
to
f2015f4
Compare
workers.go
Outdated
OldName string | ||
} | ||
|
||
// serialize handles serializing the binding as part of the multipart upload format. This will be |
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.
Missing the rest of this comment?
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.
🤦♂ fixed
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.
Looks good to me!
* Add support for worker bindings Currently this only handles "inherit" bindings, but it's already getting to be a fairly large change, so I wanted to break it up a bit before implementing other types of bindings. * Add support for Workers KV namespace bindings * Add support for WebAssembly module worker bindings * fixup! Add support for worker bindings
No description provided.