tb_sdk_go_local_wasm_docker

Installation
SKILL.md

Policy

  • Do not use tau build / tau run unless the user explicitly asked.
  • Fix issues by editing root empty.go, go.mod, and .taubyte/* only.

Docker recipe

From the function root (empty.go + go.mod):

mkdir -p out
docker run -it --rm \
  -e CODE=/src \
  -v "$(pwd)/out:/out" \
  --mount type=bind,src="$(pwd)",dst=/src_ro,ro \
  --mount type=tmpfs,dst=/src \
  taubyte/go-wasi:v2 /bin/bash -c '
    set -e
    rsync -a --delete /src_ro/ /src/ 2>/dev/null || cp -a /src_ro/. /src/
Related skills

More from taubyte/skills

Installs
2
Repository
taubyte/skills
First Seen
Apr 28, 2026