From 43f6158f289a6c814caa24c88ae50eae5a2f71ce Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 18 Oct 2023 11:20:39 -0700 Subject: [PATCH] Note the host architecture as well --- docs/examples-minimal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples-minimal.md b/docs/examples-minimal.md index 0787ca033323..ec73af53d2a9 100644 --- a/docs/examples-minimal.md +++ b/docs/examples-minimal.md @@ -7,8 +7,8 @@ of Wasmtime and how to best produce a minimal build of Wasmtime. ## Building a minimal CLI > *Note*: the exact numbers in this section were last updated on 2023-10-18 on a -> macOS host. They should provide a general ballpark estimate but should be -> confirmed locally again before being totally relied upon. +> macOS aarch64 host. They should provide a general ballpark estimate but should +> be confirmed locally again before being totally relied upon. Many Wasmtime embeddings go through the `wasmtime` crate as opposed to the `wasmtime` CLI executable, but to start out let's take a look at minimizing the