Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 343 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 343 Bytes

Spin component in TinyGo

$ RUST_LOG=spin=trace spin build --up

The application can now receive requests on http://localhost:3000/publish:

$ curl -i localhost:3000/publish
HTTP/1.1 200 OK
content-length: 67
date: Tue, 29 Nov 2022 07:03:52 GMT

mykey value was: myvalue
spin-go-incr value: 1
deleted keys num: 2