# Wasm attempt build: ```bash GOOS=js GOARCH=wasm go build -o public/main.wasm ``` Run webserver: ```bash docker run -ti \ --net=host \ -v "$(pwd)/mime.types":/etc/nginx/mime.types:ro \ -v "$(pwd)"/nginx.conf:/etc/nginx/sites-enabled/default \ -v "$(pwd):$(pwd)" \ hugotty/nginx:latest ```