wasmerio/wasmer

How to use async in wai-bindgen-wasmer

Opened this issue · 1 comments

Summary

When using async in wai, wai_bindgen_wasmer::import! Will report the wrong "async not supported yet".

Additional details

///demo.wai
///init: async func() -> string
wai_bindgen_wasmer::import!("demo.wai");

We are in the progress of on improving the bindings. Stay tuned