-
This is my first attempt to use the builtin logging provider, so it could be a bug in the actor or the otp host.
When I invoke WriteLog, I see debug messages from the host:
```
[debug] Guest request
…
-
**Describe the bug**
```
#11 318.0 error: failed to run custom build command for `prost-build v0.7.0`
#11 318.0
#11 318.0 Caused by:
#11 318.0 process didn't exit successfully: `/build/target/…
-
-
dependent on #238 (determine list of supported platforms)
repositories:
- wasmcloud/wasmcloud-otp
- wash
- examples
- capability providers
- interfaces
-
Right now the host ID being placed onto the `Invocation` struct instance is `String::new()`. We need to allow the host ID to be passed in somewhere because all (_valid_) invocations must bear the host…
-
There are duplicate data structure definitions and duplicate functionality among these three libraries, in three different respositories.
- wasmbus-rpc (in wasmcloud/weld)
- wasmcloud-lattice-rpc (in …
-
Related to #6
We publish CloudEvents for things like `provider_started`, `actor_started`, `provider_stopped`, and more after the above issue. We should have a module that can be instantiated and m…
-
This is the report from the spike #148, where a KVCounter actor cannot invoke the `KeyValueAdd` operation with a `wasmcloud:keyvalue` provider running on a different host.
The cause of this issue i…
-
The wasmcloud/models repo contains html files and downloadable smithy model files. This repo (weld, and/or wherever shared smithy files end up living) needs to have CI tools to copy changed smithy fil…
-
Several of the wasmcloud tests have sleep statements to wait for the host to reach a particular state. Setting the amount of time to sleep is a trial-and-error process and either not reliable or cause…