From 7d05d3c0b8fc7e7db3cc2a3ad154b10579fc6179 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Wed, 28 Aug 2019 13:05:48 -0700 Subject: [PATCH] Added wasmr (wasmer in R) to the language integrations --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b26db97d6..5afafdf0e 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ Wasmer runtime can also be embedded in different languages, so you can use WebAs * [**🐍 Python**](https://github.com/wasmerio/python-ext-wasm) * [**💎 Ruby**](https://github.com/wasmerio/ruby-ext-wasm) * [**🐹 Go**](https://github.com/wasmerio/go-ext-wasm) +* [**R**](https://github.com/dirkschumacher/wasmr) ### Usage