From 3db8dd5d6cb619edce3a5815b40aee6bccc1f9d6 Mon Sep 17 00:00:00 2001 From: bpcreech Date: Sun, 17 Mar 2024 04:31:35 +0000 Subject: [PATCH] Apply formatting changes --- content/post/mini-racer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/post/mini-racer.md b/content/post/mini-racer.md index a65bb25..b521b10 100644 --- a/content/post/mini-racer.md +++ b/content/post/mini-racer.md @@ -279,8 +279,8 @@ above actually split the V8 build out into a separate project, distributing the v8 runtime libraries and headers in both source and binary form, packaged as a language-independent zip and as a Ruby gem._". This project takes a different tack on the problem by reusing NodeJS's opinionated vendored -copy and build of V8 instead of trying to build V8 from [Google's -directions](https://v8.dev/docs/build). We _might_ be able to simplify +copy and build of V8 instead of trying to build V8 from +[Google's directions](https://v8.dev/docs/build). We _might_ be able to simplify `PyMiniRacer` by rebasing it upon the `libv8-node` build of V8. We'd need to ensure `libv8-node` is up-to-date and stable (it's not totally clear to me that it is) and, because we're dropping the V8 build entirely, move the compilation