Skip to content

Commit

Permalink
Update mini-racer.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bpcreech authored Mar 17, 2024
1 parent a6240a4 commit a51e490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/post/mini-racer.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ 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]9https://v8.dev/docs/build). We _might_ be able to simplify
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
Expand Down

0 comments on commit a51e490

Please sign in to comment.