# README
Go Key / Value store example
Compile a Go worker to WebAssembly and run it in Wasm Workers Server.
Prerequisites
Build
tinygo build -o counter.wasm -target wasi counter.go
Run
wws .
Compile a Go worker to WebAssembly and run it in Wasm Workers Server.
tinygo build -o counter.wasm -target wasi counter.go
wws .