-
Notifications
You must be signed in to change notification settings - Fork 175
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
Support call aliases in a manifest file #199
Labels
Comments
|
|
|
rvolosatovs
pushed a commit
to rvolosatovs/wasmCloud
that referenced
this issue
Mar 21, 2023
* accept uppercase URL parameter, correct default connect Signed-off-by: Brooks Townsend <[email protected]> * allow case insensitive links Signed-off-by: Brooks Townsend <[email protected]> * allow case insensitive linkdef URL parameter Signed-off-by: Brooks Townsend <[email protected]> Signed-off-by: Brooks Townsend <[email protected]>
connorsmith256
pushed a commit
to connorsmith256/wasmCloud
that referenced
this issue
Oct 17, 2023
* Add Id const generic type, and HostId Signed-off-by: Stuart Harris <[email protected]> * ServerId, ServiceId, ModuleId Signed-off-by: Stuart Harris <[email protected]> * tiny refactor Signed-off-by: Stuart Harris <[email protected]>
connorsmith256
pushed a commit
to connorsmith256/wasmCloud
that referenced
this issue
Oct 17, 2023
* Add Id const generic type, and HostId Signed-off-by: Stuart Harris <[email protected]> * ServerId, ServiceId, ModuleId Signed-off-by: Stuart Harris <[email protected]> * tiny refactor Signed-off-by: Stuart Harris <[email protected]>
This was referenced Oct 30, 2023
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We would like to make it easier to write manifest files so that we aren't constantly filling the file with the cumbersome actor public keys. Instead, we would like to be able to use the string that is associated with the actor's
call alias
(which can be set and displayed using thewash
command line).Of course, the trick is in figuring out where to go get the actor from once you have its call alias. You won't know the call alias for the actor until you load the actor module itself.
Would love to hear additional commentary on this feature, alternatives, etc.
The text was updated successfully, but these errors were encountered: