|
3 | 3 |
|
4 | 4 | <br />
|
5 | 5 | <div align="center">
|
6 |
| - <h3 align="center">wasm-workflow-executor</h3> |
| 6 | + <h3 align="center">wasm-workflows-plugin</h3> |
7 | 7 |
|
8 | 8 | <p align="center">
|
9 | 9 | An <a href="https://github.com/argoproj/argo-workflows/blob/master/docs/executor_plugins.md">Executor Plugin</a> for <a href="https://argoproj.github.io/argo-workflows/">Argo Workflows</a> that runs WebAssembly modules! 🚀
|
10 | 10 | <br />
|
11 |
| - <a href="https://github.com/Shark/wasm-workflow-executor/#about-the-project"><strong>Find out why that's awesome »</strong></a> |
| 11 | + <a href="https://github.com/Shark/wasm-workflows-plugin/#about-the-project"><strong>Find out why that's awesome »</strong></a> |
12 | 12 | <!--
|
13 | 13 | <br />
|
14 | 14 | <br />
|
15 |
| - <a href="https://github.com/Shark/wasm-workflow-executor/doc/demo.md">View Demo</a> |
| 15 | + <a href="https://github.com/Shark/wasm-workflows-plugin/doc/demo.md">View Demo</a> |
16 | 16 | ·
|
17 |
| - <a href="https://github.com/Shark/wasm-workflow-executor/doc/use-cases.md">All Use Cases</a> |
| 17 | + <a href="https://github.com/Shark/wasm-workflows-plugin/doc/use-cases.md">All Use Cases</a> |
18 | 18 | -->
|
19 | 19 | </p>
|
20 | 20 | </div>
|
@@ -104,8 +104,8 @@ Open Source software stands on the shoulders of giants. It wouldn't have been po
|
104 | 104 | 1. Clone the repository and change to the [`argo-plugin/`](argo-plugin/) directory:
|
105 | 105 |
|
106 | 106 | ```shell
|
107 |
| - git clone https://github.com/Shark/wasm-workflow-executor |
108 |
| - cd wasm-workflow-executor/argo-plugin |
| 107 | + git clone https://github.com/Shark/wasm-workflows-plugin |
| 108 | + cd wasm-workflows-plugin/argo-plugin |
109 | 109 | ```
|
110 | 110 |
|
111 | 111 | 1. Build the plugin ConfigMap:
|
@@ -145,7 +145,7 @@ spec:
|
145 | 145 | plugin:
|
146 | 146 | wasm:
|
147 | 147 | module:
|
148 |
| - oci: ghcr.io/shark/wasm-workflow-executor-example-ferris-says:latest |
| 148 | + oci: ghcr.io/shark/wasm-workflows-plugin-example-ferris-says:latest |
149 | 149 | ```
|
150 | 150 |
|
151 | 151 | The `wasm` template will produce an output parameter `text` with an awesome message:
|
@@ -181,7 +181,7 @@ This repo contains a [ready-to-use template for Rust](wasm-modules/templates/rus
|
181 | 181 |
|
182 | 182 | Capabilities expand what modules can do. Without them, modules can take input parameters and artifacts and produce some output.
|
183 | 183 |
|
184 |
| -Some [inspiration for capabilities](https://wasmcloud.dev/reference/host-runtime/capabilities/) can be taken from the wasmCloud project. Currently, this executor does not offer any capabilities, but I want to port some of wasmCloud's capability providers over to enable a wide range of stateful use cases like HTTP/REST, S3 object storage, SQL databases, etc. |
| 184 | +Some [inspiration for capabilities](https://wasmcloud.dev/reference/host-runtime/capabilities/) can be taken from the wasmCloud project. Currently, this runtime does not offer any capabilities, but I want to port some of wasmCloud's capability providers over to enable a wide range of stateful use cases like HTTP/REST, S3 object storage, SQL databases, etc. |
185 | 185 |
|
186 | 186 | ### :construction: Distributed Mode
|
187 | 187 |
|
@@ -239,13 +239,13 @@ Distributed under the MIT License. See `LICENSE.txt` for more information.
|
239 | 239 |
|
240 | 240 | Felix Seidel – [@sh4rk](https://twitter.com/sh4rk) – [email protected]
|
241 | 241 |
|
242 |
| -Project Link: [https://github.com/Shark/wasm-workflow-executor](https://github.com/Shark/wasm-workflow-executor) |
| 242 | +Project Link: [https://github.com/Shark/wasm-workflows-plugin](https://github.com/Shark/wasm-workflows-plugin) |
243 | 243 |
|
244 | 244 | ## Acknowledgements
|
245 | 245 |
|
246 | 246 | This is a research project as part of my Master Thesis at the [Chair of Prof. Dr. Holger Karl](https://www.hpi.de/karl/people/holger-karl.html) at [Hasso Plattner Institute](https://www.hpi.de), the University of Potsdam (Germany). Thank you for the ongoing support of my thesis!
|
247 | 247 |
|
248 |
| -[issues-shield]: https://img.shields.io/github/issues/Shark/wasm-workflow-executor.svg?style=for-the-badge |
249 |
| -[issues-url]: https://github.com/Shark/wasm-workflow-executor/issues |
250 |
| -[license-shield]: https://img.shields.io/github/license/Shark/wasm-workflow-executor.svg?style=for-the-badge |
251 |
| -[license-url]: https://github.com/Shark/wasm-workflow-executor/blob/main/LICENSE.txt |
| 248 | +[issues-shield]: https://img.shields.io/github/issues/Shark/wasm-workflows-plugin.svg?style=for-the-badge |
| 249 | +[issues-url]: https://github.com/Shark/wasm-workflows-plugin/issues |
| 250 | +[license-shield]: https://img.shields.io/github/license/Shark/wasm-workflows-plugin.svg?style=for-the-badge |
| 251 | +[license-url]: https://github.com/Shark/wasm-workflows-plugin/blob/main/LICENSE.txt |
0 commit comments