From 4c1bf5cb15c8743412ae0c2418e17a776eb3756f Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Thu, 17 Feb 2022 13:06:19 -0800 Subject: [PATCH] Added V Lang integration --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c8c6a5b9..cd80bf010 100644 --- a/README.md +++ b/README.md @@ -136,8 +136,9 @@ languages**, so you can use WebAssembly _anywhere_. | ![Zig logo] | [**Zig**][Zig integration] | *no published package* | | | ![Dart logo] | [**Dart**][Dart integration] | [`wasm` pub package] | | | ![Crystal logo] | [**Crystal**][Crystal integration] | *no published package* | [Learn][crystal docs] | -| ![Lisp logo] | [**Lisp**][Lisp integration] | *under heavy development - no published package* | | +| ![Lisp logo] | [**Lisp**][Lisp integration] | *no published package* | | | ![Julia logo] | [**Julia**][Julia integration] | *no published package* | | +| ![VLang logo] | [**V**][vlang integration] | *no published package* | | [👋  Missing a language?](https://github.com/wasmerio/wasmer/issues/new?assignees=&labels=%F0%9F%8E%89+enhancement&template=---feature-request.md&title=) @@ -224,6 +225,9 @@ languages**, so you can use WebAssembly _anywhere_. [julia logo]: https://raw.githubusercontent.com/wasmerio/wasmer/master/assets/languages/julia.svg [julia integration]: https://github.com/Pangoraw/Wasmer.jl +[vlang logo]: https://raw.githubusercontent.com/wasmerio/wasmer/master/assets/languages/vlang.svg +[vlang integration]: https://github.com/vlang/wasmer + ## Contribute We appreciate your help! 💜