# README

Go Key / Value store example

Compile a Go worker to WebAssembly and run it in Wasm Workers Server.

Prerequisites

  • Wasm Workers Server (wws):

    curl -fsSL https://workers.wasmlabs.dev/install | bash
    
  • Go

  • TinyGo

Build

tinygo build -o counter.wasm -target wasi counter.go

Run

wws .

Resources