second-state / wasmedge-bindgen

Let WebAssembly's exported function support more data types for its parameters and return values.
Apache License 2.0
29 stars 8 forks source link

Support async? #3

Open katopz opened 2 years ago

katopz commented 2 years ago

I can see simple fn support (COOL!) but I didn't any mention or an example for async and also nodejs support or maybe TODO?

juntao commented 2 years ago

We currently prioritize WasmEdge-bindgen support in Go, C, Rust, and Python SDKs. In nodejs, there is already wasm-bindgen so it us less urgent. But we would really appreciate contributions in that area. It should be just wrapping the NAPI around the WasmEdge C SDK.