Skip to content

Commit

Permalink
Correct my note
Browse files Browse the repository at this point in the history
  • Loading branch information
bpcreech committed Apr 9, 2024
1 parent 769239f commit 5ae16f4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions content/post/mini-racer-v0.11.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ tags:
In [this last blog post](https://bpcreech.com/post/mini-racer/), I discussed my
revival of [PyMiniRacer](https://github.com/bpcreech/PyMiniRacer), a neat
project created by [Sqreen](https://github.com/sqreen) to embed the V8
JavaScript into Python. As of that post (`v0.8.0`), I hadn't touched the C++
code yet. Here we talk about some extensions to PyMiniRacer, rolling up the
changes up to `v0.11.1`: JS `Object` and `Array` manipulation, directly calling
JS functions from Python, `async` support, and a discussion of the C++ changes
needed to make all that work.
JavaScript into Python. As of that post (`v0.8.0`), I had done a light
reorganization of the C++ side of PyMiniRacer, but nothing big there yet. Here
we talk about some extensions to PyMiniRacer, rolling up the changes up to
`v0.11.1`: JS `Object` and `Array` manipulation, directly calling JS functions
from Python, `async` support, and a discussion of the C++ changes needed to make
all that work.

<!--more-->

Expand Down

0 comments on commit 5ae16f4

Please sign in to comment.