From 9bdf14aa2314213d77eb1912732a3d91466059ae Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Mon, 27 Jan 2020 20:16:23 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e124c5e..eafc1e7 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,10 @@ A high performance WebAssembly interpreter written in C. **∼ 12.6x slower** than native execution * Based on [**CoreMark 1.0** benchmark](./docs/Performance.md). Your mileage may vary. +[![Twitter](https://img.shields.io/badge/follow-twitter-1da1f2?style=flat-square&logo=twitter)](https://twitter.com/wasm3_engine) [![Gitter](https://img.shields.io/badge/chat-gitter-753a88?style=flat-square&logo=gitter)](https://gitter.im/wasm3_engine/community) -[![Gitter](https://img.shields.io/badge/chat-telegram-0088cc?style=flat-square&logo=telegram)](https://t.me/joinchat/DD8s3xVG8Vj_LxRDm52eTQ) -[![Twitter](https://img.shields.io/badge/follow-twitter-1da1f2?style=flat-square&logo=twitter)](https://twitter.com/wasm3_engine) +[![Discord](https://img.shields.io/badge/chat-discord-7289da?style=flat-square&logo=discord)](https://discord.gg/qmZjgnd) +[![Telegram](https://img.shields.io/badge/chat-telegram-0088cc?style=flat-square&logo=telegram)](https://t.me/joinchat/DD8s3xVG8Vj_LxRDm52eTQ) ## Getting Started