https://github.com/albertoimpl/wasm-compose-demo
https://github.com/albertoimpl/wasm-compose-demo
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/albertoimpl/wasm-compose-demo
- Owner: Albertoimpl
- Created: 2022-10-07T17:37:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T09:44:58.000Z (over 3 years ago)
- Last Synced: 2025-03-17T11:50:51.793Z (11 months ago)
- Language: Rust
- Size: 3.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WASM compose demo
Execute all the components
```
./run.sh
```
Test the results
```
curl localhost:8080 -d 'Hello, world!' -H "Content-Type: text/plain" -v --compressed
```