See the documentation about installing tooling: https://golem.cloud/learn/zig

Compile the Zig code:
  zig build -Drelease-small=true
Convert the result into a Component:
  wasm-tools component new zig-out/bin/main.wasm -o component_name.wasm --adapt adapters/tier3/wasi_snapshot_preview1.wasm
