-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wasmer: initial integration #9276
Conversation
I don't know any of these projects unfortunately. Is wasmer used or developed by any big companies? |
I'm not sure about other projects except listed above, but if we take project SWC as an example, SWC is a community-driven project but is backed by companies/contributers as per https://opencollective.com/swc. It also has 1 million+ weekly downloads as per https://www.npmjs.com/package/@swc/core.
Hi @syrusakbary any ideas ? Edit: some additional metrics Edit 1: wasmer is similar to project wasmtime (already integrated in oss-fuzz) |
Yes. There are multiple companies. Google, for example, is one of those (via the dart-wasm integration). Apple, with swift is another. Kubernetes with crun, but there are many more companies and projects from big to medium to small. Is worth to mention that Wasmer is currently the most popular standalone WebAssembly runtime, and I believe is running in more production setups than any other Wasm runtime already integrated in the oss-fuzz project. Integrating Wasmer in the oss-fuzz project will incredibly help the WebAssembly ecosystem as a whole, since many projects already depend on it and it will help improve resilience of the ecosystem. Thanks a lot for both considering Wasmer and integrating into the great oss-fuzz project! |
I think this sounds good enough for me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hi, [ Wasmer](https://github.com/wasmerio/wasmer) is a fast and secure [WebAssembly](https://webassembly.org/) runtime that enables super lightweight containers to run anywhere: from Desktop to the Cloud, Edge and IoT devices. - It has close to 2 million downloads as per [crates.io](https://crates.io/crates/wasmer). - It is being used by projects like: - [swc](https://github.com/swc-project/swc) - [zellij](https://github.com/zellij-org/zellij) - [youki](https://github.com/containers/youki) - [lunatic](https://github.com/lunatic-solutions/lunatic) - [mun](https://github.com/mun-lang/mun) - [locutus](https://github.com/freenet/locutus)
Hi, Wasmer is a fast and secure WebAssembly runtime that enables super lightweight containers to run anywhere: from Desktop to the Cloud, Edge and IoT devices.