Matt Wilkinson

Results 22 comments of Matt Wilkinson

It looks like @koute is still active on GitHub, going by their contribution activity. So what happened here?

Gonna focus on getting a version of this that works for building & signing Rust and TinyGo actors and then ready to submit. Pushing to the registry as well as...

Ready for review! @brooksmtownsend @thomastaylor312 @autodidaddict

> Looks like the build is failing because there are 2 different versions of async nats being pulled into the dependency tree. We see this one routinely @brooksmtownsend Yep will...

> I'm making an assumption that all of the braced values here are going to be present in the wasmcloud.toml, which I think you said just making it clear for...

Probably need to have our own configuration file along with this if we're getting rid of the makefiles, an equivalent to `package.json` or `Cargo.toml`. Perhaps just `wash.toml`? or `wasmcloud.toml`?

> I was wondering if we could get away with storing additional metadata in each language's config file just for ease-of-use, but if that can't be done in `go.mod` /...

Here's my initial stab at the fields for this file, using the Makefiles in the [examples repo](https://github.com/wasmCloud/examples) as a reference. This WIP, I'm just throwing everything into a comment and...

> The reason for revision is to support hot-upgrades, we want people to be able to quickly patch and upgrade actors in place without changing semver, e.g. to hotfix an...

Started working on this at https://github.com/mattwilkinsonn/wasmcloud-config. Making it it's own crate as it could be used outside of `wash`.