Skip to content

Commit

Permalink
chore: Update binary build time in the guide (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
ospencer committed Apr 3, 2024
1 parent a09cfcb commit b8d5b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/getting_grain.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ We have a couple different ways to get Grain. Most developers will prefer the Pa

The Grain toolchain (including our CLI, compiler, runtime, and standard library) is shipped as a single binary. Binaries are available for [MacOS x64](#MacOS-x64---Homebrew), [Linux x64](#Linux-x64---Download), and [Windows x64](#Windows-x64---Download).

**Note:** These binaries are a bit slow when first building a project (around 70 seconds). The packaged compiler is running in JavaScript, _and_ it builds and writes the runtime & standard library into your project. If you need raw speed, you can build the native compiler from source! See [Building Grain from Source](#Building-Grain-from-Source) below.
**Note:** These binaries are a bit slow when first building a project (around 10 seconds). The packaged compiler is running in JavaScript, _and_ it builds and writes the runtime & standard library into your project. If you need raw speed, you can build the native compiler from source! See [Building Grain from Source](#Building-Grain-from-Source) below.

### MacOS x64 - Homebrew

Expand Down

0 comments on commit b8d5b66

Please sign in to comment.