An open API service indexing awesome lists of open source software.

https://github.com/prongbang/wasmedge-server


https://github.com/prongbang/wasmedge-server

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# wasmedge-server

- Hello WasmEdge Server

```shell
curl http://localhost:8080/
```

- Echo

```shell
curl http://localhost:8080/echo -X POST -d "Hello WasmEdge Server"
```

### Reference

- https://www.cncf.io/blog/2024/03/28/webassembly-on-kubernetes-the-practice-guide-part-02/