# README

Go environment variables 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 envs.wasm -target wasi envs.go

Run

wws .

Resources