From 0bfdeb839e491fb7286b8e3a6b9cd15cb7c1593d Mon Sep 17 00:00:00 2001 From: Marcel Laverdet Date: Thu, 19 Sep 2024 23:26:12 -0500 Subject: [PATCH] A short README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ba8ddb7 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +[![npm version](https://badgen.now.sh/npm/v/isolated-vm)](https://www.npmjs.com/package/isolated-vm) +[![isc license](https://badgen.now.sh/npm/license/isolated-vm)](https://github.com/laverdet/isolated-vm/blob/main/LICENSE) +[![github action](https://github.com/laverdet/isolated-vm/actions/workflows/build.yml/badge.svg)](https://github.com/laverdet/isolated-vm/actions/workflows/build.yml) +[![npm downloads](https://badgen.now.sh/npm/dm/isolated-vm)](https://www.npmjs.com/package/isolated-vm) + +isolated-vm -- Access to multiple isolates in nodejs +==================================================== + +Hello you found the secret rewrite of isolated-vm. This is a from-scratch rewrite I've been working +on in my spare time.