# README
Go environment variables example
Compile a Go worker to WebAssembly and run it in Wasm Workers Server.
Prerequisites
Build
tinygo build -o envs.wasm -target wasi envs.go
Run
wws .
Compile a Go worker to WebAssembly and run it in Wasm Workers Server.
tinygo build -o envs.wasm -target wasi envs.go
wws .