wasmerio / wasmer-rust-example

Example of WebAssembly embedding in Rust using Wasmer
https://wasmerio.github.io/wasmer/rust/wasmer_runtime/
162 stars 24 forks source link

Invoking async functions #15

Open abhijeetbhagat opened 3 years ago

abhijeetbhagat commented 3 years ago

I have a library in which I am trying to invoke async functions belonging to yet another library of mine. Is there a way to achieve this using the wasmer API?