Skip to content

v0.0.5 🐳 [spouting whale]

Compare
Choose a tag to compare
@k33g k33g released this 03 Oct 04:31
· 3 commits to main since this release

Multi-arch 🐳 Docker image

HTTP_PORT=8080
docker run \
    -p ${HTTP_PORT}:${HTTP_PORT} \
    -v $(pwd)/hello-service:/app --rm botsgarden/slingshot:0.0.5 \
    /slingshot start \
    --wasm=./app/hello.wasm \
    --handler=callHandler \
    --http-port=${HTTP_PORT} 

Host functions changes:

  • hostPrint (new)
  • hostPrintln (former hostPrint)

New host function:

  • hostInput