Added wasmr (wasmer in R) to the language integrations

This commit is contained in:
Syrus Akbary 2019-08-28 13:05:48 -07:00 committed by GitHub
parent 6892a586b7
commit 7d05d3c0b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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