From b8c9603c711ea647e003cc6610d2046d82f8b766 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Sun, 15 Mar 2026 09:24:27 -0700 Subject: [PATCH] Add musl target and cargo config for Rust --- src/vm.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/vm.ts b/src/vm.ts index 006df16..5c6d966 100644 --- a/src/vm.ts +++ b/src/vm.ts @@ -161,6 +161,17 @@ async function installPersistentTooling(log?: (msg: string) => void): Promise /sandlot/.cargo/config.toml`}`.quiet() } // Go — skip if already installed on the persistent mount