From 5ae16f4bb8738d00f841d9a3dd44b717d215e973 Mon Sep 17 00:00:00 2001 From: Ben Creech Date: Tue, 9 Apr 2024 18:42:49 -0400 Subject: [PATCH] Correct my note --- content/post/mini-racer-v0.11.1.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/content/post/mini-racer-v0.11.1.md b/content/post/mini-racer-v0.11.1.md index 4520ec7..03b9ed2 100644 --- a/content/post/mini-racer-v0.11.1.md +++ b/content/post/mini-racer-v0.11.1.md @@ -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.