Skip to content

Commit

Permalink
moar tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Creech committed Mar 17, 2024
1 parent 465a6c2 commit a2a48de
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions content/post/mini-racer.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,15 +307,16 @@ out of `GN`+`ninja` and into another to-be-determined build system.
Alternatively, it would be nice if V8 lived within a common C/C++ package
system. The winning multi-platform C/C++ package system today seems to be
<https://conan.io>. Making V8 work with Conan (well enough for official upload
to [Conan Center](https://conan.io/center)) would be tough because V8 loves to
download its own dependencies in violation of Conan's common-sense
to [Conan Center](https://conan.io/center)) would be tough because, along with
[all the difficulties cited above](#general-challenges-in-building-v8), V8 loves
to download its own dependencies in violation of Conan's common-sense
One-Definition Rule (ODR).

## Other future work in `PyMiniRacer`

Future work may include:

- Updates to new V8 builds which we can assume will appear unabated.
- Updates to new V8 releases which we can assume will appear unabated.
- Support for
[Python `asyncio`](https://docs.python.org/3/library/asyncio.html).
- Other stuff from
Expand Down

0 comments on commit a2a48de

Please sign in to comment.