From 471fd9f3a58881edfe70ffcf6f91288d6b24c7e4 Mon Sep 17 00:00:00 2001 From: bpcreech <35012922+bpcreech@users.noreply.github.com> Date: Tue, 19 Mar 2024 09:44:38 -0400 Subject: [PATCH] Update mini-racer.md --- content/post/mini-racer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/mini-racer.md b/content/post/mini-racer.md index 58ddcf5..57c9f4f 100644 --- a/content/post/mini-racer.md +++ b/content/post/mini-racer.md @@ -327,7 +327,7 @@ Future work may include: the security sandbox provided by `PyMiniRacer`, will move away from the minimal-interface rule we're going for, and may trend toward "just being NodeJS" with its - [rich standard library](https://nodejs.org/docs/latest-v12.x/api/). (At this + [rich standard library](https://nodejs.org/docs/latest-v12.x/api/). At this point, we'd be better off by embedding NodeJS, or just [running it as a sidecar](https://pypi.org/project/nodejs-eval/).