Closed srenatus closed 3 years ago
There is a command called wash
that's part of wasmcloud that can do what grpcurl does and quite a bit more.
Ah thanks, I've seen that but wasn't sure if it could work with plain wapc wasm modules. I'll have another look. 😃
The only difference between a wapc module and a wasmcloud module is the embedded signature.
Ah I see. I'll have to figure out how to embed one for my wasm modules then.
You can use the wascap rust crate, which is what wasmcloud uses.
FWIW https://github.com/jsoverson/wacl seems handy there, too. Almost the interface I had desired, except that it'll need signing, too.
Yes wacl and wash are pretty similar.
Hi!
Similar to grpcurl for grpc, a small utility that offers a way to invoke a wapc call via the command line would be useful for debugging and development... I'm imagining something like
I wouldn't be surprised if this existed already, so I figured I'd ask. 🙂