See the documentation about installing tooling: https://learn.golem.cloud/docs/building-components/tier-2/grain

Compile the Grain project:
  grain compile --release main.gr
Convert the result into a Component:
  wasm-tools component new main.gr.wasm -o component_name.wasm --adapt adapters/tier2/wasi_snapshot_preview1.wasm
