second-state / wasm-learning

Building Rust functions for Node.js to take advantage of Rust's performance, WebAssembly's security and portability, and JavaScript's ease-of-use. Demo code and recipes.
https://www.secondstate.io/articles/getting-started-with-rust-function/
485 stars 102 forks source link

[PySDK] Flask example for python SDK of WasmEdge #36

Closed SAtacker closed 2 years ago

SAtacker commented 2 years ago

Please have a look CC @juntao @apepkuss Signed-off-by: Shreyas Atre shreyasatre16@gmail.com

apepkuss commented 2 years ago

Hi @SAtacker, could you please list the concrete version of Python3 in README.md? That could be helpful to avoid any version-related issue. Thanks!

SAtacker commented 2 years ago

Hi @SAtacker, could you please list the concrete version of Python3 in README.md? That could be helpful to avoid any version-related issue. Thanks!

Sorry for missing this. I'll update this.

SAtacker commented 2 years ago

It builds locally so I don't think any specific version of Python3 will create a problem.

apepkuss commented 2 years ago

@SAtacker the CI checks failed, please check the issues and fix them, thanks!

SAtacker commented 2 years ago

I believe there are no nodejs changes from my end. Found the issue listed here https://github.com/WasmEdge/WasmEdge/issues/264