v0.0.5 π³ [spouting whale]
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
(formerhostPrint
)
New host function:
hostInput