Hi all! I'm relatively new to this space, but we are currently building a distributed Wasm runtime and I'm looking into integrating package manager support. Stumbled upon warg.io but it's not clear to me whether there are public registries based on warg
out there? Or whether warg
is mostly intended for local package management / private registries? If there are any public registries I'd love some pointers to them, because I'll probably want to build support for them in our platform. Thanks :)
Initial development of warg is underway and there are no registries with implementations of the protocol. The project board is at https://github.com/orgs/bytecodealliance/projects/7/views/1
Repo with the protocol, a client, and server: https://github.com/bytecodealliance/registry
A great and recent overview of warg from Kyle at Cloud Native SecurityCon: YouTube - Package Transparency for WebAssembly Registries - Kyle Brown, SingleStore
Thank you! Great resources. I will keep an eye on the project and will make sure we put support for the warg protocol on our roadmap... this is a few months out for us, once we're getting close to an actually usable prototype, I will reach out here for feedback on whether we're implementing this right, if I may. :)
A distributed Wasm runtime sounds very interesting. Are there any links you can share about the project?
@Kyle Brown We are super early stage - happy to hop on a quick Zoom with you to talk about it, feel free to DM me if you want to chat! We are also building a few building blocks in the open over at https://github.com/serval but whatever you see there may be incomplete, broken, and generally confusing ;)
Last updated: Nov 22 2024 at 16:03 UTC