# README
Go dynamic routes example
Compile a Go worker to WebAssembly and run it in Wasm Workers Server.
Prerequisites
Build
tinygo build -o [id].wasm -target wasi main.go
Run
wws .
Compile a Go worker to WebAssembly and run it in Wasm Workers Server.
tinygo build -o [id].wasm -target wasi main.go
wws .