github.com/bananabytelabs/wazero@v0.0.0-20240105073314-54b22a776da8/site/content/community/users.md (about)

     1  +++
     2  title = "Who is using wazero"
     3  +++
     4  
     5  ## Who is using wazero?
     6  
     7  Below are an incomplete list of projects that use wazero strategically as a
     8  part of their open source or commercial work. Please support our community by
     9  considering their efforts before starting your own!
    10  
    11  ### Libraries
    12  
    13  | Name             | Description                                                                                          |
    14  |:-----------------|------------------------------------------------------------------------------------------------------|
    15  | [go-pdfium][23]  | [PDFium][24] bindings to do PDF operations in Go, also available as end application [pdfium-cli][25] |
    16  | [go-re2][7]      | high performance regular expressions                                                                 |
    17  | [go-sqlite3][11] | [SQLite][12] bindings, `database/sql` driver                                                         |
    18  | [wasi-go][33]    | WASI host module for Wazero with experimental support for socket extensions                          |
    19  | [wazergo][29]    | Generics library for type-safe and high performance wazero host modules                              |
    20  | [Wetware][28]    | Simple, secure & scalable clusters                                                                   |
    21  | [mjml-go][19]    | Compile [MJML][20] to HTML directly in Go                                                            |
    22  | [wzprof][32]     | CPU and Memory profiler for WebAssembly modules, based on Wazero                                     |
    23  
    24  ### General purpose plugins
    25  
    26  | Name                           | Description                                                                   |
    27  |:-------------------------------|-------------------------------------------------------------------------------|
    28  | [Extism][38]                   | Simplified cross-language extensibility in Go & a dozen+ languages|
    29  | [go-plugin][2]                 | implements [Protocol Buffers][8] services with WebAssembly vi code generation |
    30  | [waPC][5]                      | implements [Apex][6] interfaces with WebAssembly via code generation          |
    31  | [wazero-emscripten-embind][36] | Emscripten [Embind][37] and code generation support for Wazero                |
    32  
    33  ### Middleware
    34  
    35  | Name                   | Description                                        |
    36  |:-----------------------|----------------------------------------------------|
    37  | [http-wasm-host-go][3] | serves HTTP handlers implemented in [http-wasm][4] |
    38  
    39  ### Network
    40  
    41  | Name          | Description                                              |
    42  |:--------------|----------------------------------------------------------|
    43  | [Benthos][30] | implements 3rd party extension via [WASM processor][31]  |
    44  | [dapr][15]    | implements 3rd party extension via [WASM middleware][16] |
    45  | [mosn][9]     | implements 3rd party extension via [proxy-wasm][10]      |
    46  
    47  ### Security
    48  
    49  | Name                  | Description                                                                                        |
    50  |:----------------------|----------------------------------------------------------------------------------------------------|
    51  | [trivy][17]           | implements 3rd party extension via [wasm modules][18]                                              |
    52  | [RunReveal][34]       | Security data platform which uses Wazero for transforms and alerting                               |
    53  | [Impart Security][35] | API security solution with a WASM based rules engine using wazero as part of a security mesh layer |
    54  
    55  ### Cloud Platforms
    56  
    57  | Name          | Description                                                               |
    58  |:--------------|---------------------------------------------------------------------------|
    59  | [scale][13]   | implements [Polyglot][14] interfaces with WebAssembly via code generation |
    60  | [taubyte][21] | edge computing and web3 platform that runs [serverless functions][22]     |
    61  | [YoMo][26]    | Streaming [Serverless][27] Framework for buildnig Geo-distributed system  |
    62  | [Wetware][28] | Web3's answer to Cloud hosting                                            |
    63  
    64  ## Updating this list
    65  
    66  This is a community maintained list. It may have an inaccurate or outdated
    67  entries, or missing something entirely. Changes to the [source][1] are
    68  welcome, but please be conscious that not all projects desire to be on lists.
    69  To ensure we promote community members, please do not add works that don't use
    70  wazero to this list. Please keep descriptions short for a better table
    71  experience.
    72  
    73  [1]: https://github.com/bananabytelabs/wazero/tree/main/site/content/community/users.md
    74  
    75  [2]: https://github.com/knqyf263/go-plugin
    76  
    77  [3]: https://github.com/http-wasm/http-wasm-host-go
    78  
    79  [4]: https://http-wasm.io
    80  
    81  [5]: https://wapc.io
    82  
    83  [6]: https://apexlang.io
    84  
    85  [7]: https://github.com/wasilibs/go-re2
    86  
    87  [8]: https://protobuf.dev/overview/
    88  
    89  [9]: https://mosn.io/
    90  
    91  [10]: https://github.com/proxy-wasm/spec
    92  
    93  [11]: https://github.com/ncruces/go-sqlite3
    94  
    95  [12]: https://sqlite.org
    96  
    97  [13]: https://scale.sh
    98  
    99  [14]: https://github.com/loopholelabs/polyglot-go
   100  
   101  [15]: https://dapr.io/
   102  
   103  [16]: https://docs.dapr.io/reference/components-reference/supported-middleware/middleware-wasm/
   104  
   105  [17]: https://trivy.dev/
   106  
   107  [18]: https://aquasecurity.github.io/trivy/dev/docs/advanced/modules/
   108  
   109  [19]: https://github.com/Boostport/mjml-go
   110  
   111  [20]: https://mjml.io/
   112  
   113  [21]: https://www.taubyte.com/
   114  
   115  [22]: https://tau.how/docs/category/taubyte-serverless-functions
   116  
   117  [23]: https://github.com/klippa-app/go-pdfium
   118  
   119  [24]: https://pdfium.googlesource.com/pdfium/
   120  
   121  [25]: https://github.com/klippa-app/pdfium-cli
   122  
   123  [26]: https://github.com/yomorun/yomo
   124  
   125  [27]: https://github.com/yomorun/yomo/tree/master/example/7-wasm
   126  
   127  [28]: https://github.com/wetware/ww
   128  
   129  [29]: https://github.com/stealthrocket/wazergo
   130  
   131  [30]: https://www.benthos.dev/
   132  
   133  [31]: https://www.benthos.dev/docs/components/processors/wasm
   134  
   135  [32]: https://github.com/stealthrocket/wzprof
   136  
   137  [33]: https://github.com/stealthrocket/wasi-go
   138  
   139  [34]: https://runreveal.com/
   140  
   141  [35]: https://impart.security/
   142  
   143  [36]: https://github.com/jerbob92/wazero-emscripten-embind
   144  
   145  [37]: https://emscripten.org/docs/porting/connecting_cpp_and_javascript/embind.html
   146  
   147  [38]: https://github.com/extism/extism