From 17f7d4a91064fc6a12ae256367b236b776cc98ca Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia <7854099+viferga@users.noreply.github.com> Date: Thu, 7 Oct 2021 01:27:53 -0400 Subject: [PATCH] Update README.md (#3800) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1777859d..53a98cbc 100644 --- a/README.md +++ b/README.md @@ -796,6 +796,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [golua](https://github.com/aarzilli/golua) - Go bindings for Lua C API. * [gopher-lua](https://github.com/yuin/gopher-lua) - Lua 5.1 VM and compiler written in Go. * [gval](https://github.com/PaesslerAG/gval) - A highly customizable expression language written in Go. +* [metacall](https://github.com/metacall/core) - Cross-platform Polyglot Runtime which supports NodeJS, JavaScript, TypeScript, Python, Ruby, C#, WebAssembly, Java, Cobol and more. * [ngaro](https://github.com/db47h/ngaro) - Embeddable Ngaro VM implementation enabling scripting in Retro. * [purl](https://github.com/ian-kent/purl) - Perl 5.18.2 embedded in Go. * [tengo](https://github.com/d5/tengo) - Bytecode compiled script language for Go.