From e0c2acd178265f6e3db3eb71764c0230a8faf605 Mon Sep 17 00:00:00 2001 From: Xu Jun <693788454@qq.com> Date: Tue, 30 Aug 2022 22:05:54 +0800 Subject: [PATCH] add language bindings in README (#1434) * add language bindings in README * minor update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8bb08977..5a1444b51 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ iwasm VM core - [WAMR-IDE (Experimental)](./test-tools/wamr-ide) to develop WebAssembly applications with build, run and debug support, ref to [document](./test-tools/wamr-ide) - [XIP (Execution In Place) support](./doc/xip.md), ref to [document](./doc/xip.md) - [Berkeley/Posix Socket support](./doc/socket_api.md), ref to [document](./doc/socket_api.md) and [sample](./samples/socket-api) +- Language bindings: [Go](./language-bindings/go/README.md), [Python](./language-bindings/python/README.md) ### WASM post-MVP features - [wasm-c-api](https://github.com/WebAssembly/wasm-c-api), ref to [document](doc/wasm_c_api.md) and [sample](samples/wasm-c-api)