See the documentation about installing tooling: https://golem.cloud/learn/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/tier3/wasi_snapshot_preview1.wasm
