Skip to content

Repository files navigation

loco.tasks

HTTP_PORT="5555"
WASM_FILE="../loco.services/hello/main.wasm"
node --experimental-wasi-unstable-preview1 --no-warnings ../loco.services/hello/index.mjs

curl -X POST http://localhost:5555
-H 'Content-Type: text/plain; charset=utf-8'
-d 'Jane Doe' echo ""

curl -X POST http://localhost:8080/functions/hello/default
-H 'Content-Type: text/plain; charset=utf-8'
-d 'Bob Morane' echo ""

launcher.sh

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages