Commit Graph

1 Commits

Author SHA1 Message Date
manunio 11afe55779
wasmer: initial integration (#9276)
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)
2022-12-29 08:48:51 -05:00