Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.71 KB

wish_list.md

File metadata and controls

19 lines (10 loc) · 1.71 KB

Wish list

We are looking for developer help in the following areas. If you are working on any of the tasks, please create an issue and let us know!

👉 Improvements to technical documentation, examples, and tutorials.

👉 Non-English language translations of documentation and tutorials.

👉 Create a serverless framework template to support WasmEdge with its Tensorflow extensions in AWS Lambda. You can refer to our template for Tencent Cloud’s SCF.

👉 Create a serverless framework template to support WasmEdge with its Tensorflow extensions in Azure functions. You can refer to our template for Tencent Cloud’s SCF.

👉 Create a serverless framework template to support WasmEdge with its Tensorflow extensions in Google cloud functions. You can refer to our template for Tencent Cloud’s SCF.

👉 Create a Python SDK for WasmEdge VM. You can refer to our golang SDK example.

👉 Create a Rust SDK for WasmEdge VM. You can refer to our golang SDK example.

👉 Enhance the WasmEdge-core NAPI to fully support wasm-bindgen in Node.JS. It currently only supports a few call arguments, and does NOT support WebAssembly programs calling out to JS functions. See an example on how the NAPI is used.