Stream: warg

Topic: Registries using warg


view this post on Zulip Johannes Becker (Mar 17 2023 at 22:23):

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 :)

view this post on Zulip Bailey Hayes (Mar 18 2023 at 01:13):

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

A project to track progress on a reference registry implementation
WebAssembly component registry prototype. Contribute to bytecodealliance/registry development by creating an account on GitHub.

view this post on Zulip Johannes Becker (Mar 19 2023 at 20:39):

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. :)

view this post on Zulip Robin Brown (Mar 20 2023 at 17:34):

A distributed Wasm runtime sounds very interesting. Are there any links you can share about the project?

view this post on Zulip Johannes Becker (Mar 23 2023 at 00:24):

@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 ;)

Serval Computing has 9 repositories available. Follow their code on GitHub.

Last updated: Nov 22 2024 at 16:03 UTC