-
Notifications
You must be signed in to change notification settings - Fork 90
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
Entrypoint string specification and validation #237
Comments
also related to #194 |
👍 |
More discussion happened here: https://cloud-native.slack.com/archives/C04LTPB6Z0V/p1693606484029809 |
Pulling out the relevant differences from the slack thread:
|
wws behaves as |
Right now the entrypoint strings are '#'-delimited (Wasm file and method): #102. In #219 there was some discussion about specifying this particular entrypoint string format and semantics well, so it would be documented for users and other projects could potentially support this.
In particular, we need to write validation code and tests. For example, #219 listed these test cases:
foo#bar
#bar
foo#bar#bar
foo
#foo#bar
foo#
foo#bar; -- %
The text was updated successfully, but these errors were encountered: